Class: Google::Cloud::AutoML::V1::AnnotationPayload
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1::AnnotationPayload
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1/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::V1::ClassificationAnnotation
Annotation details for content or image classification.
-
#display_name ⇒ ::String
Output only.
-
#image_object_detection ⇒ ::Google::Cloud::AutoML::V1::ImageObjectDetectionAnnotation
Annotation details for image object detection.
-
#text_extraction ⇒ ::Google::Cloud::AutoML::V1::TextExtractionAnnotation
Annotation details for text extraction.
-
#text_sentiment ⇒ ::Google::Cloud::AutoML::V1::TextSentimentAnnotation
Annotation details for text sentiment.
-
#translation ⇒ ::Google::Cloud::AutoML::V1::TranslationAnnotation
Annotation details for translation.
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.
53 54 55 56 |
# File 'proto_docs/google/cloud/automl/v1/annotation_payload.rb', line 53 class AnnotationPayload include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#classification ⇒ ::Google::Cloud::AutoML::V1::ClassificationAnnotation
Returns Annotation details for content or image classification.
53 54 55 56 |
# File 'proto_docs/google/cloud/automl/v1/annotation_payload.rb', line 53 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.
53 54 55 56 |
# File 'proto_docs/google/cloud/automl/v1/annotation_payload.rb', line 53 class AnnotationPayload include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#image_object_detection ⇒ ::Google::Cloud::AutoML::V1::ImageObjectDetectionAnnotation
Returns Annotation details for image object detection.
53 54 55 56 |
# File 'proto_docs/google/cloud/automl/v1/annotation_payload.rb', line 53 class AnnotationPayload include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#text_extraction ⇒ ::Google::Cloud::AutoML::V1::TextExtractionAnnotation
Returns Annotation details for text extraction.
53 54 55 56 |
# File 'proto_docs/google/cloud/automl/v1/annotation_payload.rb', line 53 class AnnotationPayload include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#text_sentiment ⇒ ::Google::Cloud::AutoML::V1::TextSentimentAnnotation
Returns Annotation details for text sentiment.
53 54 55 56 |
# File 'proto_docs/google/cloud/automl/v1/annotation_payload.rb', line 53 class AnnotationPayload include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#translation ⇒ ::Google::Cloud::AutoML::V1::TranslationAnnotation
Returns Annotation details for translation.
53 54 55 56 |
# File 'proto_docs/google/cloud/automl/v1/annotation_payload.rb', line 53 class AnnotationPayload include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |