Interface ImageClassificationDatasetMetadataOrBuilder (2.1.23)

public interface ImageClassificationDatasetMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getClassificationType()

public abstract ClassificationProto.ClassificationType getClassificationType()

Required. Type of the classification problem.

.google.cloud.automl.v1beta1.ClassificationType classification_type = 1;

Returns
TypeDescription
ClassificationProto.ClassificationType

The classificationType.

getClassificationTypeValue()

public abstract int getClassificationTypeValue()

Required. Type of the classification problem.

.google.cloud.automl.v1beta1.ClassificationType classification_type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for classificationType.