Package tensorflow.serving
Interface Classification.ClassificationResultOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Classification.ClassificationResult,Classification.ClassificationResult.Builder
- Enclosing class:
- Classification
public static interface Classification.ClassificationResultOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Classification.ClassificationsgetClassifications(int index)repeated .tensorflow.serving.Classifications classifications = 1;intgetClassificationsCount()repeated .tensorflow.serving.Classifications classifications = 1;java.util.List<Classification.Classifications>getClassificationsList()repeated .tensorflow.serving.Classifications classifications = 1;Classification.ClassificationsOrBuildergetClassificationsOrBuilder(int index)repeated .tensorflow.serving.Classifications classifications = 1;java.util.List<? extends Classification.ClassificationsOrBuilder>getClassificationsOrBuilderList()repeated .tensorflow.serving.Classifications classifications = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getClassificationsList
java.util.List<Classification.Classifications> getClassificationsList()
repeated .tensorflow.serving.Classifications classifications = 1;
-
getClassifications
Classification.Classifications getClassifications(int index)
repeated .tensorflow.serving.Classifications classifications = 1;
-
getClassificationsCount
int getClassificationsCount()
repeated .tensorflow.serving.Classifications classifications = 1;
-
getClassificationsOrBuilderList
java.util.List<? extends Classification.ClassificationsOrBuilder> getClassificationsOrBuilderList()
repeated .tensorflow.serving.Classifications classifications = 1;
-
getClassificationsOrBuilder
Classification.ClassificationsOrBuilder getClassificationsOrBuilder(int index)
repeated .tensorflow.serving.Classifications classifications = 1;
-
-