Class: Aws::LexModelsV2::Types::TestSetExportSpecification

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

Overview

Contains information about the test set that is exported.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#test_set_idString

The unique identifier of the test set.

Returns:

  • (String)


13737
13738
13739
13740
13741
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13737

class TestSetExportSpecification < Struct.new(
  :test_set_id)
  SENSITIVE = []
  include Aws::Structure
end