Reference documentation and code samples for the Cloud AutoML V1beta1 API class Google::Cloud::AutoML::V1beta1::TextClassificationModelMetadata.
Model metadata that is specific to text classification.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#classification_type
def classification_type() -> ::Google::Cloud::AutoML::V1beta1::ClassificationType
Returns
- (::Google::Cloud::AutoML::V1beta1::ClassificationType) — Output only. Classification type of the dataset used to train this model.
#classification_type=
def classification_type=(value) -> ::Google::Cloud::AutoML::V1beta1::ClassificationType
Parameter
- value (::Google::Cloud::AutoML::V1beta1::ClassificationType) — Output only. Classification type of the dataset used to train this model.
Returns
- (::Google::Cloud::AutoML::V1beta1::ClassificationType) — Output only. Classification type of the dataset used to train this model.