Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::ListScheduledEvaluationRunsRequest.
Request message for EvaluationService.ListScheduledEvaluationRuns.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String-
(::String) —
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
#filter=
def filter=(value) -> ::String-
value (::String) —
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
-
(::String) —
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
#order_by
def order_by() -> ::String- (::String) — 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.
#order_by=
def order_by=(value) -> ::String- value (::String) — 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.
- (::String) — 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.
#page_size
def page_size() -> ::Integer- (::Integer) — Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
#page_size=
def page_size=(value) -> ::Integer- value (::Integer) — Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
- (::Integer) — Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
#page_token
def page_token() -> ::String- (::String) — Optional. The next_page_token value returned from a previous list EvaluationService.ListScheduledEvaluationRuns call.
#page_token=
def page_token=(value) -> ::String- value (::String) — Optional. The next_page_token value returned from a previous list EvaluationService.ListScheduledEvaluationRuns call.
- (::String) — Optional. The next_page_token value returned from a previous list EvaluationService.ListScheduledEvaluationRuns call.
#parent
def parent() -> ::String- (::String) — Required. The resource name of the app to list scheduled evaluation runs from.
#parent=
def parent=(value) -> ::String- value (::String) — Required. The resource name of the app to list scheduled evaluation runs from.
- (::String) — Required. The resource name of the app to list scheduled evaluation runs from.