Class: Google::Cloud::AutoML::V1beta1::AnnotationPayload

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/annotation_payload.rb

Overview

Contains annotation information that is relevant to AutoML.

Instance Attribute Summary collapse

Instance Attribute Details

#annotation_spec_idString

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.

Returns:

  • (String)

    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.



59
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/annotation_payload.rb', line 59

class AnnotationPayload; end

#classificationGoogle::Cloud::AutoML::V1beta1::ClassificationAnnotation

Returns Annotation details for content or image classification.

Returns:



59
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/annotation_payload.rb', line 59

class AnnotationPayload; end

#display_nameString

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.

Returns:

  • (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.



59
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/annotation_payload.rb', line 59

class AnnotationPayload; end

#image_object_detectionGoogle::Cloud::AutoML::V1beta1::ImageObjectDetectionAnnotation

Returns Annotation details for image object detection.

Returns:



59
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/annotation_payload.rb', line 59

class AnnotationPayload; end

#tablesGoogle::Cloud::AutoML::V1beta1::TablesAnnotation

Returns Annotation details for Tables.

Returns:



59
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/annotation_payload.rb', line 59

class AnnotationPayload; end

#text_extractionGoogle::Cloud::AutoML::V1beta1::TextExtractionAnnotation

Returns Annotation details for text extraction.

Returns:



59
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/annotation_payload.rb', line 59

class AnnotationPayload; end

#text_sentimentGoogle::Cloud::AutoML::V1beta1::TextSentimentAnnotation

Returns Annotation details for text sentiment.

Returns:



59
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/annotation_payload.rb', line 59

class AnnotationPayload; end

#translationGoogle::Cloud::AutoML::V1beta1::TranslationAnnotation

Returns Annotation details for translation.

Returns:



59
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/annotation_payload.rb', line 59

class AnnotationPayload; end

#video_classificationGoogle::Cloud::AutoML::V1beta1::VideoClassificationAnnotation

Annotation details for video classification. Returned for Video Classification predictions.

Returns:



59
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/annotation_payload.rb', line 59

class AnnotationPayload; end

#video_object_trackingGoogle::Cloud::AutoML::V1beta1::VideoObjectTrackingAnnotation

Returns Annotation details for video object tracking.

Returns:



59
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/annotation_payload.rb', line 59

class AnnotationPayload; end