Creates a scheduled evaluation run.
HTTP request
POST https://ces.googleapis.com/v1beta/{parent=projects/*/locations/*/apps/*}/scheduledEvaluationRuns
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The app to create the scheduled evaluation run for. Format: |
Query parameters
| Parameters | |
|---|---|
scheduledEvaluationRunId |
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. |
Request body
The request body contains an instance of ScheduledEvaluationRun.
Response body
If successful, the response body contains a newly created instance of ScheduledEvaluationRun.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/ces
For more information, see the Authentication Overview.