Gemini Enterprise for Customer Experience V1BETA API - Class Google::Cloud::Ces::V1beta::CreateScheduledEvaluationRunRequest (v0.1.0)

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

#scheduled_evaluation_run=

def scheduled_evaluation_run=(value) -> ::Google::Cloud::Ces::V1beta::ScheduledEvaluationRun
Parameter
Returns

#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.