Uses of Record Class
org.springframework.ai.ollama.api.OllamaApi.Model
Packages that use OllamaApi.Model
-
Uses of OllamaApi.Model in org.springframework.ai.ollama.api
Methods in org.springframework.ai.ollama.api that return types with arguments of type OllamaApi.ModelModifier and TypeMethodDescriptionOllamaApi.ListModelResponse.models()Returns the value of themodelsrecord component.Constructor parameters in org.springframework.ai.ollama.api with type arguments of type OllamaApi.ModelModifierConstructorDescriptionListModelResponse(List<OllamaApi.Model> models) Creates an instance of aListModelResponserecord class.