Module: Aws::SageMaker::Client::_DescribeTrialResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeTrialResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_by ⇒ Types::UserContext
- #creation_time ⇒ ::Time
- #display_name ⇒ ::String
- #experiment_name ⇒ ::String
- #last_modified_by ⇒ Types::UserContext
- #last_modified_time ⇒ ::Time
- #metadata_properties ⇒ Types::MetadataProperties
- #source ⇒ Types::TrialSource
- #trial_arn ⇒ ::String
- #trial_name ⇒ ::String
Instance Method Details
#created_by ⇒ Types::UserContext
5127 |
# File 'sig/client.rbs', line 5127
def created_by: () -> Types::UserContext
|
#creation_time ⇒ ::Time
5126 |
# File 'sig/client.rbs', line 5126
def creation_time: () -> ::Time
|
#display_name ⇒ ::String
5123 |
# File 'sig/client.rbs', line 5123
def display_name: () -> ::String
|
#experiment_name ⇒ ::String
5124 |
# File 'sig/client.rbs', line 5124
def experiment_name: () -> ::String
|
#last_modified_by ⇒ Types::UserContext
5129 |
# File 'sig/client.rbs', line 5129
def last_modified_by: () -> Types::UserContext
|
#last_modified_time ⇒ ::Time
5128 |
# File 'sig/client.rbs', line 5128
def last_modified_time: () -> ::Time
|
#metadata_properties ⇒ Types::MetadataProperties
5130 |
# File 'sig/client.rbs', line 5130
def metadata_properties: () -> Types::MetadataProperties
|
#source ⇒ Types::TrialSource
5125 |
# File 'sig/client.rbs', line 5125
def source: () -> Types::TrialSource
|
#trial_arn ⇒ ::String
5122 |
# File 'sig/client.rbs', line 5122
def trial_arn: () -> ::String
|
#trial_name ⇒ ::String
5121 |
# File 'sig/client.rbs', line 5121
def trial_name: () -> ::String
|