Class: Aws::LexModelsV2::Types::DescribeTestSetGenerationRequest

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

#test_set_generation_idString

The unique identifier of the test set generation.

Returns:

  • (String)


7022
7023
7024
7025
7026
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7022

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