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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/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)


15278
15279
15280
15281
15282
15283
15284
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 15278

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)


15278
15279
15280
15281
15282
15283
15284
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 15278

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)


15278
15279
15280
15281
15282
15283
15284
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 15278

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