Uses of Class
com.developer.nefarious.zjoule.plugin.login.api.GetOllamaModelsResponse
Packages that use GetOllamaModelsResponse
Package
Description
-
Uses of GetOllamaModelsResponse in com.developer.nefarious.zjoule.plugin.login.api
Methods in com.developer.nefarious.zjoule.plugin.login.api that return GetOllamaModelsResponseModifier and TypeMethodDescriptionRetrieves the available Ollama models from the specified endpoint.Retrieves the available Ollama models from the specified endpoint.IOllamaLoginClientHelper.parseOllamaModelsResponseToObject
(String responseBody) Parses the JSON response body into aGetOllamaModelsResponse
object.OllamaLoginClientHelper.parseOllamaModelsResponseToObject
(String responseBody) Parses the JSON response body into aGetOllamaModelsResponse
object. -
Uses of GetOllamaModelsResponse in com.developer.nefarious.zjoule.plugin.login.pages
Methods in com.developer.nefarious.zjoule.plugin.login.pages with parameters of type GetOllamaModelsResponseModifier and TypeMethodDescriptionvoid
SecondOllamaLoginWizardPage.setOllamaModelsForSelection
(GetOllamaModelsResponse getOllamaModelsResponse) Populates the dropdown menu with available Ollama models. -
Uses of GetOllamaModelsResponse in com.developer.nefarious.zjoule.plugin.login.utils
Methods in com.developer.nefarious.zjoule.plugin.login.utils with parameters of type GetOllamaModelsResponseModifier and TypeMethodDescriptionOllamaModelNamesExtractor.extractModelNames
(GetOllamaModelsResponse response) Extracts model names from aGetOllamaModelsResponse
.