Interface ImageClassificationDatasetMetadataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ClassificationProto.ClassificationType getClassificationType()
      Required.
      int getClassificationTypeValue()
      Required.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.v1beta1.ClassificationType classification_type = 1;
        Returns:
        The enum numeric value on the wire for classificationType.
      • getClassificationType

        ClassificationProto.ClassificationType getClassificationType()
         Required. Type of the classification problem.
         
        .google.cloud.automl.v1beta1.ClassificationType classification_type = 1;
        Returns:
        The classificationType.