v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-132661,4471.5 MB
projects

Creates an Evaluation Run.

post/v1/{+parent}/evaluationRuns

Path parameters

parentstring required

Required. The resource name of the Location to create the Evaluation Run in. Format: projects/{project}/locations/{location}

Request body

evaluationSetSnapshotstring

Output only. The specific evaluation set of the evaluation run. For runs with an evaluation set input, this will be that same set. For runs with BigQuery input, it's the sampled BigQuery dataset.

namestring

Identifier. The resource name of the EvaluationRun. This is a unique identifier. Format: projects/{project}/locations/{location}/evaluationRuns/{evaluation_run}

completionTimestring google-datetime

Output only. Time when the evaluation run was completed.

displayNamestring

Required. The display name of the Evaluation Run.

labelsobject

Optional. Labels for the evaluation run.

{"stackTrail":"components:schemas:GoogleCloudAiplatformV1EvaluationRun:properties:metadata","oasType":"schema","type":"unknown","description":"Optional. Metadata about the evaluation run, can be used by the caller to store additional tracking information about the evaluation run."}
state'STATE_UNSPECIFIED' | 'PENDING' | 'RUNNING' | 'SUCCEEDED' | 'FAILED' | 'CANCELLED' | 'INFERENCE' | 'GENERATING_RUBRICS' | 'GENERATING_LOSS_CLUSTERS'

Output only. The state of the evaluation run.

inferenceConfigsobject

Optional. The candidate to inference config map for the evaluation run. The candidate can be up to 128 characters long and can consist of any UTF-8 characters.

createTimestring google-datetime

Output only. Time when the evaluation run was created.

Response

Successful response