Uses of Class
com.oracle.bmc.datascience.model.PipelineStepRun.LifecycleState
-
Packages that use PipelineStepRun.LifecycleState Package Description com.oracle.bmc.datascience.model -
-
Uses of PipelineStepRun.LifecycleState in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return PipelineStepRun.LifecycleState Modifier and Type Method Description static PipelineStepRun.LifecycleState
PipelineStepRun.LifecycleState. create(String key)
PipelineStepRun.LifecycleState
PipelineStepRun. getLifecycleState()
The state of the step run.static PipelineStepRun.LifecycleState
PipelineStepRun.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static PipelineStepRun.LifecycleState[]
PipelineStepRun.LifecycleState. 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 PipelineStepRun.LifecycleState Modifier and Type Method Description PipelineContainerStepRun.Builder
PipelineContainerStepRun.Builder. lifecycleState(PipelineStepRun.LifecycleState lifecycleState)
PipelineCustomScriptStepRun.Builder
PipelineCustomScriptStepRun.Builder. lifecycleState(PipelineStepRun.LifecycleState lifecycleState)
PipelineDataflowStepRun.Builder
PipelineDataflowStepRun.Builder. lifecycleState(PipelineStepRun.LifecycleState lifecycleState)
PipelineMLJobStepRun.Builder
PipelineMLJobStepRun.Builder. lifecycleState(PipelineStepRun.LifecycleState lifecycleState)
Constructors in com.oracle.bmc.datascience.model with parameters of type PipelineStepRun.LifecycleState Constructor Description PipelineContainerStepRun(Date timeStarted, Date timeFinished, String stepName, PipelineStepRun.LifecycleState lifecycleState, String lifecycleDetails)
Deprecated.PipelineCustomScriptStepRun(Date timeStarted, Date timeFinished, String stepName, PipelineStepRun.LifecycleState lifecycleState, String lifecycleDetails)
Deprecated.PipelineDataflowStepRun(Date timeStarted, Date timeFinished, String stepName, PipelineStepRun.LifecycleState lifecycleState, String lifecycleDetails, String dataflowRunId)
Deprecated.PipelineMLJobStepRun(Date timeStarted, Date timeFinished, String stepName, PipelineStepRun.LifecycleState lifecycleState, String lifecycleDetails, String jobRunId)
Deprecated.PipelineStepRun(Date timeStarted, Date timeFinished, String stepName, PipelineStepRun.LifecycleState lifecycleState, String lifecycleDetails)
Deprecated.
-