Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.MetadataAttributeSchema
Packages that use MetadataAttributeSchema
-
Uses of MetadataAttributeSchema in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type MetadataAttributeSchemaModifier and TypeMethodDescriptionfinal List<MetadataAttributeSchema>ImplicitFilterConfiguration.metadataAttributes()Metadata that can be used in a filter.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type MetadataAttributeSchemaModifier and TypeMethodDescriptionImplicitFilterConfiguration.Builder.metadataAttributes(MetadataAttributeSchema... metadataAttributes) Metadata that can be used in a filter.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type MetadataAttributeSchemaModifier and TypeMethodDescriptionImplicitFilterConfiguration.Builder.metadataAttributes(Collection<MetadataAttributeSchema> metadataAttributes) Metadata that can be used in a filter.