Class Suggestions

java.lang.Object
com.atlan.model.search.Suggestions

public class Suggestions extends Object
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.
  • Method Details

    • finder

      public static Suggestions.SuggestionsBuilder finder(Asset asset)
      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

      public static Suggestions.SuggestionsBuilder finder(AtlanClient client, Asset asset)
      Build a suggestion finder against the provided Atlan tenant for the provided asset.
      Parameters:
      client - connectivity to an Atlan tenant
      asset - for which to find suggestions
      Returns:
      the start of a suggestion finder for the provided asset, against the specified tenant
    • _internal

      public static Suggestions.SuggestionsBuilder _internal()