Class: Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1beta1CreateAnnotationSpecSetRequest
- Inherits:
-
Object
- Object
- Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1beta1CreateAnnotationSpecSetRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/datalabeling_v1beta1/classes.rb,
generated/google/apis/datalabeling_v1beta1/representations.rb,
generated/google/apis/datalabeling_v1beta1/representations.rb
Overview
Request message for CreateAnnotationSpecSet.
Instance Attribute Summary collapse
-
#annotation_spec_set ⇒ Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1beta1AnnotationSpecSet
An AnnotationSpecSet is a collection of label definitions.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDatalabelingV1beta1CreateAnnotationSpecSetRequest
constructor
A new instance of GoogleCloudDatalabelingV1beta1CreateAnnotationSpecSetRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDatalabelingV1beta1CreateAnnotationSpecSetRequest
Returns a new instance of GoogleCloudDatalabelingV1beta1CreateAnnotationSpecSetRequest.
1457 1458 1459 |
# File 'generated/google/apis/datalabeling_v1beta1/classes.rb', line 1457 def initialize(**args) update!(**args) end |
Instance Attribute Details
#annotation_spec_set ⇒ Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1beta1AnnotationSpecSet
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.
Corresponds to the JSON property annotationSpecSet
1455 1456 1457 |
# File 'generated/google/apis/datalabeling_v1beta1/classes.rb', line 1455 def annotation_spec_set @annotation_spec_set end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1462 1463 1464 |
# File 'generated/google/apis/datalabeling_v1beta1/classes.rb', line 1462 def update!(**args) @annotation_spec_set = args[:annotation_spec_set] if args.key?(:annotation_spec_set) end |