Class: Google::Cloud::DataLabeling::V1beta1::AnnotatedDatasetMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::AnnotatedDatasetMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb
Overview
Metadata on AnnotatedDataset.
Instance Attribute Summary collapse
-
#bounding_poly_config ⇒ ::Google::Cloud::DataLabeling::V1beta1::BoundingPolyConfig
Configuration for image bounding box and bounding poly task.
-
#event_config ⇒ ::Google::Cloud::DataLabeling::V1beta1::EventConfig
Configuration for video event labeling task.
-
#human_annotation_config ⇒ ::Google::Cloud::DataLabeling::V1beta1::HumanAnnotationConfig
HumanAnnotationConfig used when requesting the human labeling task for this AnnotatedDataset.
-
#image_classification_config ⇒ ::Google::Cloud::DataLabeling::V1beta1::ImageClassificationConfig
Configuration for image classification task.
-
#object_detection_config ⇒ ::Google::Cloud::DataLabeling::V1beta1::ObjectDetectionConfig
Configuration for video object detection task.
-
#object_tracking_config ⇒ ::Google::Cloud::DataLabeling::V1beta1::ObjectTrackingConfig
Configuration for video object tracking task.
-
#polyline_config ⇒ ::Google::Cloud::DataLabeling::V1beta1::PolylineConfig
Configuration for image polyline task.
-
#segmentation_config ⇒ ::Google::Cloud::DataLabeling::V1beta1::SegmentationConfig
Configuration for image segmentation task.
-
#text_classification_config ⇒ ::Google::Cloud::DataLabeling::V1beta1::TextClassificationConfig
Configuration for text classification task.
-
#text_entity_extraction_config ⇒ ::Google::Cloud::DataLabeling::V1beta1::TextEntityExtractionConfig
Configuration for text entity extraction task.
-
#video_classification_config ⇒ ::Google::Cloud::DataLabeling::V1beta1::VideoClassificationConfig
Configuration for video classification task.
Instance Attribute Details
#bounding_poly_config ⇒ ::Google::Cloud::DataLabeling::V1beta1::BoundingPolyConfig
Returns Configuration for image bounding box and bounding poly task.
307 308 309 310 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb', line 307 class AnnotatedDatasetMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#event_config ⇒ ::Google::Cloud::DataLabeling::V1beta1::EventConfig
Returns Configuration for video event labeling task.
307 308 309 310 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb', line 307 class AnnotatedDatasetMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#human_annotation_config ⇒ ::Google::Cloud::DataLabeling::V1beta1::HumanAnnotationConfig
Returns HumanAnnotationConfig used when requesting the human labeling task for this AnnotatedDataset.
307 308 309 310 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb', line 307 class AnnotatedDatasetMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#image_classification_config ⇒ ::Google::Cloud::DataLabeling::V1beta1::ImageClassificationConfig
Returns Configuration for image classification task.
307 308 309 310 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb', line 307 class AnnotatedDatasetMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#object_detection_config ⇒ ::Google::Cloud::DataLabeling::V1beta1::ObjectDetectionConfig
Returns Configuration for video object detection task.
307 308 309 310 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb', line 307 class AnnotatedDatasetMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#object_tracking_config ⇒ ::Google::Cloud::DataLabeling::V1beta1::ObjectTrackingConfig
Returns Configuration for video object tracking task.
307 308 309 310 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb', line 307 class AnnotatedDatasetMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#polyline_config ⇒ ::Google::Cloud::DataLabeling::V1beta1::PolylineConfig
Returns Configuration for image polyline task.
307 308 309 310 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb', line 307 class AnnotatedDatasetMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#segmentation_config ⇒ ::Google::Cloud::DataLabeling::V1beta1::SegmentationConfig
Returns Configuration for image segmentation task.
307 308 309 310 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb', line 307 class AnnotatedDatasetMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#text_classification_config ⇒ ::Google::Cloud::DataLabeling::V1beta1::TextClassificationConfig
Returns Configuration for text classification task.
307 308 309 310 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb', line 307 class AnnotatedDatasetMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#text_entity_extraction_config ⇒ ::Google::Cloud::DataLabeling::V1beta1::TextEntityExtractionConfig
Returns Configuration for text entity extraction task.
307 308 309 310 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb', line 307 class AnnotatedDatasetMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#video_classification_config ⇒ ::Google::Cloud::DataLabeling::V1beta1::VideoClassificationConfig
Returns Configuration for video classification task.
307 308 309 310 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb', line 307 class AnnotatedDatasetMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |