Uses of Class
software.amazon.awssdk.services.bedrockagent.model.MetadataAttribute
-
Packages that use MetadataAttribute Package Description software.amazon.awssdk.services.bedrockagent.model -
-
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 MetadataAttribute Modifier and Type Method Description 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 MetadataAttribute Modifier and Type Method Description DocumentMetadata.BuilderDocumentMetadata.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 MetadataAttribute Modifier and Type Method Description DocumentMetadata.BuilderDocumentMetadata.Builder. inlineAttributes(Collection<MetadataAttribute> inlineAttributes)An array of objects, each of which defines a metadata attribute to associate with the content to ingest.
-