Package com.google.cloud.automl.v1
Interface TextClassificationModelMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TextClassificationModelMetadata
,TextClassificationModelMetadata.Builder
public interface TextClassificationModelMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassificationType
getClassificationType()
Output only.int
getClassificationTypeValue()
Output only.-
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()
Output only. Classification type of the dataset used to train this model.
.google.cloud.automl.v1.ClassificationType classification_type = 3;
- Returns:
- The enum numeric value on the wire for classificationType.
-
getClassificationType
ClassificationType getClassificationType()
Output only. Classification type of the dataset used to train this model.
.google.cloud.automl.v1.ClassificationType classification_type = 3;
- Returns:
- The classificationType.
-
-