Class: Aws::LexModelsV2::Types::S3BucketTranscriptSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::S3BucketTranscriptSource
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kms_key_arn ⇒ String
The ARN of the KMS key that customer use to encrypt their Amazon S3 bucket.
-
#path_format ⇒ Types::PathFormat
The object that contains a path format that will be applied when Amazon Lex reads the transcript file in the bucket you provide.
-
#s3_bucket_name ⇒ String
The name of the bucket containing the transcript and the associated metadata.
-
#transcript_filter ⇒ Types::TranscriptFilter
The object that contains the filter which will be applied when Amazon Lex reads through the Amazon S3 bucket.
-
#transcript_format ⇒ String
The format of the transcript content.
Instance Attribute Details
#kms_key_arn ⇒ String
The ARN of the KMS key that customer use to encrypt their Amazon S3 bucket. Only use this field if your bucket is encrypted using a customer managed KMS key.
12185 12186 12187 12188 12189 12190 12191 12192 12193 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12185 class S3BucketTranscriptSource < Struct.new( :s3_bucket_name, :path_format, :transcript_format, :transcript_filter, :kms_key_arn) SENSITIVE = [] include Aws::Structure end |
#path_format ⇒ Types::PathFormat
The object that contains a path format that will be applied when Amazon Lex reads the transcript file in the bucket you provide. Specify this object if you only want Lex to read a subset of files in your Amazon S3 bucket.
12185 12186 12187 12188 12189 12190 12191 12192 12193 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12185 class S3BucketTranscriptSource < Struct.new( :s3_bucket_name, :path_format, :transcript_format, :transcript_filter, :kms_key_arn) SENSITIVE = [] include Aws::Structure end |
#s3_bucket_name ⇒ String
The name of the bucket containing the transcript and the associated metadata.
12185 12186 12187 12188 12189 12190 12191 12192 12193 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12185 class S3BucketTranscriptSource < Struct.new( :s3_bucket_name, :path_format, :transcript_format, :transcript_filter, :kms_key_arn) SENSITIVE = [] include Aws::Structure end |
#transcript_filter ⇒ Types::TranscriptFilter
The object that contains the filter which will be applied when Amazon Lex reads through the Amazon S3 bucket. Specify this object if you want Amazon Lex to read only a subset of the Amazon S3 bucket based on the filter you provide.
12185 12186 12187 12188 12189 12190 12191 12192 12193 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12185 class S3BucketTranscriptSource < Struct.new( :s3_bucket_name, :path_format, :transcript_format, :transcript_filter, :kms_key_arn) SENSITIVE = [] include Aws::Structure end |
#transcript_format ⇒ String
The format of the transcript content. Currently, Genie only supports the Amazon Lex transcript format.
12185 12186 12187 12188 12189 12190 12191 12192 12193 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12185 class S3BucketTranscriptSource < Struct.new( :s3_bucket_name, :path_format, :transcript_format, :transcript_filter, :kms_key_arn) SENSITIVE = [] include Aws::Structure end |