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
Modifier 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.Build a suggestion finder for the provided asset.
-
Method Details
-
finder
Build a suggestion finder for the provided asset.- Parameters:
asset
- for which to find suggestions- Returns:
- the start of a suggestion finder for the provided asset, against the default tenant
-
finder
Build a suggestion finder against the provided Atlan tenant for the provided asset.- Parameters:
client
- connectivity to an Atlan tenantasset
- for which to find suggestions- Returns:
- the start of a suggestion finder for the provided asset, against the specified tenant
-
_internal
-