Class: Aws::LexModelsV2::Types::TestSetImportResourceSpecification

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb

Overview

Contains information about the test set that is imported.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the test set.

Returns:

  • (String)


13746
13747
13748
13749
13750
13751
13752
13753
13754
13755
13756
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13746

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

#import_input_locationTypes::TestSetImportInputLocation

Contains information about the input location from where test-set should be imported.



13746
13747
13748
13749
13750
13751
13752
13753
13754
13755
13756
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13746

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

#modalityString

Specifies whether the test-set being imported contains written or spoken data.

Returns:

  • (String)


13746
13747
13748
13749
13750
13751
13752
13753
13754
13755
13756
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13746

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

#role_arnString

The Amazon Resource Name (ARN) of an IAM role that has permission to access the test set.

Returns:

  • (String)


13746
13747
13748
13749
13750
13751
13752
13753
13754
13755
13756
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13746

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

#storage_locationTypes::TestSetStorageLocation

Contains information about the location that Amazon Lex uses to store the test-set.



13746
13747
13748
13749
13750
13751
13752
13753
13754
13755
13756
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13746

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

#test_set_nameString

The name of the test set.

Returns:

  • (String)


13746
13747
13748
13749
13750
13751
13752
13753
13754
13755
13756
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13746

class TestSetImportResourceSpecification < Struct.new(
  :test_set_name,
  :description,
  :role_arn,
  :storage_location,
  :import_input_location,
  :modality,
  :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>)


13746
13747
13748
13749
13750
13751
13752
13753
13754
13755
13756
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13746

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