Interface TextClassificationModelMetadataOrBuilder (2.37.0)

public interface TextClassificationModelMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
int

The enum numeric value on the wire for classificationType.