PipelineStepOverrideDetails¶
-
class
oci.data_science.models.
PipelineStepOverrideDetails
(**kwargs)¶ Bases:
object
Override details of the step. Only Step Configuration is allowed to be overridden.
Methods
__init__
(**kwargs)Initializes a new PipelineStepOverrideDetails object with values from keyword arguments. Attributes
step_configuration_details
[Required] Gets the step_configuration_details of this PipelineStepOverrideDetails. step_container_configuration_details
Gets the step_container_configuration_details of this PipelineStepOverrideDetails. step_name
[Required] Gets the step_name of this PipelineStepOverrideDetails. -
__init__
(**kwargs)¶ Initializes a new PipelineStepOverrideDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - step_name (str) – The value to assign to the step_name property of this PipelineStepOverrideDetails.
- step_configuration_details (oci.data_science.models.PipelineStepConfigurationDetails) – The value to assign to the step_configuration_details property of this PipelineStepOverrideDetails.
- step_container_configuration_details (oci.data_science.models.PipelineContainerConfigurationDetails) – The value to assign to the step_container_configuration_details property of this PipelineStepOverrideDetails.
-
step_configuration_details
¶ [Required] Gets the step_configuration_details of this PipelineStepOverrideDetails.
Returns: The step_configuration_details of this PipelineStepOverrideDetails. Return type: oci.data_science.models.PipelineStepConfigurationDetails
-
step_container_configuration_details
¶ Gets the step_container_configuration_details of this PipelineStepOverrideDetails.
Returns: The step_container_configuration_details of this PipelineStepOverrideDetails. Return type: oci.data_science.models.PipelineContainerConfigurationDetails
-
step_name
¶ [Required] Gets the step_name of this PipelineStepOverrideDetails. The name of the step.
Returns: The step_name of this PipelineStepOverrideDetails. Return type: str
-