Uses of Class
com.oracle.bmc.datascience.requests.GetJobRunRequest
-
Packages that use GetJobRunRequest Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.requests -
-
Uses of GetJobRunRequest in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return types with arguments of type GetJobRunRequest Modifier and Type Method Description Waiter<GetJobRunRequest,GetJobRunResponse>
DataScienceWaiters. forJobRun(GetJobRunRequest request, JobRunLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetJobRunRequest,GetJobRunResponse>
DataScienceWaiters. forJobRun(GetJobRunRequest request, JobRunLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetJobRunRequest,GetJobRunResponse>
DataScienceWaiters. forJobRun(GetJobRunRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, JobRunLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.datascience with type arguments of type GetJobRunRequest Modifier and Type Method Description Future<GetJobRunResponse>
DataScienceAsync. getJobRun(GetJobRunRequest request, AsyncHandler<GetJobRunRequest,GetJobRunResponse> handler)
Gets a job run.Future<GetJobRunResponse>
DataScienceAsyncClient. getJobRun(GetJobRunRequest request, AsyncHandler<GetJobRunRequest,GetJobRunResponse> handler)
-
Uses of GetJobRunRequest in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return GetJobRunRequest Modifier and Type Method Description GetJobRunRequest
GetJobRunRequest.Builder. build()
Build the instance of GetJobRunRequest as configured by this builderGetJobRunRequest
GetJobRunRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetJobRunRequest as configured by this builderMethods in com.oracle.bmc.datascience.requests with parameters of type GetJobRunRequest Modifier and Type Method Description GetJobRunRequest.Builder
GetJobRunRequest.Builder. copy(GetJobRunRequest o)
Copy method to populate the builder with values from the given instance.
-