CreatePipelineRunDetails

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

Bases: object

The information about new PipelineRun.

Methods

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

Attributes

compartment_id [Required] Gets the compartment_id of this CreatePipelineRunDetails.
configuration_override_details Gets the configuration_override_details of this CreatePipelineRunDetails.
defined_tags Gets the defined_tags of this CreatePipelineRunDetails.
display_name Gets the display_name of this CreatePipelineRunDetails.
freeform_tags Gets the freeform_tags of this CreatePipelineRunDetails.
log_configuration_override_details Gets the log_configuration_override_details of this CreatePipelineRunDetails.
pipeline_id [Required] Gets the pipeline_id of this CreatePipelineRunDetails.
project_id Gets the project_id of this CreatePipelineRunDetails.
step_override_details Gets the step_override_details of this CreatePipelineRunDetails.
system_tags Gets the system_tags of this CreatePipelineRunDetails.
__init__(**kwargs)

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

Parameters:
  • project_id (str) – The value to assign to the project_id property of this CreatePipelineRunDetails.
  • compartment_id (str) – The value to assign to the compartment_id property of this CreatePipelineRunDetails.
  • pipeline_id (str) – The value to assign to the pipeline_id property of this CreatePipelineRunDetails.
  • display_name (str) – The value to assign to the display_name property of this CreatePipelineRunDetails.
  • configuration_override_details (oci.data_science.models.PipelineConfigurationDetails) – The value to assign to the configuration_override_details property of this CreatePipelineRunDetails.
  • log_configuration_override_details (oci.data_science.models.PipelineLogConfigurationDetails) – The value to assign to the log_configuration_override_details property of this CreatePipelineRunDetails.
  • step_override_details (list[oci.data_science.models.PipelineStepOverrideDetails]) – The value to assign to the step_override_details property of this CreatePipelineRunDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreatePipelineRunDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreatePipelineRunDetails.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this CreatePipelineRunDetails.
compartment_id

[Required] Gets the compartment_id of this CreatePipelineRunDetails. The OCID of the compartment where you want to create the pipeline run.

Returns:The compartment_id of this CreatePipelineRunDetails.
Return type:str
configuration_override_details

Gets the configuration_override_details of this CreatePipelineRunDetails.

Returns:The configuration_override_details of this CreatePipelineRunDetails.
Return type:oci.data_science.models.PipelineConfigurationDetails
defined_tags

Gets the defined_tags of this CreatePipelineRunDetails. 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 CreatePipelineRunDetails.
Return type:dict(str, dict(str, object))
display_name

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

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

Gets the freeform_tags of this CreatePipelineRunDetails. 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 CreatePipelineRunDetails.
Return type:dict(str, str)
log_configuration_override_details

Gets the log_configuration_override_details of this CreatePipelineRunDetails.

Returns:The log_configuration_override_details of this CreatePipelineRunDetails.
Return type:oci.data_science.models.PipelineLogConfigurationDetails
pipeline_id

[Required] Gets the pipeline_id of this CreatePipelineRunDetails. The OCID of the pipeline for which pipeline run is created.

Returns:The pipeline_id of this CreatePipelineRunDetails.
Return type:str
project_id

Gets the project_id of this CreatePipelineRunDetails. The OCID of the project to associate the pipeline run with.

Returns:The project_id of this CreatePipelineRunDetails.
Return type:str
step_override_details

Gets the step_override_details of this CreatePipelineRunDetails. Array of step override details. Only Step Configuration is allowed to be overridden.

Returns:The step_override_details of this CreatePipelineRunDetails.
Return type:list[oci.data_science.models.PipelineStepOverrideDetails]
system_tags

Gets the system_tags of this CreatePipelineRunDetails. Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}

Returns:The system_tags of this CreatePipelineRunDetails.
Return type:dict(str, dict(str, object))