Uses of Class
software.amazon.awssdk.services.bedrockagent.model.MetadataAttribute
Packages that use MetadataAttribute
-
Uses of MetadataAttribute in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type MetadataAttributeModifier and TypeMethodDescriptionfinal List<MetadataAttribute>DocumentMetadata.inlineAttributes()An array of objects, each of which defines a metadata attribute to associate with the content to ingest.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type MetadataAttributeModifier and TypeMethodDescriptionDocumentMetadata.Builder.inlineAttributes(MetadataAttribute... inlineAttributes) An array of objects, each of which defines a metadata attribute to associate with the content to ingest.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type MetadataAttributeModifier and TypeMethodDescriptionDocumentMetadata.Builder.inlineAttributes(Collection<MetadataAttribute> inlineAttributes) An array of objects, each of which defines a metadata attribute to associate with the content to ingest.