Module: Aws::LexModelsV2::Client::_DescribeTestSetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeTestSetResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_date_time ⇒ ::Time
- #description ⇒ ::String
- #last_updated_date_time ⇒ ::Time
- #modality ⇒ "Text", "Audio"
- #num_turns ⇒ ::Integer
- #role_arn ⇒ ::String
- #status ⇒ "Importing", ...
- #storage_location ⇒ Types::TestSetStorageLocation
- #test_set_id ⇒ ::String
- #test_set_name ⇒ ::String
Instance Method Details
#creation_date_time ⇒ ::Time
1107 |
# File 'sig/client.rbs', line 1107
def creation_date_time: () -> ::Time
|
#description ⇒ ::String
1101 |
# File 'sig/client.rbs', line 1101
def description: () -> ::String
|
#last_updated_date_time ⇒ ::Time
1108 |
# File 'sig/client.rbs', line 1108
def last_updated_date_time: () -> ::Time
|
#modality ⇒ "Text", "Audio"
1102 |
# File 'sig/client.rbs', line 1102
def modality: () -> ("Text" | "Audio")
|
#num_turns ⇒ ::Integer
1105 |
# File 'sig/client.rbs', line 1105
def num_turns: () -> ::Integer
|
#role_arn ⇒ ::String
1104 |
# File 'sig/client.rbs', line 1104
def role_arn: () -> ::String
|
#status ⇒ "Importing", ...
1103 |
# File 'sig/client.rbs', line 1103
def status: () -> ("Importing" | "PendingAnnotation" | "Deleting" | "ValidationError" | "Ready")
|
#storage_location ⇒ Types::TestSetStorageLocation
1106 |
# File 'sig/client.rbs', line 1106
def storage_location: () -> Types::TestSetStorageLocation
|
#test_set_id ⇒ ::String
1099 |
# File 'sig/client.rbs', line 1099
def test_set_id: () -> ::String
|
#test_set_name ⇒ ::String
1100 |
# File 'sig/client.rbs', line 1100
def test_set_name: () -> ::String
|