PipelineDefaultStepParameterDetails¶
-
class
oci.data_science.models.
PipelineDefaultStepParameterDetails
(**kwargs)¶ Bases:
oci.data_science.models.pipeline_step_parameter_details.PipelineStepParameterDetails
Pipeline Default step parameter details
Attributes
PARAMETER_TYPE_DEFAULT
str(object=’’) -> str output
[Required] Gets the output of this PipelineDefaultStepParameterDetails. parameter_type
[Required] Gets the parameter_type of this PipelineStepParameterDetails. Methods
__init__
(**kwargs)Initializes a new PipelineDefaultStepParameterDetails object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
PARAMETER_TYPE_DEFAULT
= 'DEFAULT'¶
-
__init__
(**kwargs)¶ Initializes a new PipelineDefaultStepParameterDetails object with values from keyword arguments. The default value of the
parameter_type
attribute of this class isDEFAULT
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - parameter_type (str) – The value to assign to the parameter_type property of this PipelineDefaultStepParameterDetails. Allowed values for this property are: “DEFAULT”
- output (oci.data_science.models.PipelineStepOutputParameterDetails) – The value to assign to the output property of this PipelineDefaultStepParameterDetails.
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
output
¶ [Required] Gets the output of this PipelineDefaultStepParameterDetails.
Returns: The output of this PipelineDefaultStepParameterDetails. Return type: oci.data_science.models.PipelineStepOutputParameterDetails
-
parameter_type
¶ [Required] Gets the parameter_type of this PipelineStepParameterDetails. Type of step parameter
Allowed values for this property are: “DEFAULT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The parameter_type of this PipelineStepParameterDetails. Return type: str
-