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
4821 |
# File 'sig/client.rbs', line 4821
def created_by: () -> Types::UserContext
|
#creation_time ⇒ ::Time
4818 |
# File 'sig/client.rbs', line 4818
def creation_time: () -> ::Time
|
#last_modified_by ⇒ Types::UserContext
4822 |
# File 'sig/client.rbs', line 4822
def last_modified_by: () -> Types::UserContext
|
#last_modified_time ⇒ ::Time
4819 |
# File 'sig/client.rbs', line 4819
def last_modified_time: () -> ::Time
|
#last_run_time ⇒ ::Time
4820 |
# File 'sig/client.rbs', line 4820
def last_run_time: () -> ::Time
|
#parallelism_configuration ⇒ Types::ParallelismConfiguration
4823 |
# File 'sig/client.rbs', line 4823
def parallelism_configuration: () -> Types::ParallelismConfiguration
|
#pipeline_arn ⇒ ::String
4811 |
# File 'sig/client.rbs', line 4811
def pipeline_arn: () -> ::String
|
#pipeline_definition ⇒ ::String
4814 |
# File 'sig/client.rbs', line 4814
def pipeline_definition: () -> ::String
|
#pipeline_description ⇒ ::String
4815 |
# File 'sig/client.rbs', line 4815
def pipeline_description: () -> ::String
|
#pipeline_display_name ⇒ ::String
4813 |
# File 'sig/client.rbs', line 4813
def pipeline_display_name: () -> ::String
|
#pipeline_name ⇒ ::String
4812 |
# File 'sig/client.rbs', line 4812
def pipeline_name: () -> ::String
|
#pipeline_status ⇒ "Active", "Deleting"
4817 |
# File 'sig/client.rbs', line 4817
def pipeline_status: () -> ("Active" | "Deleting")
|
#pipeline_version_description ⇒ ::String
4825 |
# File 'sig/client.rbs', line 4825
def pipeline_version_description: () -> ::String
|
#pipeline_version_display_name ⇒ ::String
4824 |
# File 'sig/client.rbs', line 4824
def pipeline_version_display_name: () -> ::String
|
#role_arn ⇒ ::String
4816 |
# File 'sig/client.rbs', line 4816
def role_arn: () -> ::String
|