Class: Google::Cloud::DataLabeling::V1beta1::SegmentationConfig
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::SegmentationConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/human_annotation_config.rb
Overview
Config for image segmentation
Instance Attribute Summary collapse
-
#annotation_spec_set ⇒ ::String
Required.
-
#instruction_message ⇒ ::String
Instruction message showed on labelers UI.
Instance Attribute Details
#annotation_spec_set ⇒ ::String
Returns Required. Annotation spec set resource name. format: projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}.
122 123 124 125 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/human_annotation_config.rb', line 122 class SegmentationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instruction_message ⇒ ::String
Returns Instruction message showed on labelers UI.
122 123 124 125 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/human_annotation_config.rb', line 122 class SegmentationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |