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
4100 |
# File 'sig/client.rbs', line 4100
def created_by: () -> Types::UserContext
|
#creation_time ⇒ ::Time
4099 |
# File 'sig/client.rbs', line 4099
def creation_time: () -> ::Time
|
#description ⇒ ::String
4098 |
# File 'sig/client.rbs', line 4098
def description: () -> ::String
|
#display_name ⇒ ::String
4096 |
# File 'sig/client.rbs', line 4096
def display_name: () -> ::String
|
#experiment_arn ⇒ ::String
4095 |
# File 'sig/client.rbs', line 4095
def experiment_arn: () -> ::String
|
#experiment_name ⇒ ::String
4094 |
# File 'sig/client.rbs', line 4094
def experiment_name: () -> ::String
|
#last_modified_by ⇒ Types::UserContext
4102 |
# File 'sig/client.rbs', line 4102
def last_modified_by: () -> Types::UserContext
|
#last_modified_time ⇒ ::Time
4101 |
# File 'sig/client.rbs', line 4101
def last_modified_time: () -> ::Time
|
#source ⇒ Types::ExperimentSource
4097 |
# File 'sig/client.rbs', line 4097
def source: () -> Types::ExperimentSource
|