Package com.google.cloud.automl.v1
Interface ImageClassificationDatasetMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImageClassificationDatasetMetadata
,ImageClassificationDatasetMetadata.Builder
public interface ImageClassificationDatasetMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassificationType
getClassificationType()
Required.int
getClassificationTypeValue()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getClassificationTypeValue
int getClassificationTypeValue()
Required. Type of the classification problem.
.google.cloud.automl.v1.ClassificationType classification_type = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The enum numeric value on the wire for classificationType.
-
getClassificationType
ClassificationType getClassificationType()
Required. Type of the classification problem.
.google.cloud.automl.v1.ClassificationType classification_type = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The classificationType.
-
-