Package com.atlan.model.search
Class Suggestions
java.lang.Object
com.atlan.model.search.Suggestions
Suggestion abstraction mechanism, to simplify finding suggestions for metadata enrichment
for a given asset. This works purely by looking at other assets with the same name (and type)
that have this metadata populated, and rank-ordering any such metadata by how frequently it
occurs across other assets of the same type with the same name.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
-
Method Summary
Modifier and TypeMethodDescriptionfinder
(AtlanClient client, Asset asset) Build a suggestion finder against the provided Atlan tenant for the provided asset.