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