Uses of Class
tensorflow.serving.Predict.PredictStreamedOptions
Packages that use Predict.PredictStreamedOptions
-
Uses of Predict.PredictStreamedOptions in tensorflow.serving
Methods in tensorflow.serving that return Predict.PredictStreamedOptionsModifier and TypeMethodDescriptionPredict.PredictStreamedOptions.Builder.build()Predict.PredictStreamedOptions.Builder.buildPartial()Predict.PredictStreamedOptions.getDefaultInstance()Predict.PredictStreamedOptions.Builder.getDefaultInstanceForType()Predict.PredictStreamedOptions.getDefaultInstanceForType()Predict.PredictRequest.Builder.getPredictStreamedOptions()Options for streaming requests to control how multiple requests/responses are handled within a single stream.Predict.PredictRequest.getPredictStreamedOptions()Options for streaming requests to control how multiple requests/responses are handled within a single stream.Predict.PredictRequestOrBuilder.getPredictStreamedOptions()Options for streaming requests to control how multiple requests/responses are handled within a single stream.Predict.PredictStreamedOptions.parseDelimitedFrom(InputStream input) Predict.PredictStreamedOptions.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Predict.PredictStreamedOptions.parseFrom(byte[] data) Predict.PredictStreamedOptions.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Predict.PredictStreamedOptions.parseFrom(com.google.protobuf.ByteString data) Predict.PredictStreamedOptions.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Predict.PredictStreamedOptions.parseFrom(com.google.protobuf.CodedInputStream input) Predict.PredictStreamedOptions.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Predict.PredictStreamedOptions.parseFrom(InputStream input) Predict.PredictStreamedOptions.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Predict.PredictStreamedOptions.parseFrom(ByteBuffer data) Predict.PredictStreamedOptions.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in tensorflow.serving that return types with arguments of type Predict.PredictStreamedOptionsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Predict.PredictStreamedOptions> Predict.PredictStreamedOptions.getParserForType()static com.google.protobuf.Parser<Predict.PredictStreamedOptions> Predict.PredictStreamedOptions.parser()Methods in tensorflow.serving with parameters of type Predict.PredictStreamedOptionsModifier and TypeMethodDescriptionPredict.PredictStreamedOptions.Builder.mergeFrom(Predict.PredictStreamedOptions other) Predict.PredictRequest.Builder.mergePredictStreamedOptions(Predict.PredictStreamedOptions value) Options for streaming requests to control how multiple requests/responses are handled within a single stream.Predict.PredictStreamedOptions.newBuilder(Predict.PredictStreamedOptions prototype) Predict.PredictRequest.Builder.setPredictStreamedOptions(Predict.PredictStreamedOptions value) Options for streaming requests to control how multiple requests/responses are handled within a single stream.