AnnotatedDataset(mapping=None, *, ignore_unknown_fields=False, **kwargs)
AnnotatedDataset is a set holding annotations for data in a Dataset. Each labeling task will generate an AnnotatedDataset under the Dataset that the task is requested for.
Attributes | |
---|---|
Name | Description |
name |
str
Output only. AnnotatedDataset resource name in format of: projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ {annotated_dataset_id} |
display_name |
str
Output only. The display name of the AnnotatedDataset. It is specified in HumanAnnotationConfig when user starts a labeling task. Maximum of 64 characters. |
description |
str
Output only. The description of the AnnotatedDataset. It is specified in HumanAnnotationConfig when user starts a labeling task. Maximum of 10000 characters. |
annotation_source |
google.cloud.datalabeling_v1beta1.types.AnnotationSource
Output only. Source of the annotation. |
annotation_type |
google.cloud.datalabeling_v1beta1.types.AnnotationType
Output only. Type of the annotation. It is specified when starting labeling task. |
example_count |
int
Output only. Number of examples in the annotated dataset. |
completed_example_count |
int
Output only. Number of examples that have annotation in the annotated dataset. |
label_stats |
google.cloud.datalabeling_v1beta1.types.LabelStats
Output only. Per label statistics. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Time the AnnotatedDataset was created. |
metadata |
google.cloud.datalabeling_v1beta1.types.AnnotatedDatasetMetadata
Output only. Additional information about AnnotatedDataset. |
blocking_resources |
Sequence[str]
Output only. The names of any related resources that are blocking changes to the annotated dataset. |