Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::ListScheduledEvaluationRunsResponse.
Response message for EvaluationService.ListScheduledEvaluationRuns.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token that can be sent as ListScheduledEvaluationRunsRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token that can be sent as ListScheduledEvaluationRunsRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.
Returns
- (::String) — A token that can be sent as ListScheduledEvaluationRunsRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.
#scheduled_evaluation_runs
def scheduled_evaluation_runs() -> ::Array<::Google::Cloud::Ces::V1beta::ScheduledEvaluationRun>
Returns
- (::Array<::Google::Cloud::Ces::V1beta::ScheduledEvaluationRun>) — The list of scheduled evaluation runs.
#scheduled_evaluation_runs=
def scheduled_evaluation_runs=(value) -> ::Array<::Google::Cloud::Ces::V1beta::ScheduledEvaluationRun>
Parameter
- value (::Array<::Google::Cloud::Ces::V1beta::ScheduledEvaluationRun>) — The list of scheduled evaluation runs.
Returns
- (::Array<::Google::Cloud::Ces::V1beta::ScheduledEvaluationRun>) — The list of scheduled evaluation runs.