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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-lexmodelsv2/types.rb', line 13737

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