Package com.mindee

Class InferenceParameters


  • public final class InferenceParameters
    extends Object
    Options to pass when calling methods using the API V2.
    • Method Detail

      • getModelId

        public String getModelId()
        ID of the model (required).
      • isRag

        public boolean isRag()
        Enables Retrieval-Augmented Generation (optional, default: false).
      • getAlias

        public String getAlias()
        Optional alias for the file.
      • getWebhookIds

        public List<String> getWebhookIds()
        IDs of webhooks to propagate the API response to (may be empty).
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object