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
Modifier and TypeMethodDescriptiongetClassifications(int index) repeated .tensorflow.serving.Classifications classifications = 1;intrepeated .tensorflow.serving.Classifications classifications = 1;repeated .tensorflow.serving.Classifications classifications = 1;getClassificationsOrBuilder(int index) repeated .tensorflow.serving.Classifications classifications = 1;List<? extends Classification.ClassificationsOrBuilder> repeated .tensorflow.serving.Classifications classifications = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getClassificationsList
List<Classification.Classifications> getClassificationsList()repeated .tensorflow.serving.Classifications classifications = 1; -
getClassifications
repeated .tensorflow.serving.Classifications classifications = 1; -
getClassificationsCount
int getClassificationsCount()repeated .tensorflow.serving.Classifications classifications = 1; -
getClassificationsOrBuilderList
List<? extends Classification.ClassificationsOrBuilder> getClassificationsOrBuilderList()repeated .tensorflow.serving.Classifications classifications = 1; -
getClassificationsOrBuilder
repeated .tensorflow.serving.Classifications classifications = 1;
-