public interface TextClassificationModelMetadataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getClassificationType()
public abstract ClassificationProto.ClassificationType getClassificationType()
Output only. Classification type of the dataset used to train this model.
.google.cloud.automl.v1beta1.ClassificationType classification_type = 3;
Returns | |
---|---|
Type | Description |
ClassificationProto.ClassificationType |
The classificationType. |
getClassificationTypeValue()
public abstract int getClassificationTypeValue()
Output only. Classification type of the dataset used to train this model.
.google.cloud.automl.v1beta1.ClassificationType classification_type = 3;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for classificationType. |