Uses of Class
tensorflow.serving.Classification.ClassificationResult.Builder
Packages that use Classification.ClassificationResult.Builder
-
Uses of Classification.ClassificationResult.Builder in tensorflow.serving
Methods in tensorflow.serving that return Classification.ClassificationResult.BuilderModifier and TypeMethodDescriptionClassification.ClassificationResult.Builder.addAllClassifications(Iterable<? extends Classification.Classifications> values) repeated .tensorflow.serving.Classifications classifications = 1;Classification.ClassificationResult.Builder.addClassifications(int index, Classification.Classifications value) repeated .tensorflow.serving.Classifications classifications = 1;Classification.ClassificationResult.Builder.addClassifications(int index, Classification.Classifications.Builder builderForValue) repeated .tensorflow.serving.Classifications classifications = 1;Classification.ClassificationResult.Builder.addClassifications(Classification.Classifications value) repeated .tensorflow.serving.Classifications classifications = 1;Classification.ClassificationResult.Builder.addClassifications(Classification.Classifications.Builder builderForValue) repeated .tensorflow.serving.Classifications classifications = 1;Classification.ClassificationResult.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Classification.ClassificationResult.Builder.clear()Classification.ClassificationResult.Builder.clearClassifications()repeated .tensorflow.serving.Classifications classifications = 1;Classification.ClassificationResult.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Classification.ClassificationResult.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Classification.ClassificationResult.Builder.clone()Inference.InferenceResult.Builder.getClassificationResultBuilder().tensorflow.serving.ClassificationResult classification_result = 2;Classification.ClassificationResponse.Builder.getResultBuilder()Result of the classification.Classification.ClassificationResult.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Classification.ClassificationResult.Builder.mergeFrom(com.google.protobuf.Message other) Classification.ClassificationResult.Builder.mergeFrom(Classification.ClassificationResult other) Classification.ClassificationResult.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Classification.ClassificationResult.newBuilder()Classification.ClassificationResult.newBuilder(Classification.ClassificationResult prototype) Classification.ClassificationResult.newBuilderForType()Classification.ClassificationResult.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Classification.ClassificationResult.Builder.removeClassifications(int index) repeated .tensorflow.serving.Classifications classifications = 1;Classification.ClassificationResult.Builder.setClassifications(int index, Classification.Classifications value) repeated .tensorflow.serving.Classifications classifications = 1;Classification.ClassificationResult.Builder.setClassifications(int index, Classification.Classifications.Builder builderForValue) repeated .tensorflow.serving.Classifications classifications = 1;Classification.ClassificationResult.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Classification.ClassificationResult.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Classification.ClassificationResult.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Classification.ClassificationResult.toBuilder()Methods in tensorflow.serving with parameters of type Classification.ClassificationResult.BuilderModifier and TypeMethodDescriptionInference.InferenceResult.Builder.setClassificationResult(Classification.ClassificationResult.Builder builderForValue) .tensorflow.serving.ClassificationResult classification_result = 2;Classification.ClassificationResponse.Builder.setResult(Classification.ClassificationResult.Builder builderForValue) Result of the classification.