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 ( |
| Fields | |
|---|---|
name |
Identifier. The unique identifier of this evaluation dataset. Format: |
displayName |
Required. User-defined display name of the evaluation dataset. Unique within an App. |
evaluations[] |
Optional. Evaluations that are included in this dataset. |
createTime |
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: |
updateTime |
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: |
etag |
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 |
Output only. The user who created the evaluation dataset. |
lastUpdatedBy |
Output only. The user who last updated the evaluation dataset. |
aggregatedMetrics |
Output only. The aggregated metrics for this evaluation dataset across all runs. |
Methods |
|
|---|---|
|
Creates an evaluation dataset. |
|
Deletes an evaluation dataset. |
|
Gets details of the specified evaluation dataset. |
|
Lists all evaluation datasets in the given app. |
|
Updates an evaluation dataset. |