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
4804 |
# File 'sig/client.rbs', line 4804
def created_by: () -> Types::UserContext
|
#creation_time ⇒ ::Time
4801 |
# File 'sig/client.rbs', line 4801
def creation_time: () -> ::Time
|
#last_modified_by ⇒ Types::UserContext
4805 |
# File 'sig/client.rbs', line 4805
def last_modified_by: () -> Types::UserContext
|
#last_modified_time ⇒ ::Time
4802 |
# File 'sig/client.rbs', line 4802
def last_modified_time: () -> ::Time
|
#last_run_time ⇒ ::Time
4803 |
# File 'sig/client.rbs', line 4803
def last_run_time: () -> ::Time
|
#parallelism_configuration ⇒ Types::ParallelismConfiguration
4806 |
# File 'sig/client.rbs', line 4806
def parallelism_configuration: () -> Types::ParallelismConfiguration
|
#pipeline_arn ⇒ ::String
4794 |
# File 'sig/client.rbs', line 4794
def pipeline_arn: () -> ::String
|
#pipeline_definition ⇒ ::String
4797 |
# File 'sig/client.rbs', line 4797
def pipeline_definition: () -> ::String
|
#pipeline_description ⇒ ::String
4798 |
# File 'sig/client.rbs', line 4798
def pipeline_description: () -> ::String
|
#pipeline_display_name ⇒ ::String
4796 |
# File 'sig/client.rbs', line 4796
def pipeline_display_name: () -> ::String
|
#pipeline_name ⇒ ::String
4795 |
# File 'sig/client.rbs', line 4795
def pipeline_name: () -> ::String
|
#pipeline_status ⇒ "Active", "Deleting"
4800 |
# File 'sig/client.rbs', line 4800
def pipeline_status: () -> ("Active" | "Deleting")
|
#pipeline_version_description ⇒ ::String
4808 |
# File 'sig/client.rbs', line 4808
def pipeline_version_description: () -> ::String
|
#pipeline_version_display_name ⇒ ::String
4807 |
# File 'sig/client.rbs', line 4807
def pipeline_version_display_name: () -> ::String
|
#role_arn ⇒ ::String
4799 |
# File 'sig/client.rbs', line 4799
def role_arn: () -> ::String
|