Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.MetadataAttributeSchema
-
Packages that use MetadataAttributeSchema Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
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 MetadataAttributeSchema Modifier and Type Method Description List<MetadataAttributeSchema>ImplicitFilterConfiguration. metadataAttributes()Metadata that can be used in a filter.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type MetadataAttributeSchema Modifier and Type Method Description ImplicitFilterConfiguration.BuilderImplicitFilterConfiguration.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 MetadataAttributeSchema Modifier and Type Method Description ImplicitFilterConfiguration.BuilderImplicitFilterConfiguration.Builder. metadataAttributes(Collection<MetadataAttributeSchema> metadataAttributes)Metadata that can be used in a filter.
-