Uses of Enum Class
tensorflow.serving.Predict.PredictStreamedOptions.RequestState
Packages that use Predict.PredictStreamedOptions.RequestState
-
Uses of Predict.PredictStreamedOptions.RequestState in tensorflow.serving
Methods in tensorflow.serving that return Predict.PredictStreamedOptions.RequestStateModifier and TypeMethodDescriptionPredict.PredictStreamedOptions.RequestState.forNumber(int value) Predict.PredictStreamedOptions.Builder.getRequestState()Request state used to handle segmentation of requests.Predict.PredictStreamedOptions.getRequestState()Request state used to handle segmentation of requests.Predict.PredictStreamedOptionsOrBuilder.getRequestState()Request state used to handle segmentation of requests.Predict.PredictStreamedOptions.RequestState.valueOf(int value) Deprecated.Predict.PredictStreamedOptions.RequestState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.Predict.PredictStreamedOptions.RequestState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tensorflow.serving that return types with arguments of type Predict.PredictStreamedOptions.RequestStateModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Predict.PredictStreamedOptions.RequestState> Predict.PredictStreamedOptions.RequestState.internalGetValueMap()Methods in tensorflow.serving with parameters of type Predict.PredictStreamedOptions.RequestStateModifier and TypeMethodDescriptionPredict.PredictStreamedOptions.Builder.setRequestState(Predict.PredictStreamedOptions.RequestState value) Request state used to handle segmentation of requests.