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