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
5134 |
# File 'sig/client.rbs', line 5134
def created_by: () -> Types::UserContext
|
#creation_time ⇒ ::Time
5133 |
# File 'sig/client.rbs', line 5133
def creation_time: () -> ::Time
|
#display_name ⇒ ::String
5130 |
# File 'sig/client.rbs', line 5130
def display_name: () -> ::String
|
#experiment_name ⇒ ::String
5131 |
# File 'sig/client.rbs', line 5131
def experiment_name: () -> ::String
|
#last_modified_by ⇒ Types::UserContext
5136 |
# File 'sig/client.rbs', line 5136
def last_modified_by: () -> Types::UserContext
|
#last_modified_time ⇒ ::Time
5135 |
# File 'sig/client.rbs', line 5135
def last_modified_time: () -> ::Time
|
#metadata_properties ⇒ Types::MetadataProperties
5137 |
# File 'sig/client.rbs', line 5137
def metadata_properties: () -> Types::MetadataProperties
|
#source ⇒ Types::TrialSource
5132 |
# File 'sig/client.rbs', line 5132
def source: () -> Types::TrialSource
|
#trial_arn ⇒ ::String
5129 |
# File 'sig/client.rbs', line 5129
def trial_arn: () -> ::String
|
#trial_name ⇒ ::String
5128 |
# File 'sig/client.rbs', line 5128
def trial_name: () -> ::String
|