Uses of Class
com.oracle.bmc.datascience.model.PipelineRunLifecycleState
-
Packages that use PipelineRunLifecycleState Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.model com.oracle.bmc.datascience.requests -
-
Uses of PipelineRunLifecycleState in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience with parameters of type PipelineRunLifecycleState Modifier and Type Method Description Waiter<GetPipelineRunRequest,GetPipelineRunResponse>
DataScienceWaiters. forPipelineRun(GetPipelineRunRequest request, PipelineRunLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetPipelineRunRequest,GetPipelineRunResponse>
DataScienceWaiters. forPipelineRun(GetPipelineRunRequest request, PipelineRunLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetPipelineRunRequest,GetPipelineRunResponse>
DataScienceWaiters. forPipelineRun(GetPipelineRunRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, PipelineRunLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of PipelineRunLifecycleState in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return PipelineRunLifecycleState Modifier and Type Method Description static PipelineRunLifecycleState
PipelineRunLifecycleState. create(String key)
PipelineRunLifecycleState
PipelineRun. getLifecycleState()
The current state of the pipeline run.PipelineRunLifecycleState
PipelineRunSummary. getLifecycleState()
The state of the pipeline run.static PipelineRunLifecycleState
PipelineRunLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static PipelineRunLifecycleState[]
PipelineRunLifecycleState. 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 PipelineRunLifecycleState Modifier and Type Method Description PipelineRun.Builder
PipelineRun.Builder. lifecycleState(PipelineRunLifecycleState lifecycleState)
The current state of the pipeline run.PipelineRunSummary.Builder
PipelineRunSummary.Builder. lifecycleState(PipelineRunLifecycleState lifecycleState)
The state of the pipeline run.Constructors in com.oracle.bmc.datascience.model with parameters of type PipelineRunLifecycleState Constructor Description PipelineRun(String id, Date timeAccepted, Date timeStarted, Date timeUpdated, Date timeFinished, String createdBy, String projectId, String compartmentId, String pipelineId, String displayName, PipelineConfigurationDetails configurationDetails, PipelineConfigurationDetails configurationOverrideDetails, PipelineLogConfigurationDetails logConfigurationOverrideDetails, List<PipelineStepOverrideDetails> stepOverrideDetails, PipelineRunLogDetails logDetails, List<PipelineStepRun> stepRuns, PipelineRunLifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.PipelineRunSummary(String id, Date timeAccepted, Date timeStarted, Date timeFinished, Date timeUpdated, String createdBy, String projectId, String compartmentId, String pipelineId, String displayName, PipelineRunLifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of PipelineRunLifecycleState in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return PipelineRunLifecycleState Modifier and Type Method Description PipelineRunLifecycleState
ListPipelineRunsRequest. getLifecycleState()
The current state of the PipelineRun.Methods in com.oracle.bmc.datascience.requests with parameters of type PipelineRunLifecycleState Modifier and Type Method Description ListPipelineRunsRequest.Builder
ListPipelineRunsRequest.Builder. lifecycleState(PipelineRunLifecycleState lifecycleState)
The current state of the PipelineRun.
-