UpdatePipelineDetails

class oci.data_science.models.UpdatePipelineDetails(**kwargs)

Bases: object

The information of pipeline to be updated.

Methods

__init__(**kwargs) Initializes a new UpdatePipelineDetails object with values from keyword arguments.

Attributes

configuration_details Gets the configuration_details of this UpdatePipelineDetails.
defined_tags Gets the defined_tags of this UpdatePipelineDetails.
description Gets the description of this UpdatePipelineDetails.
display_name Gets the display_name of this UpdatePipelineDetails.
freeform_tags Gets the freeform_tags of this UpdatePipelineDetails.
log_configuration_details Gets the log_configuration_details of this UpdatePipelineDetails.
step_details Gets the step_details of this UpdatePipelineDetails.
__init__(**kwargs)

Initializes a new UpdatePipelineDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • display_name (str) – The value to assign to the display_name property of this UpdatePipelineDetails.
  • description (str) – The value to assign to the description property of this UpdatePipelineDetails.
  • configuration_details (oci.data_science.models.PipelineConfigurationDetails) – The value to assign to the configuration_details property of this UpdatePipelineDetails.
  • log_configuration_details (oci.data_science.models.PipelineLogConfigurationDetails) – The value to assign to the log_configuration_details property of this UpdatePipelineDetails.
  • step_details (list[oci.data_science.models.PipelineStepUpdateDetails]) – The value to assign to the step_details property of this UpdatePipelineDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdatePipelineDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdatePipelineDetails.
configuration_details

Gets the configuration_details of this UpdatePipelineDetails.

Returns:The configuration_details of this UpdatePipelineDetails.
Return type:oci.data_science.models.PipelineConfigurationDetails
defined_tags

Gets the defined_tags of this UpdatePipelineDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}

Returns:The defined_tags of this UpdatePipelineDetails.
Return type:dict(str, dict(str, object))
description

Gets the description of this UpdatePipelineDetails. A short description for the resource.

Returns:The description of this UpdatePipelineDetails.
Return type:str
display_name

Gets the display_name of this UpdatePipelineDetails. A user-friendly display name for the resource.

Returns:The display_name of this UpdatePipelineDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this UpdatePipelineDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example: {“Department”: “Finance”}

Returns:The freeform_tags of this UpdatePipelineDetails.
Return type:dict(str, str)
log_configuration_details

Gets the log_configuration_details of this UpdatePipelineDetails.

Returns:The log_configuration_details of this UpdatePipelineDetails.
Return type:oci.data_science.models.PipelineLogConfigurationDetails
step_details

Gets the step_details of this UpdatePipelineDetails. Array of update details for each step. Only step configurations are allowed to be updated.

Returns:The step_details of this UpdatePipelineDetails.
Return type:list[oci.data_science.models.PipelineStepUpdateDetails]