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

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

Returns:

  • (String)


13143
13144
13145
13146
13147
13148
13149
13150
13151
13152
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13143

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.



13143
13144
13145
13146
13147
13148
13149
13150
13151
13152
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13143

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)


13143
13144
13145
13146
13147
13148
13149
13150
13151
13152
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13143

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.



13143
13144
13145
13146
13147
13148
13149
13150
13151
13152
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13143

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)


13143
13144
13145
13146
13147
13148
13149
13150
13151
13152
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13143

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>)


13143
13144
13145
13146
13147
13148
13149
13150
13151
13152
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13143

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