CreateScheduledEvaluationRunRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)Request message for EvaluationService.CreateScheduledEvaluationRun.
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. The app to create the scheduled evaluation run for. Format: projects/{project}/locations/{location}/apps/{app}
|
scheduled_evaluation_run_id |
str
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 |
google.cloud.ces_v1beta.types.ScheduledEvaluationRun
Required. The scheduled evaluation run to create. |