Class: Aws::BedrockAgent::Types::DocumentMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::DocumentMetadata
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
Contains information about the metadata associate with the content to
ingest into a knowledge base. Choose a type
and include the field
that corresponds to it.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#inline_attributes ⇒ Array<Types::MetadataAttribute>
An array of objects, each of which defines a metadata attribute to associate with the content to ingest.
-
#s3_location ⇒ Types::CustomS3Location
The Amazon S3 location of the file containing metadata to associate with the content to ingest.
-
#type ⇒ String
The type of the source source from which to add metadata.
Instance Attribute Details
#inline_attributes ⇒ Array<Types::MetadataAttribute>
An array of objects, each of which defines a metadata attribute to associate with the content to ingest. You define the attributes inline.
3533 3534 3535 3536 3537 3538 3539 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3533 class DocumentMetadata < Struct.new( :inline_attributes, :s3_location, :type) SENSITIVE = [] include Aws::Structure end |
#s3_location ⇒ Types::CustomS3Location
The Amazon S3 location of the file containing metadata to associate with the content to ingest.
3533 3534 3535 3536 3537 3538 3539 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3533 class DocumentMetadata < Struct.new( :inline_attributes, :s3_location, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the source source from which to add metadata.
3533 3534 3535 3536 3537 3538 3539 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3533 class DocumentMetadata < Struct.new( :inline_attributes, :s3_location, :type) SENSITIVE = [] include Aws::Structure end |