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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


13819
13820
13821
13822
13823
13824
13825
13826
13827
13828
13829
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13819

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.



13819
13820
13821
13822
13823
13824
13825
13826
13827
13828
13829
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13819

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)


13819
13820
13821
13822
13823
13824
13825
13826
13827
13828
13829
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13819

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)


13819
13820
13821
13822
13823
13824
13825
13826
13827
13828
13829
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13819

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.



13819
13820
13821
13822
13823
13824
13825
13826
13827
13828
13829
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13819

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)


13819
13820
13821
13822
13823
13824
13825
13826
13827
13828
13829
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13819

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


13819
13820
13821
13822
13823
13824
13825
13826
13827
13828
13829
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13819

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