GoogleCloudDatalabelingV1beta1AnnotationSpecSet class

An AnnotationSpecSet is a collection of label definitions.

For example, in image classification tasks, you define a set of possible labels for images as an AnnotationSpecSet. An AnnotationSpecSet is immutable upon creation.

Properties

annotationSpecs List<GoogleCloudDatalabelingV1beta1AnnotationSpec>?
The array of AnnotationSpecs that you define when you create the AnnotationSpecSet.
getter/setter pair
blockingResources List<String>?
The names of any related resources that are blocking changes to the annotation spec set.
getter/setter pair
description String?
User-provided description of the annotation specification set.
getter/setter pair
displayName String?
The display name for AnnotationSpecSet that you define when you create it.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The AnnotationSpecSet resource name in the following format: "projects/{project_id}/annotationSpecSets/{annotation_spec_set_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