REST Resource: projects.locations.evaluationSets

Resource: EvaluationSet

EvaluationSet is a collection of related EvaluationItems that are evaluated together.

Fields
name string

Identifier. The resource name of the EvaluationSet. Format: projects/{project}/locations/{location}/evaluationSets/{evaluationSet}

displayName string

Required. The display name of the EvaluationSet.

evaluationItems[] string

Required. The EvaluationItems that are part of this dataset.

createTime string (Timestamp format)

Output only. timestamp when this item was created.

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

updateTime string (Timestamp format)

Output only. timestamp when this item was last updated.

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

metadata value (Value format)

Optional. metadata for the EvaluationSet.

JSON representation
{
  "name": string,
  "displayName": string,
  "evaluationItems": [
    string
  ],
  "createTime": string,
  "updateTime": string,
  "metadata": value
}

Methods

create

Creates an Evaluation Set.

delete

Deletes an Evaluation Set.

get

Gets an Evaluation Set.

list

Lists Evaluation Sets.

patch

Updates an Evaluation Set.