Cloud AutoML V1beta1 API - Class Google::Cloud::AutoML::V1beta1::TextExtractionModelMetadata (v0.11.0)

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

#model_hint=

def model_hint=(value) -> ::String
Parameter
  • 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.

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.