Class: Aws::LexModelsV2::Types::StartTestSetGenerationRequest

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 test set description for the test set generation request.

Returns:

  • (String)


13553
13554
13555
13556
13557
13558
13559
13560
13561
13562
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13553

class StartTestSetGenerationRequest < Struct.new(
  :test_set_name,
  :description,
  :storage_location,
  :generation_data_source,
  :role_arn,
  :test_set_tags)
  SENSITIVE = []
  include Aws::Structure
end

#generation_data_sourceTypes::TestSetGenerationDataSource

The data source for the test set generation.



13553
13554
13555
13556
13557
13558
13559
13560
13561
13562
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13553

class StartTestSetGenerationRequest < Struct.new(
  :test_set_name,
  :description,
  :storage_location,
  :generation_data_source,
  :role_arn,
  :test_set_tags)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.

Returns:

  • (String)


13553
13554
13555
13556
13557
13558
13559
13560
13561
13562
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13553

class StartTestSetGenerationRequest < Struct.new(
  :test_set_name,
  :description,
  :storage_location,
  :generation_data_source,
  :role_arn,
  :test_set_tags)
  SENSITIVE = []
  include Aws::Structure
end

#storage_locationTypes::TestSetStorageLocation

The Amazon S3 storage location for the test set generation.



13553
13554
13555
13556
13557
13558
13559
13560
13561
13562
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13553

class StartTestSetGenerationRequest < Struct.new(
  :test_set_name,
  :description,
  :storage_location,
  :generation_data_source,
  :role_arn,
  :test_set_tags)
  SENSITIVE = []
  include Aws::Structure
end

#test_set_nameString

The test set name for the test set generation request.

Returns:

  • (String)


13553
13554
13555
13556
13557
13558
13559
13560
13561
13562
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13553

class StartTestSetGenerationRequest < Struct.new(
  :test_set_name,
  :description,
  :storage_location,
  :generation_data_source,
  :role_arn,
  :test_set_tags)
  SENSITIVE = []
  include Aws::Structure
end

#test_set_tagsHash<String,String>

A list of tags to add to the test set. You can only add tags when you import/generate a new test set. You can’t use the ‘UpdateTestSet` operation to update tags. To update tags, use the `TagResource` operation.

Returns:

  • (Hash<String,String>)


13553
13554
13555
13556
13557
13558
13559
13560
13561
13562
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13553

class StartTestSetGenerationRequest < Struct.new(
  :test_set_name,
  :description,
  :storage_location,
  :generation_data_source,
  :role_arn,
  :test_set_tags)
  SENSITIVE = []
  include Aws::Structure
end