Package | Description |
---|---|
com.oracle.bmc.datascience | |
com.oracle.bmc.datascience.responses |
Modifier and Type | Method and Description |
---|---|
GetJobRunResponse |
DataScienceClient.getJobRun(GetJobRunRequest request) |
GetJobRunResponse |
DataScience.getJobRun(GetJobRunRequest request)
Gets a job run.
|
Modifier and Type | Method and Description |
---|---|
Waiter<GetJobRunRequest,GetJobRunResponse> |
DataScienceWaiters.forJobRun(GetJobRunRequest request,
JobRunLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetJobRunRequest,GetJobRunResponse> |
DataScienceWaiters.forJobRun(GetJobRunRequest request,
JobRunLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetJobRunRequest,GetJobRunResponse> |
DataScienceWaiters.forJobRun(GetJobRunRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
JobRunLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Future<GetJobRunResponse> |
DataScienceAsyncClient.getJobRun(GetJobRunRequest request,
AsyncHandler<GetJobRunRequest,GetJobRunResponse> handler) |
Future<GetJobRunResponse> |
DataScienceAsync.getJobRun(GetJobRunRequest request,
AsyncHandler<GetJobRunRequest,GetJobRunResponse> handler)
Gets a job run.
|
Modifier and Type | Method and Description |
---|---|
Future<GetJobRunResponse> |
DataScienceAsyncClient.getJobRun(GetJobRunRequest request,
AsyncHandler<GetJobRunRequest,GetJobRunResponse> handler) |
Future<GetJobRunResponse> |
DataScienceAsync.getJobRun(GetJobRunRequest request,
AsyncHandler<GetJobRunRequest,GetJobRunResponse> handler)
Gets a job run.
|
Modifier and Type | Method and Description |
---|---|
GetJobRunResponse |
GetJobRunResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
GetJobRunResponse.Builder |
GetJobRunResponse.Builder.copy(GetJobRunResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.