Module: Aws::SageMaker::Client::_DescribePipelineResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribePipelineResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_by ⇒ Types::UserContext
- #creation_time ⇒ ::Time
- #last_modified_by ⇒ Types::UserContext
- #last_modified_time ⇒ ::Time
- #last_run_time ⇒ ::Time
- #parallelism_configuration ⇒ Types::ParallelismConfiguration
- #pipeline_arn ⇒ ::String
- #pipeline_definition ⇒ ::String
- #pipeline_description ⇒ ::String
- #pipeline_display_name ⇒ ::String
- #pipeline_name ⇒ ::String
- #pipeline_status ⇒ "Active", "Deleting"
- #pipeline_version_description ⇒ ::String
- #pipeline_version_display_name ⇒ ::String
- #role_arn ⇒ ::String
Instance Method Details
#created_by ⇒ Types::UserContext
4851 |
# File 'sig/client.rbs', line 4851 def created_by: () -> Types::UserContext |
#creation_time ⇒ ::Time
4848 |
# File 'sig/client.rbs', line 4848 def creation_time: () -> ::Time |
#last_modified_by ⇒ Types::UserContext
4852 |
# File 'sig/client.rbs', line 4852 def last_modified_by: () -> Types::UserContext |
#last_modified_time ⇒ ::Time
4849 |
# File 'sig/client.rbs', line 4849 def last_modified_time: () -> ::Time |
#last_run_time ⇒ ::Time
4850 |
# File 'sig/client.rbs', line 4850 def last_run_time: () -> ::Time |
#parallelism_configuration ⇒ Types::ParallelismConfiguration
4853 |
# File 'sig/client.rbs', line 4853 def parallelism_configuration: () -> Types::ParallelismConfiguration |
#pipeline_arn ⇒ ::String
4841 |
# File 'sig/client.rbs', line 4841 def pipeline_arn: () -> ::String |
#pipeline_definition ⇒ ::String
4844 |
# File 'sig/client.rbs', line 4844 def pipeline_definition: () -> ::String |
#pipeline_description ⇒ ::String
4845 |
# File 'sig/client.rbs', line 4845 def pipeline_description: () -> ::String |
#pipeline_display_name ⇒ ::String
4843 |
# File 'sig/client.rbs', line 4843 def pipeline_display_name: () -> ::String |
#pipeline_name ⇒ ::String
4842 |
# File 'sig/client.rbs', line 4842 def pipeline_name: () -> ::String |
#pipeline_status ⇒ "Active", "Deleting"
4847 |
# File 'sig/client.rbs', line 4847 def pipeline_status: () -> ("Active" | "Deleting") |
#pipeline_version_description ⇒ ::String
4855 |
# File 'sig/client.rbs', line 4855 def pipeline_version_description: () -> ::String |
#pipeline_version_display_name ⇒ ::String
4854 |
# File 'sig/client.rbs', line 4854 def pipeline_version_display_name: () -> ::String |
#role_arn ⇒ ::String
4846 |
# File 'sig/client.rbs', line 4846 def role_arn: () -> ::String |