Class: Google::Cloud::DataLabeling::V1beta1::CreateAnnotationSpecSetRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::CreateAnnotationSpecSetRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb
Overview
Request message for CreateAnnotationSpecSet.
Instance Attribute Summary collapse
-
#annotation_spec_set ⇒ ::Google::Cloud::DataLabeling::V1beta1::AnnotationSpecSet
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#annotation_spec_set ⇒ ::Google::Cloud::DataLabeling::V1beta1::AnnotationSpecSet
Returns 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.
458 459 460 461 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 458 class CreateAnnotationSpecSetRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. AnnotationSpecSet resource parent, format: projects/{project_id}.
458 459 460 461 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 458 class CreateAnnotationSpecSetRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |