REST Resource: projects.locations.qaScorecards

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,
  "tagWeights": {
    string: number,
    ...
  }
}
Fields
name

string

Identifier. The scorecard name. Format: projects/{project}/locations/{location}/qaScorecards/{qaScorecard}

displayName

string

The user-specified display name of the scorecard.

description

string

A text description explaining the intent of the scorecard.

createTime

string (Timestamp format)

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: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

updateTime

string (Timestamp format)

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: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

tagWeights

map (key: string, value: number)

How answers will be weighted when determining the overall score of a scorecard. Key is a tag, value is a multiplier for the answer score.

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

Methods

create

Create a QaScorecard.

delete

Deletes a QaScorecard.

get

Gets a QaScorecard.

list

Lists QaScorecards.

patch

Updates a QaScorecard.