Method: evaluationRuns.cancel

Full name: projects.locations.evaluationRuns.cancel

Cancels an Evaluation Run. Attempts to cancel a running Evaluation Run asynchronously. status of run can be checked via evaluationRuns.get.

Endpoint

post https://aiplatform.googleapis.com/v1beta1/{name}:cancel

Path parameters

name string

Required. The name of the EvaluationRun resource to be cancelled. Format: projects/{project}/locations/{location}/evaluationRuns/{evaluationRun}

Request body

The request body must be empty.

Response body

If successful, the response body is an empty JSON object.