Uses of Class
com.oracle.bmc.modeldeployment.requests.PredictRequest
-
Packages that use PredictRequest Package Description com.oracle.bmc.modeldeployment com.oracle.bmc.modeldeployment.requests -
-
Uses of PredictRequest in com.oracle.bmc.modeldeployment
Methods in com.oracle.bmc.modeldeployment with parameters of type PredictRequest Modifier and Type Method Description PredictResponse
ModelDeployment. predict(PredictRequest request)
Invoking a model deployment calls the predict endpoint of the model deployment URI.Future<PredictResponse>
ModelDeploymentAsync. predict(PredictRequest request, AsyncHandler<PredictRequest,PredictResponse> handler)
Invoking a model deployment calls the predict endpoint of the model deployment URI.Future<PredictResponse>
ModelDeploymentAsyncClient. predict(PredictRequest request, AsyncHandler<PredictRequest,PredictResponse> handler)
PredictResponse
ModelDeploymentClient. predict(PredictRequest request)
Method parameters in com.oracle.bmc.modeldeployment with type arguments of type PredictRequest Modifier and Type Method Description Future<PredictResponse>
ModelDeploymentAsync. predict(PredictRequest request, AsyncHandler<PredictRequest,PredictResponse> handler)
Invoking a model deployment calls the predict endpoint of the model deployment URI.Future<PredictResponse>
ModelDeploymentAsyncClient. predict(PredictRequest request, AsyncHandler<PredictRequest,PredictResponse> handler)
-
Uses of PredictRequest in com.oracle.bmc.modeldeployment.requests
Methods in com.oracle.bmc.modeldeployment.requests that return PredictRequest Modifier and Type Method Description PredictRequest
PredictRequest.Builder. build()
Build the instance of PredictRequest as configured by this builderPredictRequest
PredictRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PredictRequest as configured by this builderMethods in com.oracle.bmc.modeldeployment.requests with parameters of type PredictRequest Modifier and Type Method Description PredictRequest.Builder
PredictRequest.Builder. copy(PredictRequest o)
Copy method to populate the builder with values from the given instance.
-