Uses of Class
com.oracle.bmc.generativeaiagentruntime.model.MetadataFilter
-
Packages that use MetadataFilter Package Description com.oracle.bmc.generativeaiagentruntime.model -
-
Uses of MetadataFilter in com.oracle.bmc.generativeaiagentruntime.model
Methods in com.oracle.bmc.generativeaiagentruntime.model that return MetadataFilter Modifier and Type Method Description MetadataFilter
MetadataFilter.Builder. build()
Methods in com.oracle.bmc.generativeaiagentruntime.model that return types with arguments of type MetadataFilter Modifier and Type Method Description List<MetadataFilter>
RetrieveMetadataDetails. getFilters()
List of metadata filters to narrow down the retrieved metadataMethods in com.oracle.bmc.generativeaiagentruntime.model with parameters of type MetadataFilter Modifier and Type Method Description MetadataFilter.Builder
MetadataFilter.Builder. copy(MetadataFilter model)
Method parameters in com.oracle.bmc.generativeaiagentruntime.model with type arguments of type MetadataFilter Modifier and Type Method Description RetrieveMetadataDetails.Builder
RetrieveMetadataDetails.Builder. filters(List<MetadataFilter> filters)
List of metadata filters to narrow down the retrieved metadataConstructor parameters in com.oracle.bmc.generativeaiagentruntime.model with type arguments of type MetadataFilter Constructor Description RetrieveMetadataDetails(List<MetadataFilter> filters)
Deprecated.
-