Class: Google::Cloud::AutoML::V1::TextClassificationModelMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1::TextClassificationModelMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1/text.rb
Overview
Model metadata that is specific to text classification.
Instance Attribute Summary collapse
Instance Attribute Details
#classification_type ⇒ ::Google::Cloud::AutoML::V1::ClassificationType
Returns Output only. Classification type of the dataset used to train this model.
37 38 39 40 |
# File 'proto_docs/google/cloud/automl/v1/text.rb', line 37 class TextClassificationModelMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |