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