Uses of Class
com.oracle.bmc.datascience.model.PipelineLifecycleState
-
Packages that use PipelineLifecycleState Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.model com.oracle.bmc.datascience.requests -
-
Uses of PipelineLifecycleState in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience with parameters of type PipelineLifecycleState Modifier and Type Method Description Waiter<GetPipelineRequest,GetPipelineResponse>
DataScienceWaiters. forPipeline(GetPipelineRequest request, PipelineLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetPipelineRequest,GetPipelineResponse>
DataScienceWaiters. forPipeline(GetPipelineRequest request, PipelineLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetPipelineRequest,GetPipelineResponse>
DataScienceWaiters. forPipeline(GetPipelineRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, PipelineLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of PipelineLifecycleState in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return PipelineLifecycleState Modifier and Type Method Description static PipelineLifecycleState
PipelineLifecycleState. create(String key)
PipelineLifecycleState
Pipeline. getLifecycleState()
The current state of the pipeline.PipelineLifecycleState
PipelineSummary. getLifecycleState()
The state of the pipeline.static PipelineLifecycleState
PipelineLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static PipelineLifecycleState[]
PipelineLifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datascience.model with parameters of type PipelineLifecycleState Modifier and Type Method Description Pipeline.Builder
Pipeline.Builder. lifecycleState(PipelineLifecycleState lifecycleState)
The current state of the pipeline.PipelineSummary.Builder
PipelineSummary.Builder. lifecycleState(PipelineLifecycleState lifecycleState)
The state of the pipeline.Constructors in com.oracle.bmc.datascience.model with parameters of type PipelineLifecycleState Constructor Description Pipeline(String id, Date timeCreated, Date timeUpdated, String createdBy, String projectId, String compartmentId, String displayName, String description, PipelineConfigurationDetails configurationDetails, PipelineLogConfigurationDetails logConfigurationDetails, PipelineInfrastructureConfigurationDetails infrastructureConfigurationDetails, List<StorageMountConfigurationDetails> storageMountConfigurationDetailsList, List<PipelineStepDetails> stepDetails, PipelineLifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.PipelineSummary(String id, Date timeCreated, Date timeUpdated, String createdBy, String projectId, String compartmentId, String displayName, PipelineLifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of PipelineLifecycleState in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return PipelineLifecycleState Modifier and Type Method Description PipelineLifecycleState
ListPipelinesRequest. getLifecycleState()
The current state of the Pipeline.Methods in com.oracle.bmc.datascience.requests with parameters of type PipelineLifecycleState Modifier and Type Method Description ListPipelinesRequest.Builder
ListPipelinesRequest.Builder. lifecycleState(PipelineLifecycleState lifecycleState)
The current state of the Pipeline.
-