Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::UpdateScheduledEvaluationRunRequest.
Request message for EvaluationService.UpdateScheduledEvaluationRun.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#scheduled_evaluation_run
def scheduled_evaluation_run() -> ::Google::Cloud::Ces::V1beta::ScheduledEvaluationRun
Returns
- (::Google::Cloud::Ces::V1beta::ScheduledEvaluationRun) — Required. The scheduled evaluation run to update.
#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 update.
Returns
- (::Google::Cloud::Ces::V1beta::ScheduledEvaluationRun) — Required. The scheduled evaluation run to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.
Returns
- (::Google::Protobuf::FieldMask) — Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.