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
4839 |
# File 'sig/client.rbs', line 4839
def created_by: () -> Types::UserContext
|
#creation_time ⇒ ::Time
4837 |
# File 'sig/client.rbs', line 4837
def creation_time: () -> ::Time
|
#failure_reason ⇒ ::String
4836 |
# File 'sig/client.rbs', line 4836
def failure_reason: () -> ::String
|
#last_modified_by ⇒ Types::UserContext
4840 |
# File 'sig/client.rbs', line 4840
def last_modified_by: () -> Types::UserContext
|
#last_modified_time ⇒ ::Time
4838 |
# File 'sig/client.rbs', line 4838
def last_modified_time: () -> ::Time
|
#m_lflow_config ⇒ Types::MLflowConfiguration
4844 |
# File 'sig/client.rbs', line 4844
def m_lflow_config: () -> Types::MLflowConfiguration
|
#parallelism_configuration ⇒ Types::ParallelismConfiguration
4841 |
# File 'sig/client.rbs', line 4841
def parallelism_configuration: () -> Types::ParallelismConfiguration
|
#pipeline_arn ⇒ ::String
4830 |
# File 'sig/client.rbs', line 4830
def pipeline_arn: () -> ::String
|
#pipeline_execution_arn ⇒ ::String
4831 |
# File 'sig/client.rbs', line 4831
def pipeline_execution_arn: () -> ::String
|
#pipeline_execution_description ⇒ ::String
4834 |
# File 'sig/client.rbs', line 4834
def pipeline_execution_description: () -> ::String
|
#pipeline_execution_display_name ⇒ ::String
4832 |
# File 'sig/client.rbs', line 4832
def pipeline_execution_display_name: () -> ::String
|
#pipeline_execution_status ⇒ "Executing", ...
4833 |
# File 'sig/client.rbs', line 4833
def pipeline_execution_status: () -> ("Executing" | "Stopping" | "Stopped" | "Failed" | "Succeeded")
|
#pipeline_experiment_config ⇒ Types::PipelineExperimentConfig
4835 |
# File 'sig/client.rbs', line 4835
def pipeline_experiment_config: () -> Types::PipelineExperimentConfig
|
#pipeline_version_id ⇒ ::Integer
4843 |
# File 'sig/client.rbs', line 4843
def pipeline_version_id: () -> ::Integer
|
#selective_execution_config ⇒ Types::SelectiveExecutionConfig
4842 |
# File 'sig/client.rbs', line 4842
def selective_execution_config: () -> Types::SelectiveExecutionConfig
|