GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1AnnotatedDataset (google_api_data_labeling v0.4.1)
View SourceAnnotatedDataset 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
-
annotationSource
(type:String.t
, default:nil
) - Output only. Source of the annotation. -
annotationType
(type:String.t
, default:nil
) - Output only. Type of the annotation. It is specified when starting labeling task. -
blockingResources
(type:list(String.t)
, default:nil
) - Output only. The names of any related resources that are blocking changes to the annotated dataset. -
completedExampleCount
(type:String.t
, default:nil
) - Output only. Number of examples that have annotation in the annotated dataset. -
createTime
(type:DateTime.t
, default:nil
) - Output only. Time the AnnotatedDataset was created. -
description
(type:String.t
, default:nil
) - Output only. The description of the AnnotatedDataset. It is specified in HumanAnnotationConfig when user starts a labeling task. Maximum of 10000 characters. -
displayName
(type:String.t
, default:nil
) - Output only. The display name of the AnnotatedDataset. It is specified in HumanAnnotationConfig when user starts a labeling task. Maximum of 64 characters. -
exampleCount
(type:String.t
, default:nil
) - Output only. Number of examples in the annotated dataset. -
labelStats
(type:GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1LabelStats.t
, default:nil
) - Output only. Per label statistics. -
metadata
(type:GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1AnnotatedDatasetMetadata.t
, default:nil
) - Output only. Additional information about AnnotatedDataset. -
name
(type:String.t
, default:nil
) - Output only. AnnotatedDataset resource name in format of: projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ {annotated_dataset_id}
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1AnnotatedDataset{ annotationSource: String.t() | nil, annotationType: String.t() | nil, blockingResources: [String.t()] | nil, completedExampleCount: String.t() | nil, createTime: DateTime.t() | nil, description: String.t() | nil, displayName: String.t() | nil, exampleCount: String.t() | nil, labelStats: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1LabelStats.t() | nil, metadata: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1AnnotatedDatasetMetadata.t() | nil, name: String.t() | nil }