Class: Google::Cloud::AutoML::V1beta1::TextClassificationModelMetadata

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

Instance Attribute Summary collapse

Instance Attribute Details

#classification_type::Google::Cloud::AutoML::V1beta1::ClassificationType

Returns Output only. Classification type of the dataset used to train this model.

Returns:



37
38
39
40
# File 'proto_docs/google/cloud/automl/v1beta1/text.rb', line 37

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