Class: Aws::Types::DescribePipelineExecutionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribePipelineExecutionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#m_lflow_config ⇒ Types::MLflowConfiguration
Returns the value of attribute m_lflow_config.
-
#parallelism_configuration ⇒ Types::ParallelismConfiguration
Returns the value of attribute parallelism_configuration.
-
#pipeline_arn ⇒ ::String
Returns the value of attribute pipeline_arn.
-
#pipeline_execution_arn ⇒ ::String
Returns the value of attribute pipeline_execution_arn.
-
#pipeline_execution_description ⇒ ::String
Returns the value of attribute pipeline_execution_description.
-
#pipeline_execution_display_name ⇒ ::String
Returns the value of attribute pipeline_execution_display_name.
-
#pipeline_execution_status ⇒ "Executing", ...
Returns the value of attribute pipeline_execution_status.
-
#pipeline_experiment_config ⇒ Types::PipelineExperimentConfig
Returns the value of attribute pipeline_experiment_config.
-
#pipeline_version_id ⇒ ::Integer
Returns the value of attribute pipeline_version_id.
-
#selective_execution_config ⇒ Types::SelectiveExecutionConfig
Returns the value of attribute selective_execution_config.
Instance Attribute Details
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
5016 5017 5018 |
# File 'sig/types.rbs', line 5016 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
5014 5015 5016 |
# File 'sig/types.rbs', line 5014 def creation_time @creation_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
5013 5014 5015 |
# File 'sig/types.rbs', line 5013 def failure_reason @failure_reason end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
5017 5018 5019 |
# File 'sig/types.rbs', line 5017 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
5015 5016 5017 |
# File 'sig/types.rbs', line 5015 def last_modified_time @last_modified_time end |
#m_lflow_config ⇒ Types::MLflowConfiguration
Returns the value of attribute m_lflow_config.
5021 5022 5023 |
# File 'sig/types.rbs', line 5021 def m_lflow_config @m_lflow_config end |
#parallelism_configuration ⇒ Types::ParallelismConfiguration
Returns the value of attribute parallelism_configuration.
5018 5019 5020 |
# File 'sig/types.rbs', line 5018 def parallelism_configuration @parallelism_configuration end |
#pipeline_arn ⇒ ::String
Returns the value of attribute pipeline_arn.
5007 5008 5009 |
# File 'sig/types.rbs', line 5007 def pipeline_arn @pipeline_arn end |
#pipeline_execution_arn ⇒ ::String
Returns the value of attribute pipeline_execution_arn.
5008 5009 5010 |
# File 'sig/types.rbs', line 5008 def pipeline_execution_arn @pipeline_execution_arn end |
#pipeline_execution_description ⇒ ::String
Returns the value of attribute pipeline_execution_description.
5011 5012 5013 |
# File 'sig/types.rbs', line 5011 def pipeline_execution_description @pipeline_execution_description end |
#pipeline_execution_display_name ⇒ ::String
Returns the value of attribute pipeline_execution_display_name.
5009 5010 5011 |
# File 'sig/types.rbs', line 5009 def pipeline_execution_display_name @pipeline_execution_display_name end |
#pipeline_execution_status ⇒ "Executing", ...
Returns the value of attribute pipeline_execution_status.
5010 5011 5012 |
# File 'sig/types.rbs', line 5010 def pipeline_execution_status @pipeline_execution_status end |
#pipeline_experiment_config ⇒ Types::PipelineExperimentConfig
Returns the value of attribute pipeline_experiment_config.
5012 5013 5014 |
# File 'sig/types.rbs', line 5012 def pipeline_experiment_config @pipeline_experiment_config end |
#pipeline_version_id ⇒ ::Integer
Returns the value of attribute pipeline_version_id.
5020 5021 5022 |
# File 'sig/types.rbs', line 5020 def pipeline_version_id @pipeline_version_id end |
#selective_execution_config ⇒ Types::SelectiveExecutionConfig
Returns the value of attribute selective_execution_config.
5019 5020 5021 |
# File 'sig/types.rbs', line 5019 def selective_execution_config @selective_execution_config end |