Module: Aws::LexModelsV2::Client::_DescribeTestSetResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DescribeTestSetResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#creation_date_time ⇒ ::Time

Returns:

  • (::Time)


1112
# File 'sig/client.rbs', line 1112

def creation_date_time: () -> ::Time

#description ⇒ ::String

Returns:

  • (::String)


1106
# File 'sig/client.rbs', line 1106

def description: () -> ::String

#last_updated_date_time ⇒ ::Time

Returns:

  • (::Time)


1113
# File 'sig/client.rbs', line 1113

def last_updated_date_time: () -> ::Time

#modality ⇒ "Text", "Audio"

Returns:

  • ("Text", "Audio")


1107
# File 'sig/client.rbs', line 1107

def modality: () -> ("Text" | "Audio")

#num_turns ⇒ ::Integer

Returns:

  • (::Integer)


1110
# File 'sig/client.rbs', line 1110

def num_turns: () -> ::Integer

#role_arn ⇒ ::String

Returns:

  • (::String)


1109
# File 'sig/client.rbs', line 1109

def role_arn: () -> ::String

#status ⇒ "Importing", ...

Returns:

  • ("Importing", "PendingAnnotation", "Deleting", "ValidationError", "Ready")


1108
# File 'sig/client.rbs', line 1108

def status: () -> ("Importing" | "PendingAnnotation" | "Deleting" | "ValidationError" | "Ready")

#storage_location ⇒ Types::TestSetStorageLocation



1111
# File 'sig/client.rbs', line 1111

def storage_location: () -> Types::TestSetStorageLocation

#test_set_id ⇒ ::String

Returns:

  • (::String)


1104
# File 'sig/client.rbs', line 1104

def test_set_id: () -> ::String

#test_set_name ⇒ ::String

Returns:

  • (::String)


1105
# File 'sig/client.rbs', line 1105

def test_set_name: () -> ::String