v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1380629577.7 KB
projects

Creates a QaScorecardRevision.

post/v1/{+parent}/revisions

Path parameters

parentstring required

Required. The parent resource of the QaScorecardRevision.

Query parameters

qaScorecardRevisionIdstring

Optional. A unique ID for the new QaScorecardRevision. This ID will become the final component of the QaScorecardRevision's resource name. If no ID is specified, a server-generated ID will be used. This value should be 4-64 characters and must match the regular expression ^[a-z0-9-]{4,64}$. Valid characters are a-z-.

Request body

namestring

Identifier. The name of the scorecard revision. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}/revisions/{revision}

createTimestring google-datetime

Output only. The timestamp that the revision was created.

alternateIdsstring[]

Output only. Alternative IDs for this revision of the scorecard, e.g., latest.

state'STATE_UNSPECIFIED' | 'EDITABLE' | 'TRAINING' | 'TRAINING_FAILED' | 'READY' | 'DELETING' | 'TRAINING_CANCELLED'

Output only. State of the scorecard revision, indicating whether it's ready to be used in analysis.

Response

Successful response