Package | Description |
---|---|
com.oracle.bmc.datascience.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
PipelineMLJobStepRun.Builder |
PipelineMLJobStepRun.Builder.lifecycleState(PipelineStepRun.LifecycleState lifecycleState) |
PipelineCustomScriptStepRun.Builder |
PipelineCustomScriptStepRun.Builder.lifecycleState(PipelineStepRun.LifecycleState lifecycleState) |
PipelineContainerStepRun.Builder |
PipelineContainerStepRun.Builder.lifecycleState(PipelineStepRun.LifecycleState lifecycleState) |
Constructor and 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.
|
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.
|
Copyright © 2016–2024. All rights reserved.