Method: projects.locations.apps.scheduledEvaluationRuns.create

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

string

Required. The app to create the scheduled evaluation run for. Format: projects/{project}/locations/{location}/apps/{app}

Query parameters

Parameters
scheduledEvaluationRunId

string

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-platform
  • https://www.googleapis.com/auth/ces

For more information, see the Authentication Overview.