Gemini Enterprise for Customer Experience v1beta API - Class ListScheduledEvaluationRunsResponse (1.0.0-beta01)

public sealed class ListScheduledEvaluationRunsResponse : IMessage<ListScheduledEvaluationRunsResponse>, IEquatable<ListScheduledEvaluationRunsResponse>, IDeepCloneable<ListScheduledEvaluationRunsResponse>, IBufferMessage, IMessage, IPageResponse<ScheduledEvaluationRun>, IEnumerable<ScheduledEvaluationRun>, IEnumerable

Reference 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].

Inheritance

object > ListScheduledEvaluationRunsResponse

Namespace

Google.Cloud.Ces.V1Beta

Assembly

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