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
4079 |
# File 'sig/client.rbs', line 4079
def created_by: () -> Types::UserContext
|
#creation_time ⇒ ::Time
4078 |
# File 'sig/client.rbs', line 4078
def creation_time: () -> ::Time
|
#description ⇒ ::String
4077 |
# File 'sig/client.rbs', line 4077
def description: () -> ::String
|
#display_name ⇒ ::String
4075 |
# File 'sig/client.rbs', line 4075
def display_name: () -> ::String
|
#experiment_arn ⇒ ::String
4074 |
# File 'sig/client.rbs', line 4074
def experiment_arn: () -> ::String
|
#experiment_name ⇒ ::String
4073 |
# File 'sig/client.rbs', line 4073
def experiment_name: () -> ::String
|
#last_modified_by ⇒ Types::UserContext
4081 |
# File 'sig/client.rbs', line 4081
def last_modified_by: () -> Types::UserContext
|
#last_modified_time ⇒ ::Time
4080 |
# File 'sig/client.rbs', line 4080
def last_modified_time: () -> ::Time
|
#source ⇒ Types::ExperimentSource
4076 |
# File 'sig/client.rbs', line 4076
def source: () -> Types::ExperimentSource
|