ScheduledEvaluationRun(mapping=None, *, ignore_unknown_fields=False, **kwargs)Represents a scheduled evaluation run configuration.
Attributes |
|
|---|---|
| Name | Description |
name |
str
Identifier. The unique identifier of the scheduled evaluation run config. Format: projects/{projectId}/locations/{locationId}/apps/{appId}/scheduledEvaluationRuns/{scheduledEvaluationRunId} |
display_name |
str
Required. User-defined display name of the scheduled evaluation run config. |
request |
google.cloud.ces_v1beta.types.RunEvaluationRequest
Required. The RunEvaluationRequest to schedule |
description |
str
Optional. User-defined description of the scheduled evaluation run. |
scheduling_config |
google.cloud.ces_v1beta.types.ScheduledEvaluationRun.SchedulingConfig
Required. Configuration for the timing and frequency with which to execute the evaluations. |
active |
bool
Optional. Whether this config is active |
last_completed_run |
str
Output only. The last successful EvaluationRun of this scheduled execution. Format: projects/{project}/locations/{location}/apps/{app}/evaluationRuns/{evaluationRun}
|
total_executions |
int
Output only. The total number of times this run has been executed |
next_scheduled_execution_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The next time this is scheduled to execute |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp when the scheduled evaluation run was created. |
created_by |
str
Output only. The user who created the scheduled evaluation run. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp when the evaluation was last updated. |
last_updated_by |
str
Output only. The user who last updated the evaluation. |
etag |
str
Output only. Etag used to ensure the object hasn't changed during a read-modify-write operation. If the etag is empty, the update will overwrite any concurrent changes. |
Classes
SchedulingConfig
SchedulingConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)Eval scheduling configuration details