Module: Aws::SageMaker::Client::_DescribeExperimentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeExperimentResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_by ⇒ Types::UserContext
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #display_name ⇒ ::String
- #experiment_arn ⇒ ::String
- #experiment_name ⇒ ::String
- #last_modified_by ⇒ Types::UserContext
- #last_modified_time ⇒ ::Time
- #source ⇒ Types::ExperimentSource
Instance Method Details
#created_by ⇒ Types::UserContext
4123 |
# File 'sig/client.rbs', line 4123 def created_by: () -> Types::UserContext |
#creation_time ⇒ ::Time
4122 |
# File 'sig/client.rbs', line 4122 def creation_time: () -> ::Time |
#description ⇒ ::String
4121 |
# File 'sig/client.rbs', line 4121 def description: () -> ::String |
#display_name ⇒ ::String
4119 |
# File 'sig/client.rbs', line 4119 def display_name: () -> ::String |
#experiment_arn ⇒ ::String
4118 |
# File 'sig/client.rbs', line 4118 def experiment_arn: () -> ::String |
#experiment_name ⇒ ::String
4117 |
# File 'sig/client.rbs', line 4117 def experiment_name: () -> ::String |
#last_modified_by ⇒ Types::UserContext
4125 |
# File 'sig/client.rbs', line 4125 def last_modified_by: () -> Types::UserContext |
#last_modified_time ⇒ ::Time
4124 |
# File 'sig/client.rbs', line 4124 def last_modified_time: () -> ::Time |
#source ⇒ Types::ExperimentSource
4120 |
# File 'sig/client.rbs', line 4120 def source: () -> Types::ExperimentSource |