Class: Aws::BedrockAgent::Types::SupplementalDataStorageLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::SupplementalDataStorageLocation
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
Contains information about a storage location for images 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 images.
-
#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 images.
9146 9147 9148 9149 9150 9151 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 9146 class SupplementalDataStorageLocation < Struct.new( :s3_location, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Specifies the storage service used for this location.
9146 9147 9148 9149 9150 9151 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 9146 class SupplementalDataStorageLocation < Struct.new( :s3_location, :type) SENSITIVE = [] include Aws::Structure end |