Package | Description |
---|---|
com.oracle.bmc.datascience | |
com.oracle.bmc.datascience.model | |
com.oracle.bmc.datascience.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetJobRequest,GetJobResponse> |
DataScienceWaiters.forJob(GetJobRequest request,
JobLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetJobRequest,GetJobResponse> |
DataScienceWaiters.forJob(GetJobRequest request,
JobLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetJobRequest,GetJobResponse> |
DataScienceWaiters.forJob(GetJobRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
JobLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static JobLifecycleState |
JobLifecycleState.create(String key) |
JobLifecycleState |
JobSummary.getLifecycleState()
The state of the job.
|
JobLifecycleState |
Job.getLifecycleState()
The state of the job.
|
static JobLifecycleState |
JobLifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobLifecycleState[] |
JobLifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JobSummary.Builder |
JobSummary.Builder.lifecycleState(JobLifecycleState lifecycleState)
The state of the job.
|
Job.Builder |
Job.Builder.lifecycleState(JobLifecycleState lifecycleState)
The state of the job.
|
Constructor and Description |
---|
Job(String id,
Date timeCreated,
String createdBy,
String projectId,
String compartmentId,
String displayName,
String description,
JobConfigurationDetails jobConfigurationDetails,
JobInfrastructureConfigurationDetails jobInfrastructureConfigurationDetails,
JobEnvironmentConfigurationDetails jobEnvironmentConfigurationDetails,
JobLogConfigurationDetails jobLogConfigurationDetails,
List<StorageMountConfigurationDetails> jobStorageMountConfigurationDetailsList,
JobLifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
JobSummary(String id,
Date timeCreated,
String createdBy,
String projectId,
String compartmentId,
String displayName,
JobLifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
JobLifecycleState |
ListJobsRequest.getLifecycleState()
Filter results by the specified lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListJobsRequest.Builder |
ListJobsRequest.Builder.lifecycleState(JobLifecycleState lifecycleState)
Filter results by the specified lifecycle state.
|
Copyright © 2016–2024. All rights reserved.