REST Resource: projects.locations.apps.evaluationDatasets

Resource: EvaluationDataset

An evaluation dataset represents a set of evaluations that are grouped together basaed on shared tags.

JSON representation
{
  "name": string,
  "displayName": string,
  "evaluations": [
    string
  ],
  "createTime": string,
  "updateTime": string,
  "etag": string,
  "createdBy": string,
  "lastUpdatedBy": string,
  "aggregatedMetrics": {
    object (AggregatedMetrics)
  }
}
Fields
name

string

Identifier. The unique identifier of this evaluation dataset. Format: projects/{project}/locations/{location}/apps/{app}/evaluationDatasets/{evaluationDataset}

displayName

string

Required. User-defined display name of the evaluation dataset. Unique within an App.

evaluations[]

string

Optional. Evaluations that are included in this dataset.

createTime

string (Timestamp format)

Output only. Timestamp when the evaluation dataset 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 the evaluation dataset 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".

etag

string

Output only. Etag used to ensure the object hasn't changed during a read-modify-write operation. If the etag is empty, the update will overwrite any concurrent changes.

createdBy

string

Output only. The user who created the evaluation dataset.

lastUpdatedBy

string

Output only. The user who last updated the evaluation dataset.

aggregatedMetrics

object (AggregatedMetrics)

Output only. The aggregated metrics for this evaluation dataset across all runs.

Methods

create

Creates an evaluation dataset.

delete

Deletes an evaluation dataset.

get

Gets details of the specified evaluation dataset.

list

Lists all evaluation datasets in the given app.

patch

Updates an evaluation dataset.