public static enum Models.Ollama extends Enum<Models.Ollama>
Enum Constant and Description |
---|
QWEN3_32B |
Modifier and Type | Method and Description |
---|---|
String |
getModel() |
static Models.Ollama |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Models.Ollama[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Models.Ollama QWEN3_32B
public static Models.Ollama[] values()
for (Models.Ollama c : Models.Ollama.values()) System.out.println(c);
public static Models.Ollama valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getModel()
Copyright © 2025. All rights reserved.