public static enum FineTuneJob.Model extends Enum<FineTuneJob.Model>
| Enum Constant and Description |
|---|
BABBAGE_002 |
DAVINCI_002 |
GPT_3_5_TURBO_0613 |
GPT_3_5_TURBO_1106 |
GPT_4_0613 |
| Modifier and Type | Method and Description |
|---|---|
static FineTuneJob.Model |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FineTuneJob.Model[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FineTuneJob.Model GPT_3_5_TURBO_1106
public static final FineTuneJob.Model GPT_3_5_TURBO_0613
public static final FineTuneJob.Model BABBAGE_002
public static final FineTuneJob.Model GPT_4_0613
public static final FineTuneJob.Model DAVINCI_002
public static FineTuneJob.Model[] values()
for (FineTuneJob.Model c : FineTuneJob.Model.values()) System.out.println(c);
public static FineTuneJob.Model 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 nullCopyright © 2023 grt1228. All rights reserved.