public sealed class ListScheduledEvaluationRunsResponse : IMessage<ListScheduledEvaluationRunsResponse>, IEquatable<ListScheduledEvaluationRunsResponse>, IDeepCloneable<ListScheduledEvaluationRunsResponse>, IBufferMessage, IMessage, IPageResponse<ScheduledEvaluationRun>, IEnumerable<ScheduledEvaluationRun>, IEnumerableReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class ListScheduledEvaluationRunsResponse.
Response message for [EvaluationService.ListScheduledEvaluationRuns][google.cloud.ces.v1beta.EvaluationService.ListScheduledEvaluationRuns].
Implements
IMessageListScheduledEvaluationRunsResponse, IEquatableListScheduledEvaluationRunsResponse, IDeepCloneableListScheduledEvaluationRunsResponse, IBufferMessage, IMessage, IPageResponseScheduledEvaluationRun, IEnumerableScheduledEvaluationRun, IEnumerableNamespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.dll
Constructors
ListScheduledEvaluationRunsResponse()
public ListScheduledEvaluationRunsResponse()ListScheduledEvaluationRunsResponse(ListScheduledEvaluationRunsResponse)
public ListScheduledEvaluationRunsResponse(ListScheduledEvaluationRunsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListScheduledEvaluationRunsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }A token that can be sent as [ListScheduledEvaluationRunsRequest.page_token][google.cloud.ces.v1beta.ListScheduledEvaluationRunsRequest.page_token] to retrieve the next page. Absence of this field indicates there are no subsequent pages.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ScheduledEvaluationRuns
public RepeatedField<ScheduledEvaluationRun> ScheduledEvaluationRuns { get; }The list of scheduled evaluation runs.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldScheduledEvaluationRun |
|
Methods
GetEnumerator()
public IEnumerator<ScheduledEvaluationRun> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorScheduledEvaluationRun |
|