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

public sealed class ListScheduledEvaluationRunsRequest : IMessage<ListScheduledEvaluationRunsRequest>, IEquatable<ListScheduledEvaluationRunsRequest>, IDeepCloneable<ListScheduledEvaluationRunsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class ListScheduledEvaluationRunsRequest.

Request message for [EvaluationService.ListScheduledEvaluationRuns][google.cloud.ces.v1beta.EvaluationService.ListScheduledEvaluationRuns].

Inheritance

object > ListScheduledEvaluationRunsRequest

Namespace

Google.Cloud.Ces.V1Beta

Assembly

Google.Cloud.Ces.V1Beta.dll

Constructors

ListScheduledEvaluationRunsRequest()

public ListScheduledEvaluationRunsRequest()

ListScheduledEvaluationRunsRequest(ListScheduledEvaluationRunsRequest)

public ListScheduledEvaluationRunsRequest(ListScheduledEvaluationRunsRequest other)
Parameter
Name Description
other ListScheduledEvaluationRunsRequest

Properties

Filter

public string Filter { get; set; }

Optional. Filter to be applied when listing the scheduled evaluation runs. See https://google.aip.dev/160 for more details. Currently supports filtering by:

  • request.evaluations:evaluation_id
  • request.evaluation_dataset:evaluation_dataset_id
Property Value
Type Description
string

OrderBy

public string OrderBy { get; set; }

Optional. Field to sort by. Supported fields are: "name" (ascending), "create_time" (descending), "update_time" (descending), "next_scheduled_execution" (ascending), and "last_completed_run.create_time" (descending). If not included, "update_time" will be the default. See https://google.aip.dev/132#ordering for more details.

Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. The [next_page_token][google.cloud.ces.v1beta.ListScheduledEvaluationRunsResponse.next_page_token] value returned from a previous list [EvaluationService.ListScheduledEvaluationRuns][google.cloud.ces.v1beta.EvaluationService.ListScheduledEvaluationRuns] call.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The resource name of the app to list scheduled evaluation runs from.

Property Value
Type Description
string

ParentAsAppName

public AppName ParentAsAppName { get; set; }

AppName-typed view over the Parent resource name property.

Property Value
Type Description
AppName