Uses of Class
com.oracle.bmc.datascience.responses.GetJobRunResponse
-
Packages that use GetJobRunResponse Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.responses -
-
Uses of GetJobRunResponse in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return GetJobRunResponse Modifier and Type Method Description GetJobRunResponse
DataScience. getJobRun(GetJobRunRequest request)
Gets a job run.GetJobRunResponse
DataScienceClient. getJobRun(GetJobRunRequest request)
Methods in com.oracle.bmc.datascience that return types with arguments of type GetJobRunResponse 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.Future<GetJobRunResponse>
DataScienceAsync. getJobRun(GetJobRunRequest request, AsyncHandler<GetJobRunRequest,GetJobRunResponse> handler)
Gets a job run.Future<GetJobRunResponse>
DataScienceAsyncClient. getJobRun(GetJobRunRequest request, AsyncHandler<GetJobRunRequest,GetJobRunResponse> handler)
Method parameters in com.oracle.bmc.datascience with type arguments of type GetJobRunResponse 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 GetJobRunResponse in com.oracle.bmc.datascience.responses
Methods in com.oracle.bmc.datascience.responses that return GetJobRunResponse Modifier and Type Method Description GetJobRunResponse
GetJobRunResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datascience.responses with parameters of type GetJobRunResponse Modifier and Type Method Description GetJobRunResponse.Builder
GetJobRunResponse.Builder. copy(GetJobRunResponse o)
Copy method to populate the builder with values from the given instance.
-