Package tensorflow.serving
Class Predict
- java.lang.Object
-
- tensorflow.serving.Predict
-
public final class Predict extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPredict.PredictRequestPredictRequest 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 interfacePredict.PredictRequestOrBuilderstatic classPredict.PredictResponseResponse for PredictRequest on successful run.static interfacePredict.PredictResponseOrBuilder
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.protobuf.Descriptors.FileDescriptorgetDescriptor()static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistry registry)static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
-
-
Method Detail
-
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()
-
-