GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1AnnotatedDataset (google_api_data_labeling v0.2.1) View Source
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
-
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}
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1AnnotatedDataset{ annotationSource: String.t(), annotationType: String.t(), blockingResources: [String.t()], completedExampleCount: String.t(), createTime: DateTime.t(), description: String.t(), displayName: String.t(), exampleCount: String.t(), labelStats: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1LabelStats.t(), metadata: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1AnnotatedDatasetMetadata.t(), name: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.