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