Interface ImageClassificationDatasetMetadataOrBuilder (2.3.9)

public interface ImageClassificationDatasetMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getClassificationType()

public abstract ClassificationType getClassificationType()

Required. Type of the classification problem.

.google.cloud.automl.v1.ClassificationType classification_type = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ClassificationType

The classificationType.

getClassificationTypeValue()

public abstract int getClassificationTypeValue()

Required. Type of the classification problem.

.google.cloud.automl.v1.ClassificationType classification_type = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The enum numeric value on the wire for classificationType.