Reference documentation and code samples for the AI Platform Data Labeling Service V1beta1 API class Google::Cloud::DataLabeling::V1beta1::CreateAnnotationSpecSetRequest.
Request message for CreateAnnotationSpecSet.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#annotation_spec_set
def annotation_spec_set() -> ::Google::Cloud::DataLabeling::V1beta1::AnnotationSpecSet
Returns
- (::Google::Cloud::DataLabeling::V1beta1::AnnotationSpecSet) — Required. Annotation spec set to create. Annotation specs must be included. Only one annotation spec will be accepted for annotation specs with same display_name.
#annotation_spec_set=
def annotation_spec_set=(value) -> ::Google::Cloud::DataLabeling::V1beta1::AnnotationSpecSet
Parameter
- value (::Google::Cloud::DataLabeling::V1beta1::AnnotationSpecSet) — Required. Annotation spec set to create. Annotation specs must be included. Only one annotation spec will be accepted for annotation specs with same display_name.
Returns
- (::Google::Cloud::DataLabeling::V1beta1::AnnotationSpecSet) — Required. Annotation spec set to create. Annotation specs must be included. Only one annotation spec will be accepted for annotation specs with same display_name.
#parent
def parent() -> ::String
Returns
- (::String) — Required. AnnotationSpecSet resource parent, format: projects/{project_id}
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. AnnotationSpecSet resource parent, format: projects/{project_id}
Returns
- (::String) — Required. AnnotationSpecSet resource parent, format: projects/{project_id}