EvaluationDataset(mapping=None, *, ignore_unknown_fields=False, **kwargs)An evaluation dataset represents a set of evaluations that are grouped together basaed on shared tags.
Attributes |
|
|---|---|
| Name | Description |
name |
str
Identifier. The unique identifier of this evaluation dataset. Format: projects/{project}/locations/{location}/apps/{app}/evaluationDatasets/{evaluationDataset}
|
display_name |
str
Required. User-defined display name of the evaluation dataset. Unique within an App. |
evaluations |
MutableSequence[str]
Optional. Evaluations that are included in this dataset. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp when the evaluation dataset was created. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp when the evaluation dataset was last updated. |
etag |
str
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. |
created_by |
str
Output only. The user who created the evaluation dataset. |
last_updated_by |
str
Output only. The user who last updated the evaluation dataset. |
aggregated_metrics |
google.cloud.ces_v1beta.types.AggregatedMetrics
Output only. The aggregated metrics for this evaluation dataset across all runs. |