Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::ScheduledEvaluationRun::SchedulingConfig.
Eval scheduling configuration details
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#days_of_week
def days_of_week() -> ::Array<::Integer>
Returns
- (::Array<::Integer>) — Optional. The days of the week to run the eval. Applicable only for Weekly and Biweekly frequencies. 1 is Monday, 2 is Tuesday, ..., 7 is Sunday.
#days_of_week=
def days_of_week=(value) -> ::Array<::Integer>
Parameter
- value (::Array<::Integer>) — Optional. The days of the week to run the eval. Applicable only for Weekly and Biweekly frequencies. 1 is Monday, 2 is Tuesday, ..., 7 is Sunday.
Returns
- (::Array<::Integer>) — Optional. The days of the week to run the eval. Applicable only for Weekly and Biweekly frequencies. 1 is Monday, 2 is Tuesday, ..., 7 is Sunday.
#frequency
def frequency() -> ::Google::Cloud::Ces::V1beta::ScheduledEvaluationRun::SchedulingConfig::Frequency
Returns
- (::Google::Cloud::Ces::V1beta::ScheduledEvaluationRun::SchedulingConfig::Frequency) — Required. The frequency with which to run the eval
#frequency=
def frequency=(value) -> ::Google::Cloud::Ces::V1beta::ScheduledEvaluationRun::SchedulingConfig::Frequency
Parameter
- value (::Google::Cloud::Ces::V1beta::ScheduledEvaluationRun::SchedulingConfig::Frequency) — Required. The frequency with which to run the eval
Returns
- (::Google::Cloud::Ces::V1beta::ScheduledEvaluationRun::SchedulingConfig::Frequency) — Required. The frequency with which to run the eval
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Required. Timestamp when the eval should start.
#start_time=
def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Required. Timestamp when the eval should start.
Returns
- (::Google::Protobuf::Timestamp) — Required. Timestamp when the eval should start.