Class: Aws::BedrockAgent::Types::SupplementalDataStorageLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::SupplementalDataStorageLocation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Contains information about a storage location for multimedia content (images, audio, and video) extracted from multimodal documents in your data source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_location ⇒ Types::S3Location
Contains information about the Amazon S3 location for the extracted multimedia content.
-
#type ⇒ String
Specifies the storage service used for this location.
Instance Attribute Details
#s3_location ⇒ Types::S3Location
Contains information about the Amazon S3 location for the extracted multimedia content.
10406 10407 10408 10409 10410 10411 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 10406 class SupplementalDataStorageLocation < Struct.new( :type, :s3_location) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Specifies the storage service used for this location.
10406 10407 10408 10409 10410 10411 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 10406 class SupplementalDataStorageLocation < Struct.new( :type, :s3_location) SENSITIVE = [] include Aws::Structure end |