Uses of Class
com.oracle.bmc.datascience.responses.CreatePipelineRunResponse
-
Packages that use CreatePipelineRunResponse Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.responses -
-
Uses of CreatePipelineRunResponse in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return CreatePipelineRunResponse Modifier and Type Method Description CreatePipelineRunResponse
DataScience. createPipelineRun(CreatePipelineRunRequest request)
Creates a new PipelineRun.CreatePipelineRunResponse
DataScienceClient. createPipelineRun(CreatePipelineRunRequest request)
Methods in com.oracle.bmc.datascience that return types with arguments of type CreatePipelineRunResponse Modifier and Type Method Description Future<CreatePipelineRunResponse>
DataScienceAsync. createPipelineRun(CreatePipelineRunRequest request, AsyncHandler<CreatePipelineRunRequest,CreatePipelineRunResponse> handler)
Creates a new PipelineRun.Future<CreatePipelineRunResponse>
DataScienceAsyncClient. createPipelineRun(CreatePipelineRunRequest request, AsyncHandler<CreatePipelineRunRequest,CreatePipelineRunResponse> handler)
Method parameters in com.oracle.bmc.datascience with type arguments of type CreatePipelineRunResponse Modifier and Type Method Description Future<CreatePipelineRunResponse>
DataScienceAsync. createPipelineRun(CreatePipelineRunRequest request, AsyncHandler<CreatePipelineRunRequest,CreatePipelineRunResponse> handler)
Creates a new PipelineRun.Future<CreatePipelineRunResponse>
DataScienceAsyncClient. createPipelineRun(CreatePipelineRunRequest request, AsyncHandler<CreatePipelineRunRequest,CreatePipelineRunResponse> handler)
-
Uses of CreatePipelineRunResponse in com.oracle.bmc.datascience.responses
Methods in com.oracle.bmc.datascience.responses that return CreatePipelineRunResponse Modifier and Type Method Description CreatePipelineRunResponse
CreatePipelineRunResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datascience.responses with parameters of type CreatePipelineRunResponse Modifier and Type Method Description CreatePipelineRunResponse.Builder
CreatePipelineRunResponse.Builder. copy(CreatePipelineRunResponse o)
Copy method to populate the builder with values from the given instance.
-