public interface ImageClassificationDatasetMetadataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for classificationType. |