Package tensorflow.serving
Class Predict
java.lang.Object
tensorflow.serving.Predict
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classPredictRequest specifies which TensorFlow model to run, as well as how inputs are mapped to tensors and how outputs are filtered before returning to user.static interfacestatic final classResponse for PredictRequest on successful run.static interfacestatic final classOptions only used for streaming requests that control how inputs/ouputs are handled in the stream.static interface -
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.protobuf.Descriptors.FileDescriptorstatic voidregisterAllExtensions(com.google.protobuf.ExtensionRegistry registry) static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
Method Details
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) -
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) -
getDescriptor
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
-