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
4856 |
# File 'sig/client.rbs', line 4856
def created_by: () -> Types::UserContext
|
#creation_time ⇒ ::Time
4854 |
# File 'sig/client.rbs', line 4854
def creation_time: () -> ::Time
|
#failure_reason ⇒ ::String
4853 |
# File 'sig/client.rbs', line 4853
def failure_reason: () -> ::String
|
#last_modified_by ⇒ Types::UserContext
4857 |
# File 'sig/client.rbs', line 4857
def last_modified_by: () -> Types::UserContext
|
#last_modified_time ⇒ ::Time
4855 |
# File 'sig/client.rbs', line 4855
def last_modified_time: () -> ::Time
|
#m_lflow_config ⇒ Types::MLflowConfiguration
4861 |
# File 'sig/client.rbs', line 4861
def m_lflow_config: () -> Types::MLflowConfiguration
|
#parallelism_configuration ⇒ Types::ParallelismConfiguration
4858 |
# File 'sig/client.rbs', line 4858
def parallelism_configuration: () -> Types::ParallelismConfiguration
|
#pipeline_arn ⇒ ::String
4847 |
# File 'sig/client.rbs', line 4847
def pipeline_arn: () -> ::String
|
#pipeline_execution_arn ⇒ ::String
4848 |
# File 'sig/client.rbs', line 4848
def pipeline_execution_arn: () -> ::String
|
#pipeline_execution_description ⇒ ::String
4851 |
# File 'sig/client.rbs', line 4851
def pipeline_execution_description: () -> ::String
|
#pipeline_execution_display_name ⇒ ::String
4849 |
# File 'sig/client.rbs', line 4849
def pipeline_execution_display_name: () -> ::String
|
#pipeline_execution_status ⇒ "Executing", ...
4850 |
# File 'sig/client.rbs', line 4850
def pipeline_execution_status: () -> ("Executing" | "Stopping" | "Stopped" | "Failed" | "Succeeded")
|
#pipeline_experiment_config ⇒ Types::PipelineExperimentConfig
4852 |
# File 'sig/client.rbs', line 4852
def pipeline_experiment_config: () -> Types::PipelineExperimentConfig
|
#pipeline_version_id ⇒ ::Integer
4860 |
# File 'sig/client.rbs', line 4860
def pipeline_version_id: () -> ::Integer
|
#selective_execution_config ⇒ Types::SelectiveExecutionConfig
4859 |
# File 'sig/client.rbs', line 4859
def selective_execution_config: () -> Types::SelectiveExecutionConfig
|