Reference documentation and code samples for the Cloud AutoML V1beta1 API class Google::Cloud::AutoML::V1beta1::TextExtractionModelMetadata.
Model metadata that is specific to text extraction.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#model_hint
def model_hint() -> ::String
-
(::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.
#model_hint=
def model_hint=(value) -> ::String
-
value (::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.
-
(::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.