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.
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_path ⇒ String
The path inside the Amazon S3 bucket pointing to the test-set CSV file.
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 |