Uses of Class
com.oracle.bmc.modeldeployment.responses.PredictWithResponseStreamResponse
-
Packages that use PredictWithResponseStreamResponse Package Description com.oracle.bmc.modeldeployment com.oracle.bmc.modeldeployment.responses -
-
Uses of PredictWithResponseStreamResponse in com.oracle.bmc.modeldeployment
Methods in com.oracle.bmc.modeldeployment that return PredictWithResponseStreamResponse Modifier and Type Method Description PredictWithResponseStreamResponse
ModelDeployment. predictWithResponseStream(PredictWithResponseStreamRequest request)
Invoking a model deployment calls the predictWithResponseStream endpoint of the model deployment URI to get the streaming result.PredictWithResponseStreamResponse
ModelDeploymentClient. predictWithResponseStream(PredictWithResponseStreamRequest request)
Methods in com.oracle.bmc.modeldeployment that return types with arguments of type PredictWithResponseStreamResponse 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)
Method parameters in com.oracle.bmc.modeldeployment with type arguments of type PredictWithResponseStreamResponse 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 PredictWithResponseStreamResponse in com.oracle.bmc.modeldeployment.responses
Methods in com.oracle.bmc.modeldeployment.responses that return PredictWithResponseStreamResponse Modifier and Type Method Description PredictWithResponseStreamResponse
PredictWithResponseStreamResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.modeldeployment.responses with parameters of type PredictWithResponseStreamResponse Modifier and Type Method Description PredictWithResponseStreamResponse.Builder
PredictWithResponseStreamResponse.Builder. copy(PredictWithResponseStreamResponse o)
Copy method to populate the builder with values from the given instance.
-