Uses of Class
com.oracle.bmc.datascience.model.PipelineStepRun.StepType
-
Packages that use PipelineStepRun.StepType Package Description com.oracle.bmc.datascience.model -
-
Uses of PipelineStepRun.StepType in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return PipelineStepRun.StepType Modifier and Type Method Description static PipelineStepRun.StepType
PipelineStepRun.StepType. create(String key)
static PipelineStepRun.StepType
PipelineStepRun.StepType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PipelineStepRun.StepType[]
PipelineStepRun.StepType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-