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.
5035 5036 5037 |
# File 'sig/types.rbs', line 5035 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
5033 5034 5035 |
# File 'sig/types.rbs', line 5033 def creation_time @creation_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
5032 5033 5034 |
# File 'sig/types.rbs', line 5032 def failure_reason @failure_reason end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
5036 5037 5038 |
# File 'sig/types.rbs', line 5036 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
5034 5035 5036 |
# File 'sig/types.rbs', line 5034 def last_modified_time @last_modified_time end |
#m_lflow_config ⇒ Types::MLflowConfiguration
Returns the value of attribute m_lflow_config.
5040 5041 5042 |
# File 'sig/types.rbs', line 5040 def m_lflow_config @m_lflow_config end |
#parallelism_configuration ⇒ Types::ParallelismConfiguration
Returns the value of attribute parallelism_configuration.
5037 5038 5039 |
# File 'sig/types.rbs', line 5037 def parallelism_configuration @parallelism_configuration end |
#pipeline_arn ⇒ ::String
Returns the value of attribute pipeline_arn.
5026 5027 5028 |
# File 'sig/types.rbs', line 5026 def pipeline_arn @pipeline_arn end |
#pipeline_execution_arn ⇒ ::String
Returns the value of attribute pipeline_execution_arn.
5027 5028 5029 |
# File 'sig/types.rbs', line 5027 def pipeline_execution_arn @pipeline_execution_arn end |
#pipeline_execution_description ⇒ ::String
Returns the value of attribute pipeline_execution_description.
5030 5031 5032 |
# File 'sig/types.rbs', line 5030 def pipeline_execution_description @pipeline_execution_description end |
#pipeline_execution_display_name ⇒ ::String
Returns the value of attribute pipeline_execution_display_name.
5028 5029 5030 |
# File 'sig/types.rbs', line 5028 def pipeline_execution_display_name @pipeline_execution_display_name end |
#pipeline_execution_status ⇒ "Executing", ...
Returns the value of attribute pipeline_execution_status.
5029 5030 5031 |
# File 'sig/types.rbs', line 5029 def pipeline_execution_status @pipeline_execution_status end |
#pipeline_experiment_config ⇒ Types::PipelineExperimentConfig
Returns the value of attribute pipeline_experiment_config.
5031 5032 5033 |
# File 'sig/types.rbs', line 5031 def pipeline_experiment_config @pipeline_experiment_config end |
#pipeline_version_id ⇒ ::Integer
Returns the value of attribute pipeline_version_id.
5039 5040 5041 |
# File 'sig/types.rbs', line 5039 def pipeline_version_id @pipeline_version_id end |
#selective_execution_config ⇒ Types::SelectiveExecutionConfig
Returns the value of attribute selective_execution_config.
5038 5039 5040 |
# File 'sig/types.rbs', line 5038 def selective_execution_config @selective_execution_config end |