Resource: QaScorecard
A QaScorecard represents a collection of questions to be scored during analysis.
JSON representation |
---|
{ "name": string, "displayName": string, "description": string, "createTime": string, "updateTime": string, "isDefault": boolean } |
Fields | |
---|---|
name |
Identifier. The scorecard name. Format: projects/{project}/locations/{location}/qaScorecards/{qaScorecard} |
displayName |
The user-specified display name of the scorecard. |
description |
A text description explaining the intent of the scorecard. |
createTime |
Output only. The time at which this scorecard was created. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. The most recent time at which the scorecard was updated. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
isDefault |
Whether the scorecard is the default one for the project. A default scorecard cannot be deleted and will always appear first in scorecard selector. |
Methods |
|
---|---|
|
Create a QaScorecard. |
|
Deletes a QaScorecard. |
|
Gets a QaScorecard. |
|
Lists QaScorecards. |
|
Updates a QaScorecard. |