Module: Aws::SageMaker::Client::_DescribePipelineExecutionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribePipelineExecutionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_by ⇒ Types::UserContext
- #creation_time ⇒ ::Time
- #failure_reason ⇒ ::String
- #last_modified_by ⇒ Types::UserContext
- #last_modified_time ⇒ ::Time
- #m_lflow_config ⇒ Types::MLflowConfiguration
- #parallelism_configuration ⇒ Types::ParallelismConfiguration
- #pipeline_arn ⇒ ::String
- #pipeline_execution_arn ⇒ ::String
- #pipeline_execution_description ⇒ ::String
- #pipeline_execution_display_name ⇒ ::String
- #pipeline_execution_status ⇒ "Executing", ...
- #pipeline_experiment_config ⇒ Types::PipelineExperimentConfig
- #pipeline_version_id ⇒ ::Integer
- #selective_execution_config ⇒ Types::SelectiveExecutionConfig
Instance Method Details
#created_by ⇒ Types::UserContext
4886 |
# File 'sig/client.rbs', line 4886 def created_by: () -> Types::UserContext |
#creation_time ⇒ ::Time
4884 |
# File 'sig/client.rbs', line 4884 def creation_time: () -> ::Time |
#failure_reason ⇒ ::String
4883 |
# File 'sig/client.rbs', line 4883 def failure_reason: () -> ::String |
#last_modified_by ⇒ Types::UserContext
4887 |
# File 'sig/client.rbs', line 4887 def last_modified_by: () -> Types::UserContext |
#last_modified_time ⇒ ::Time
4885 |
# File 'sig/client.rbs', line 4885 def last_modified_time: () -> ::Time |
#m_lflow_config ⇒ Types::MLflowConfiguration
4891 |
# File 'sig/client.rbs', line 4891 def m_lflow_config: () -> Types::MLflowConfiguration |
#parallelism_configuration ⇒ Types::ParallelismConfiguration
4888 |
# File 'sig/client.rbs', line 4888 def parallelism_configuration: () -> Types::ParallelismConfiguration |
#pipeline_arn ⇒ ::String
4877 |
# File 'sig/client.rbs', line 4877 def pipeline_arn: () -> ::String |
#pipeline_execution_arn ⇒ ::String
4878 |
# File 'sig/client.rbs', line 4878 def pipeline_execution_arn: () -> ::String |
#pipeline_execution_description ⇒ ::String
4881 |
# File 'sig/client.rbs', line 4881 def pipeline_execution_description: () -> ::String |
#pipeline_execution_display_name ⇒ ::String
4879 |
# File 'sig/client.rbs', line 4879 def pipeline_execution_display_name: () -> ::String |
#pipeline_execution_status ⇒ "Executing", ...
4880 |
# File 'sig/client.rbs', line 4880 def pipeline_execution_status: () -> ("Executing" | "Stopping" | "Stopped" | "Failed" | "Succeeded") |
#pipeline_experiment_config ⇒ Types::PipelineExperimentConfig
4882 |
# File 'sig/client.rbs', line 4882 def pipeline_experiment_config: () -> Types::PipelineExperimentConfig |
#pipeline_version_id ⇒ ::Integer
4890 |
# File 'sig/client.rbs', line 4890 def pipeline_version_id: () -> ::Integer |
#selective_execution_config ⇒ Types::SelectiveExecutionConfig
4889 |
# File 'sig/client.rbs', line 4889 def selective_execution_config: () -> Types::SelectiveExecutionConfig |