GoogleCloudDatalabelingV1beta1AnnotatedDataset class

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.

Constructors

GoogleCloudDatalabelingV1beta1AnnotatedDataset({String? annotationSource, String? annotationType, List<String>? blockingResources, String? completedExampleCount, String? createTime, String? description, String? displayName, String? exampleCount, GoogleCloudDatalabelingV1beta1LabelStats? labelStats, GoogleCloudDatalabelingV1beta1AnnotatedDatasetMetadata? metadata, String? name})
GoogleCloudDatalabelingV1beta1AnnotatedDataset.fromJson(Map _json)

Properties

annotationSource String?
Source of the annotation.
getter/setter pair
annotationType String?
Type of the annotation.
getter/setter pair
blockingResources List<String>?
The names of any related resources that are blocking changes to the annotated dataset.
getter/setter pair
completedExampleCount String?
Number of examples that have annotation in the annotated dataset.
getter/setter pair
createTime String?
Time the AnnotatedDataset was created.
getter/setter pair
description String?
The description of the AnnotatedDataset.
getter/setter pair
displayName String?
The display name of the AnnotatedDataset.
getter/setter pair
exampleCount String?
Number of examples in the annotated dataset.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labelStats GoogleCloudDatalabelingV1beta1LabelStats?
Per label statistics.
getter/setter pair
metadata GoogleCloudDatalabelingV1beta1AnnotatedDatasetMetadata?
Additional information about AnnotatedDataset.
getter/setter pair
name String?
AnnotatedDataset resource name in format of: projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ {annotated_dataset_id}
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited