Uses of Class
tensorflow.serving.Classification.ClassificationResponse
Packages that use Classification.ClassificationResponse
-
Uses of Classification.ClassificationResponse in tensorflow.serving
Methods in tensorflow.serving that return Classification.ClassificationResponseModifier and TypeMethodDescriptionClassification.ClassificationResponse.Builder.build()Classification.ClassificationResponse.Builder.buildPartial()PredictionServiceGrpc.PredictionServiceBlockingStub.classify(Classification.ClassificationRequest request) Classify.PredictionServiceGrpc.PredictionServiceBlockingV2Stub.classify(Classification.ClassificationRequest request) Classify.Classification.ClassificationResponse.getDefaultInstance()Classification.ClassificationResponse.Builder.getDefaultInstanceForType()Classification.ClassificationResponse.getDefaultInstanceForType()PredictionLogOuterClass.ClassifyLog.Builder.getResponse().tensorflow.serving.ClassificationResponse response = 2;PredictionLogOuterClass.ClassifyLog.getResponse().tensorflow.serving.ClassificationResponse response = 2;PredictionLogOuterClass.ClassifyLogOrBuilder.getResponse().tensorflow.serving.ClassificationResponse response = 2;Classification.ClassificationResponse.parseDelimitedFrom(InputStream input) Classification.ClassificationResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Classification.ClassificationResponse.parseFrom(byte[] data) Classification.ClassificationResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Classification.ClassificationResponse.parseFrom(com.google.protobuf.ByteString data) Classification.ClassificationResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Classification.ClassificationResponse.parseFrom(com.google.protobuf.CodedInputStream input) Classification.ClassificationResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Classification.ClassificationResponse.parseFrom(InputStream input) Classification.ClassificationResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Classification.ClassificationResponse.parseFrom(ByteBuffer data) Classification.ClassificationResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in tensorflow.serving that return types with arguments of type Classification.ClassificationResponseModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<Classification.ClassificationResponse> PredictionServiceGrpc.PredictionServiceFutureStub.classify(Classification.ClassificationRequest request) Classify.static io.grpc.MethodDescriptor<Classification.ClassificationRequest, Classification.ClassificationResponse> PredictionServiceGrpc.getClassifyMethod()com.google.protobuf.Parser<Classification.ClassificationResponse> Classification.ClassificationResponse.getParserForType()static com.google.protobuf.Parser<Classification.ClassificationResponse> Classification.ClassificationResponse.parser()Methods in tensorflow.serving with parameters of type Classification.ClassificationResponseModifier and TypeMethodDescriptionClassification.ClassificationResponse.Builder.mergeFrom(Classification.ClassificationResponse other) PredictionLogOuterClass.ClassifyLog.Builder.mergeResponse(Classification.ClassificationResponse value) .tensorflow.serving.ClassificationResponse response = 2;Classification.ClassificationResponse.newBuilder(Classification.ClassificationResponse prototype) PredictionLogOuterClass.ClassifyLog.Builder.setResponse(Classification.ClassificationResponse value) .tensorflow.serving.ClassificationResponse response = 2;Method parameters in tensorflow.serving with type arguments of type Classification.ClassificationResponseModifier and TypeMethodDescriptiondefault voidPredictionServiceGrpc.AsyncService.classify(Classification.ClassificationRequest request, io.grpc.stub.StreamObserver<Classification.ClassificationResponse> responseObserver) Classify.voidPredictionServiceGrpc.PredictionServiceStub.classify(Classification.ClassificationRequest request, io.grpc.stub.StreamObserver<Classification.ClassificationResponse> responseObserver) Classify.