Class: Aws::LexModelsV2::Types::TestSetImportInputLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::TestSetImportInputLocation
- 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
-
#s3_bucket_name ⇒ String
The name of the Amazon S3 bucket.
-
#s3_path ⇒ String
The path inside the Amazon S3 bucket pointing to the test-set CSV file.
Instance Attribute Details
#s3_bucket_name ⇒ String
The name of the Amazon S3 bucket.
13859 13860 13861 13862 13863 13864 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13859 class TestSetImportInputLocation < Struct.new( :s3_bucket_name, :s3_path) SENSITIVE = [] include Aws::Structure end |
#s3_path ⇒ String
The path inside the Amazon S3 bucket pointing to the test-set CSV file.
13859 13860 13861 13862 13863 13864 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13859 class TestSetImportInputLocation < Struct.new( :s3_bucket_name, :s3_path) SENSITIVE = [] include Aws::Structure end |