Class: Aws::LexModelsV2::Types::TestSetImportInputLocation

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

Overview

Contains information about the Amazon S3 location from which the test set is imported.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucket_nameString

The name of the Amazon S3 bucket.

Returns:

  • (String)


13773
13774
13775
13776
13777
13778
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13773

class TestSetImportInputLocation < Struct.new(
  :s3_bucket_name,
  :s3_path)
  SENSITIVE = []
  include Aws::Structure
end

#s3_pathString

The path inside the Amazon S3 bucket pointing to the test-set CSV file.

Returns:

  • (String)


13773
13774
13775
13776
13777
13778
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13773

class TestSetImportInputLocation < Struct.new(
  :s3_bucket_name,
  :s3_path)
  SENSITIVE = []
  include Aws::Structure
end