Class: Aws::LexModelsV2::Types::UpdateTestSetRequest

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

#descriptionString

The new test set description.

Returns:

  • (String)


15351
15352
15353
15354
15355
15356
15357
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 15351

class UpdateTestSetRequest < Struct.new(
  :test_set_id,
  :test_set_name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#test_set_idString

The test set Id for which update test operation to be performed.

Returns:

  • (String)


15351
15352
15353
15354
15355
15356
15357
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 15351

class UpdateTestSetRequest < Struct.new(
  :test_set_id,
  :test_set_name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#test_set_nameString

The new test set name.

Returns:

  • (String)


15351
15352
15353
15354
15355
15356
15357
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 15351

class UpdateTestSetRequest < Struct.new(
  :test_set_id,
  :test_set_name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end