Class: Google::Cloud::AutoML::V1beta1::TextExtractionModelMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/automl/v1beta1/text.rb

Overview

Model metadata that is specific to text extraction.

Instance Attribute Summary collapse

Instance Attribute Details

#model_hint::String

Returns Indicates the scope of model use case.

  • default: Use to train a general text extraction model. Default value.

  • health_care: Use to train a text extraction model that is tuned for healthcare applications.

Returns:

  • (::String)

    Indicates the scope of model use case.

    • default: Use to train a general text extraction model. Default value.

    • health_care: Use to train a text extraction model that is tuned for healthcare applications.



57
58
59
60
# File 'proto_docs/google/cloud/automl/v1beta1/text.rb', line 57

class TextExtractionModelMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end