Uses of Class
org.springframework.ai.ollama.management.ModelManagementOptions.Builder
-
Uses of ModelManagementOptions.Builder in org.springframework.ai.ollama.management
Modifier and TypeMethodDescriptionModelManagementOptions.Builder.additionalModels
(List<String> additionalModels) ModelManagementOptions.builder()
ModelManagementOptions.Builder.maxRetries
(Integer maxRetries) ModelManagementOptions.Builder.pullModelStrategy
(PullModelStrategy pullModelStrategy) ModelManagementOptions.Builder.withAdditionalModels
(List<String> additionalModels) Deprecated, for removal: This API element is subject to removal in a future version.ModelManagementOptions.Builder.withMaxRetries
(Integer maxRetries) Deprecated, for removal: This API element is subject to removal in a future version.usemaxRetries(Integer)
instead.ModelManagementOptions.Builder.withPullModelStrategy
(PullModelStrategy pullModelStrategy) Deprecated, for removal: This API element is subject to removal in a future version.usepullModelStrategy(PullModelStrategy)
instead.ModelManagementOptions.Builder.withTimeout
(Duration timeout) Deprecated, for removal: This API element is subject to removal in a future version.usetimeout(Duration)
instead.
additionalModels(List)
instead.