Uses of Class
com.oracle.bmc.datascience.requests.GetPipelineRunRequest
-
Packages that use GetPipelineRunRequest Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.requests -
-
Uses of GetPipelineRunRequest in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return types with arguments of type GetPipelineRunRequest Modifier and Type Method Description Waiter<GetPipelineRunRequest,GetPipelineRunResponse>
DataScienceWaiters. forPipelineRun(GetPipelineRunRequest request, PipelineRunLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetPipelineRunRequest,GetPipelineRunResponse>
DataScienceWaiters. forPipelineRun(GetPipelineRunRequest request, PipelineRunLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetPipelineRunRequest,GetPipelineRunResponse>
DataScienceWaiters. forPipelineRun(GetPipelineRunRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, PipelineRunLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.datascience with type arguments of type GetPipelineRunRequest 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 GetPipelineRunRequest in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return GetPipelineRunRequest Modifier and Type Method Description GetPipelineRunRequest
GetPipelineRunRequest.Builder. build()
Build the instance of GetPipelineRunRequest as configured by this builderGetPipelineRunRequest
GetPipelineRunRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetPipelineRunRequest as configured by this builderMethods in com.oracle.bmc.datascience.requests with parameters of type GetPipelineRunRequest Modifier and Type Method Description GetPipelineRunRequest.Builder
GetPipelineRunRequest.Builder. copy(GetPipelineRunRequest o)
Copy method to populate the builder with values from the given instance.
-