CreatePipelineDetails¶
-
class
oci.data_science.models.
CreatePipelineDetails
(**kwargs)¶ Bases:
object
The information about new Pipeline.
Methods
__init__
(**kwargs)Initializes a new CreatePipelineDetails object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this CreatePipelineDetails. configuration_details
Gets the configuration_details of this CreatePipelineDetails. defined_tags
Gets the defined_tags of this CreatePipelineDetails. description
Gets the description of this CreatePipelineDetails. display_name
Gets the display_name of this CreatePipelineDetails. freeform_tags
Gets the freeform_tags of this CreatePipelineDetails. infrastructure_configuration_details
Gets the infrastructure_configuration_details of this CreatePipelineDetails. log_configuration_details
Gets the log_configuration_details of this CreatePipelineDetails. project_id
[Required] Gets the project_id of this CreatePipelineDetails. step_details
[Required] Gets the step_details of this CreatePipelineDetails. -
__init__
(**kwargs)¶ Initializes a new CreatePipelineDetails 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 CreatePipelineDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this CreatePipelineDetails.
- display_name (str) – The value to assign to the display_name property of this CreatePipelineDetails.
- description (str) – The value to assign to the description property of this CreatePipelineDetails.
- configuration_details (oci.data_science.models.PipelineConfigurationDetails) – The value to assign to the configuration_details property of this CreatePipelineDetails.
- log_configuration_details (oci.data_science.models.PipelineLogConfigurationDetails) – The value to assign to the log_configuration_details property of this CreatePipelineDetails.
- infrastructure_configuration_details (oci.data_science.models.PipelineInfrastructureConfigurationDetails) – The value to assign to the infrastructure_configuration_details property of this CreatePipelineDetails.
- step_details (list[oci.data_science.models.PipelineStepDetails]) – The value to assign to the step_details property of this CreatePipelineDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreatePipelineDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreatePipelineDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this CreatePipelineDetails. The OCID of the compartment where you want to create the pipeline.
Returns: The compartment_id of this CreatePipelineDetails. Return type: str
-
configuration_details
¶ Gets the configuration_details of this CreatePipelineDetails.
Returns: The configuration_details of this CreatePipelineDetails. Return type: oci.data_science.models.PipelineConfigurationDetails
Gets the defined_tags of this CreatePipelineDetails. 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 CreatePipelineDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this CreatePipelineDetails. A short description of the pipeline.
Returns: The description of this CreatePipelineDetails. Return type: str
-
display_name
¶ Gets the display_name of this CreatePipelineDetails. A user-friendly display name for the resource.
Returns: The display_name of this CreatePipelineDetails. Return type: str
Gets the freeform_tags of this CreatePipelineDetails. 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 CreatePipelineDetails. Return type: dict(str, str)
-
infrastructure_configuration_details
¶ Gets the infrastructure_configuration_details of this CreatePipelineDetails.
Returns: The infrastructure_configuration_details of this CreatePipelineDetails. Return type: oci.data_science.models.PipelineInfrastructureConfigurationDetails
-
log_configuration_details
¶ Gets the log_configuration_details of this CreatePipelineDetails.
Returns: The log_configuration_details of this CreatePipelineDetails. Return type: oci.data_science.models.PipelineLogConfigurationDetails
-
project_id
¶ [Required] Gets the project_id of this CreatePipelineDetails. The OCID of the project to associate the pipeline with.
Returns: The project_id of this CreatePipelineDetails. Return type: str
-
step_details
¶ [Required] Gets the step_details of this CreatePipelineDetails. Array of step details for each step.
Returns: The step_details of this CreatePipelineDetails. Return type: list[oci.data_science.models.PipelineStepDetails]
-