SchedulingConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)Eval scheduling configuration details
Attributes |
|
|---|---|
| Name | Description |
frequency |
google.cloud.ces_v1beta.types.ScheduledEvaluationRun.SchedulingConfig.Frequency
Required. The frequency with which to run the eval |
start_time |
google.protobuf.timestamp_pb2.Timestamp
Required. Timestamp when the eval should start. |
days_of_week |
MutableSequence[int]
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. |
Classes
Frequency
Frequency(value)The frequencies evals can be run at