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
5110 |
# File 'sig/client.rbs', line 5110
def created_by: () -> Types::UserContext
|
#creation_time ⇒ ::Time
5109 |
# File 'sig/client.rbs', line 5109
def creation_time: () -> ::Time
|
#display_name ⇒ ::String
5106 |
# File 'sig/client.rbs', line 5106
def display_name: () -> ::String
|
#experiment_name ⇒ ::String
5107 |
# File 'sig/client.rbs', line 5107
def experiment_name: () -> ::String
|
#last_modified_by ⇒ Types::UserContext
5112 |
# File 'sig/client.rbs', line 5112
def last_modified_by: () -> Types::UserContext
|
#last_modified_time ⇒ ::Time
5111 |
# File 'sig/client.rbs', line 5111
def last_modified_time: () -> ::Time
|
#metadata_properties ⇒ Types::MetadataProperties
5113 |
# File 'sig/client.rbs', line 5113
def metadata_properties: () -> Types::MetadataProperties
|
#source ⇒ Types::TrialSource
5108 |
# File 'sig/client.rbs', line 5108
def source: () -> Types::TrialSource
|
#trial_arn ⇒ ::String
5105 |
# File 'sig/client.rbs', line 5105
def trial_arn: () -> ::String
|
#trial_name ⇒ ::String
5104 |
# File 'sig/client.rbs', line 5104
def trial_name: () -> ::String
|