Package | Description |
---|---|
com.oracle.bmc.datascience | |
com.oracle.bmc.datascience.model | |
com.oracle.bmc.datascience.requests |
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. |
Modifier and Type | Method and Description |
---|---|
static JobRunLifecycleState |
JobRunLifecycleState.create(String key) |
JobRunLifecycleState |
JobRun.getLifecycleState()
The state of the job run.
|
JobRunLifecycleState |
JobRunSummary.getLifecycleState()
The state of the job.
|
static JobRunLifecycleState |
JobRunLifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobRunLifecycleState[] |
JobRunLifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JobRun.Builder |
JobRun.Builder.lifecycleState(JobRunLifecycleState lifecycleState)
The state of the job run.
|
JobRunSummary.Builder |
JobRunSummary.Builder.lifecycleState(JobRunLifecycleState lifecycleState)
The state of the job.
|
Constructor and Description |
---|
JobRun(String id,
Date timeAccepted,
Date timeStarted,
Date timeFinished,
String createdBy,
String projectId,
String compartmentId,
String jobId,
String displayName,
JobConfigurationDetails jobConfigurationOverrideDetails,
JobInfrastructureConfigurationDetails jobInfrastructureConfigurationDetails,
JobEnvironmentConfigurationDetails jobEnvironmentConfigurationOverrideDetails,
JobLogConfigurationDetails jobLogConfigurationOverrideDetails,
List<StorageMountConfigurationDetails> jobStorageMountConfigurationDetailsList,
JobRunLogDetails logDetails,
JobRunLifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
JobRunSummary(String id,
Date timeAccepted,
Date timeStarted,
Date timeFinished,
String createdBy,
String projectId,
String compartmentId,
String jobId,
String displayName,
JobRunLifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
JobRunLifecycleState |
ListJobRunsRequest.getLifecycleState()
Filter results by the specified lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListJobRunsRequest.Builder |
ListJobRunsRequest.Builder.lifecycleState(JobRunLifecycleState lifecycleState)
Filter results by the specified lifecycle state.
|
Copyright © 2016–2024. All rights reserved.