Class: Google::Cloud::DataLabeling::V1beta1::AnnotationSpecSet
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::AnnotationSpecSet
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/annotation_spec_set.rb
Overview
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.
Instance Attribute Summary collapse
-
#annotation_specs ⇒ ::Array<::Google::Cloud::DataLabeling::V1beta1::AnnotationSpec>
Required.
-
#blocking_resources ⇒ ::Array<::String>
Output only.
-
#description ⇒ ::String
Optional.
-
#display_name ⇒ ::String
Required.
-
#name ⇒ ::String
Output only.
Instance Attribute Details
#annotation_specs ⇒ ::Array<::Google::Cloud::DataLabeling::V1beta1::AnnotationSpec>
Returns Required. The array of AnnotationSpecs that you define when you create the AnnotationSpecSet. These are the possible labels for the labeling task.
48 49 50 51 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation_spec_set.rb', line 48 class AnnotationSpecSet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#blocking_resources ⇒ ::Array<::String>
Returns Output only. The names of any related resources that are blocking changes to the annotation spec set.
48 49 50 51 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation_spec_set.rb', line 48 class AnnotationSpecSet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns Optional. User-provided description of the annotation specification set. The description can be up to 10,000 characters long.
48 49 50 51 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation_spec_set.rb', line 48 class AnnotationSpecSet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns Required. The display name for AnnotationSpecSet that you define when you create it. Maximum of 64 characters.
48 49 50 51 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation_spec_set.rb', line 48 class AnnotationSpecSet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Output only. The AnnotationSpecSet resource name in the following format:
"projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}".
48 49 50 51 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation_spec_set.rb', line 48 class AnnotationSpecSet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |