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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/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)


13700
13701
13702
13703
13704
13705
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13700

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)


13700
13701
13702
13703
13704
13705
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13700

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