Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::CreateScheduledEvaluationRunRequest.
Request message for EvaluationService.CreateScheduledEvaluationRun.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The app to create the scheduled evaluation run for.
Format:
projects/{project}/locations/{location}/apps/{app}
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The app to create the scheduled evaluation run for.
Format:
projects/{project}/locations/{location}/apps/{app}
Returns
-
(::String) — Required. The app to create the scheduled evaluation run for.
Format:
projects/{project}/locations/{location}/apps/{app}
#scheduled_evaluation_run
def scheduled_evaluation_run() -> ::Google::Cloud::Ces::V1beta::ScheduledEvaluationRun
Returns
- (::Google::Cloud::Ces::V1beta::ScheduledEvaluationRun) — Required. The scheduled evaluation run to create.
#scheduled_evaluation_run=
def scheduled_evaluation_run=(value) -> ::Google::Cloud::Ces::V1beta::ScheduledEvaluationRun
Parameter
- value (::Google::Cloud::Ces::V1beta::ScheduledEvaluationRun) — Required. The scheduled evaluation run to create.
Returns
- (::Google::Cloud::Ces::V1beta::ScheduledEvaluationRun) — Required. The scheduled evaluation run to create.
#scheduled_evaluation_run_id
def scheduled_evaluation_run_id() -> ::String
Returns
- (::String) — Optional. The ID to use for the scheduled evaluation run, which will become the final component of the scheduled evaluation run's resource name. If not provided, a unique ID will be automatically assigned.
#scheduled_evaluation_run_id=
def scheduled_evaluation_run_id=(value) -> ::String
Parameter
- value (::String) — Optional. The ID to use for the scheduled evaluation run, which will become the final component of the scheduled evaluation run's resource name. If not provided, a unique ID will be automatically assigned.
Returns
- (::String) — Optional. The ID to use for the scheduled evaluation run, which will become the final component of the scheduled evaluation run's resource name. If not provided, a unique ID will be automatically assigned.