Class: Google::Cloud::AutoML::V1beta1::AnnotationPayload
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1beta1::AnnotationPayload
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1beta1/annotation_payload.rb
Overview
Contains annotation information that is relevant to AutoML.
Instance Attribute Summary collapse
-
#annotation_spec_id ⇒ ::String
Output only .
-
#classification ⇒ ::Google::Cloud::AutoML::V1beta1::ClassificationAnnotation
Annotation details for content or image classification.
-
#display_name ⇒ ::String
Output only.
-
#image_object_detection ⇒ ::Google::Cloud::AutoML::V1beta1::ImageObjectDetectionAnnotation
Annotation details for image object detection.
-
#tables ⇒ ::Google::Cloud::AutoML::V1beta1::TablesAnnotation
Annotation details for Tables.
-
#text_extraction ⇒ ::Google::Cloud::AutoML::V1beta1::TextExtractionAnnotation
Annotation details for text extraction.
-
#text_sentiment ⇒ ::Google::Cloud::AutoML::V1beta1::TextSentimentAnnotation
Annotation details for text sentiment.
-
#translation ⇒ ::Google::Cloud::AutoML::V1beta1::TranslationAnnotation
Annotation details for translation.
-
#video_classification ⇒ ::Google::Cloud::AutoML::V1beta1::VideoClassificationAnnotation
Annotation details for video classification.
-
#video_object_tracking ⇒ ::Google::Cloud::AutoML::V1beta1::VideoObjectTrackingAnnotation
Annotation details for video object tracking.
Instance Attribute Details
#annotation_spec_id ⇒ ::String
Returns Output only . The resource ID of the annotation spec that this annotation pertains to. The annotation spec comes from either an ancestor dataset, or the dataset that was used to train the model in use.
63 64 65 66 |
# File 'proto_docs/google/cloud/automl/v1beta1/annotation_payload.rb', line 63 class AnnotationPayload include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#classification ⇒ ::Google::Cloud::AutoML::V1beta1::ClassificationAnnotation
Returns Annotation details for content or image classification.
63 64 65 66 |
# File 'proto_docs/google/cloud/automl/v1beta1/annotation_payload.rb', line 63 class AnnotationPayload include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Output only. The value of
display_name
when the model was trained. Because this field returns a value at model
training time, for different models trained using the same dataset, the
returned value could be different as model owner could update the
display_name
between any two model training.
63 64 65 66 |
# File 'proto_docs/google/cloud/automl/v1beta1/annotation_payload.rb', line 63 class AnnotationPayload include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#image_object_detection ⇒ ::Google::Cloud::AutoML::V1beta1::ImageObjectDetectionAnnotation
Returns Annotation details for image object detection.
63 64 65 66 |
# File 'proto_docs/google/cloud/automl/v1beta1/annotation_payload.rb', line 63 class AnnotationPayload include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tables ⇒ ::Google::Cloud::AutoML::V1beta1::TablesAnnotation
Returns Annotation details for Tables.
63 64 65 66 |
# File 'proto_docs/google/cloud/automl/v1beta1/annotation_payload.rb', line 63 class AnnotationPayload include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#text_extraction ⇒ ::Google::Cloud::AutoML::V1beta1::TextExtractionAnnotation
Returns Annotation details for text extraction.
63 64 65 66 |
# File 'proto_docs/google/cloud/automl/v1beta1/annotation_payload.rb', line 63 class AnnotationPayload include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#text_sentiment ⇒ ::Google::Cloud::AutoML::V1beta1::TextSentimentAnnotation
Returns Annotation details for text sentiment.
63 64 65 66 |
# File 'proto_docs/google/cloud/automl/v1beta1/annotation_payload.rb', line 63 class AnnotationPayload include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#translation ⇒ ::Google::Cloud::AutoML::V1beta1::TranslationAnnotation
Returns Annotation details for translation.
63 64 65 66 |
# File 'proto_docs/google/cloud/automl/v1beta1/annotation_payload.rb', line 63 class AnnotationPayload include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#video_classification ⇒ ::Google::Cloud::AutoML::V1beta1::VideoClassificationAnnotation
Annotation details for video classification. Returned for Video Classification predictions.
63 64 65 66 |
# File 'proto_docs/google/cloud/automl/v1beta1/annotation_payload.rb', line 63 class AnnotationPayload include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#video_object_tracking ⇒ ::Google::Cloud::AutoML::V1beta1::VideoObjectTrackingAnnotation
Returns Annotation details for video object tracking.
63 64 65 66 |
# File 'proto_docs/google/cloud/automl/v1beta1/annotation_payload.rb', line 63 class AnnotationPayload include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |