Uses of Class
com.mindee.InferenceParameters.Builder
-
Packages that use InferenceParameters.Builder Package Description com.mindee -
-
Uses of InferenceParameters.Builder in com.mindee
Methods in com.mindee that return InferenceParameters.Builder Modifier and Type Method Description InferenceParameters.Builder
InferenceParameters.Builder. alias(String alias)
Set an alias for the uploaded document.static InferenceParameters.Builder
InferenceParameters. builder(String modelId)
Create a new builder.InferenceParameters.Builder
InferenceParameters.Builder. pollingOptions(AsyncPollingOptions pollingOptions)
InferenceParameters.Builder
InferenceParameters.Builder. rag(boolean rag)
Enable / disable Retrieval-Augmented Generation.InferenceParameters.Builder
InferenceParameters.Builder. webhookIds(List<String> webhookIds)
Provide IDs of webhooks to forward the API response to.
-