Package com.oracle.bmc.datascience.model
Enum PipelineStepUpdateDetails.StepType
- java.lang.Object
-
- java.lang.Enum<PipelineStepUpdateDetails.StepType>
-
- com.oracle.bmc.datascience.model.PipelineStepUpdateDetails.StepType
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<PipelineStepUpdateDetails.StepType>
- Enclosing class:
- PipelineStepUpdateDetails
public static enum PipelineStepUpdateDetails.StepType extends Enum<PipelineStepUpdateDetails.StepType> implements BmcEnum
The type of step.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Container
CustomScript
Dataflow
MlJob
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PipelineStepUpdateDetails.StepType
create(String key)
String
getValue()
static PipelineStepUpdateDetails.StepType
valueOf(String name)
Returns the enum constant of this type with the specified name.static PipelineStepUpdateDetails.StepType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
MlJob
public static final PipelineStepUpdateDetails.StepType MlJob
-
CustomScript
public static final PipelineStepUpdateDetails.StepType CustomScript
-
Container
public static final PipelineStepUpdateDetails.StepType Container
-
Dataflow
public static final PipelineStepUpdateDetails.StepType Dataflow
-
-
Method Detail
-
values
public static PipelineStepUpdateDetails.StepType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (PipelineStepUpdateDetails.StepType c : PipelineStepUpdateDetails.StepType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static PipelineStepUpdateDetails.StepType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static PipelineStepUpdateDetails.StepType create(String key)
-
-