Class: Aws::LexModelsV2::Types::DescribeTestSetResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lexmodelsv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_timeTime

The creation date and time for the test set data.

Returns:

  • (Time)


7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7146

class DescribeTestSetResponse < Struct.new(
  :test_set_id,
  :test_set_name,
  :description,
  :modality,
  :status,
  :role_arn,
  :num_turns,
  :storage_location,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the test set.

Returns:

  • (String)


7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7146

class DescribeTestSetResponse < Struct.new(
  :test_set_id,
  :test_set_name,
  :description,
  :modality,
  :status,
  :role_arn,
  :num_turns,
  :storage_location,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_date_timeTime

The date and time for the last update of the test set data.

Returns:

  • (Time)


7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7146

class DescribeTestSetResponse < Struct.new(
  :test_set_id,
  :test_set_name,
  :description,
  :modality,
  :status,
  :role_arn,
  :num_turns,
  :storage_location,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#modalityString

Indicates whether the test set is audio or text data.

Returns:

  • (String)


7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7146

class DescribeTestSetResponse < Struct.new(
  :test_set_id,
  :test_set_name,
  :description,
  :modality,
  :status,
  :role_arn,
  :num_turns,
  :storage_location,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#num_turnsInteger

The total number of agent and user turn in the test set.

Returns:

  • (Integer)


7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7146

class DescribeTestSetResponse < Struct.new(
  :test_set_id,
  :test_set_name,
  :description,
  :modality,
  :status,
  :role_arn,
  :num_turns,
  :storage_location,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.

Returns:

  • (String)


7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7146

class DescribeTestSetResponse < Struct.new(
  :test_set_id,
  :test_set_name,
  :description,
  :modality,
  :status,
  :role_arn,
  :num_turns,
  :storage_location,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the test set.

Returns:

  • (String)


7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7146

class DescribeTestSetResponse < Struct.new(
  :test_set_id,
  :test_set_name,
  :description,
  :modality,
  :status,
  :role_arn,
  :num_turns,
  :storage_location,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#storage_locationTypes::TestSetStorageLocation

The Amazon S3 storage location for the test set data.



7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7146

class DescribeTestSetResponse < Struct.new(
  :test_set_id,
  :test_set_name,
  :description,
  :modality,
  :status,
  :role_arn,
  :num_turns,
  :storage_location,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#test_set_idString

The test set Id for the test set response.

Returns:

  • (String)


7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7146

class DescribeTestSetResponse < Struct.new(
  :test_set_id,
  :test_set_name,
  :description,
  :modality,
  :status,
  :role_arn,
  :num_turns,
  :storage_location,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#test_set_nameString

The test set name of the test set.

Returns:

  • (String)


7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7146

class DescribeTestSetResponse < Struct.new(
  :test_set_id,
  :test_set_name,
  :description,
  :modality,
  :status,
  :role_arn,
  :num_turns,
  :storage_location,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end