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