Resource: EvaluationSet
EvaluationSet is a collection of related EvaluationItems that are evaluated together.
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.
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"
.
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"
.
Optional. metadata for the EvaluationSet.
JSON representation |
---|
{ "name": string, "displayName": string, "evaluationItems": [ string ], "createTime": string, "updateTime": string, "metadata": value } |
Methods |
|
---|---|
|
Creates an Evaluation Set. |
|
Deletes an Evaluation Set. |
|
Gets an Evaluation Set. |
|
Lists Evaluation Sets. |
|
Updates an Evaluation Set. |