Resource: QaScorecardRevision
A revision of a QaScorecard.
Modifying published scorecard fields would invalidate existing scorecard results — the questions may have changed, or the score weighting will make existing scores impossible to understand. So changes must create a new revision, rather than modifying the existing resource.
JSON representation |
---|
{ "name": string, "snapshot": { object ( |
Fields | |
---|---|
name |
Identifier. The name of the scorecard revision. Format: projects/{project}/locations/{location}/qaScorecards/{qaScorecard}/revisions/{revision} |
snapshot |
The snapshot of the scorecard at the time of this revision's creation. |
createTime |
Output only. The timestamp that the revision was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
alternateIds[] |
Output only. Alternative IDs for this revision of the scorecard, e.g., |
state |
Output only. State of the scorecard revision, indicating whether it's ready to be used in analysis. |
State
Enum representing the set of states a scorecard revision may be in.
Enums | |
---|---|
STATE_UNSPECIFIED |
Unspecified. |
EDITABLE |
The scorecard revision can be edited. |
TRAINING |
Scorecard model training is in progress. |
TRAINING_FAILED |
Scorecard revision model training failed. |
READY |
The revision can be used in analysis. |
DELETING |
Scorecard is being deleted. |
TRAINING_CANCELLED |
Scorecard model training was explicitly cancelled by the user. |
Methods |
|
---|---|
|
Creates a QaScorecardRevision. |
|
Deletes a QaScorecardRevision. |
|
Deploy a QaScorecardRevision. |
|
Gets a QaScorecardRevision. |
|
Lists all revisions under the parent QaScorecard. |
|
Fine tune one or more QaModels. |
|
Undeploy a QaScorecardRevision. |