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 } |
Fields | |
---|---|
name |
Identifier. The scorecard name. Format: projects/{project}/locations/{location}/qaScorecards/{qaScorecard} |
display |
The user-specified display name of the scorecard. |
description |
A text description explaining the intent of the scorecard. |
create |
Output only. The time at which this scorecard was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
update |
Output only. The most recent time at which the scorecard was updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
Methods |
|
---|---|
|
Create a QaScorecard. |
|
Deletes a QaScorecard. |
|
Gets a QaScorecard. |
|
Lists QaScorecards. |
|
Updates a QaScorecard. |