public static enum TuningJob.TuningSpecCase extends Enum<TuningJob.TuningSpecCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
DISTILLATION_SPEC |
PARTNER_MODEL_TUNING_SPEC |
SUPERVISED_TUNING_SPEC |
TUNINGSPEC_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static TuningJob.TuningSpecCase |
forNumber(int value) |
int |
getNumber() |
static TuningJob.TuningSpecCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TuningJob.TuningSpecCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TuningJob.TuningSpecCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TuningJob.TuningSpecCase SUPERVISED_TUNING_SPEC
public static final TuningJob.TuningSpecCase DISTILLATION_SPEC
public static final TuningJob.TuningSpecCase PARTNER_MODEL_TUNING_SPEC
public static final TuningJob.TuningSpecCase TUNINGSPEC_NOT_SET
public static TuningJob.TuningSpecCase[] values()
for (TuningJob.TuningSpecCase c : TuningJob.TuningSpecCase.values()) System.out.println(c);
public static TuningJob.TuningSpecCase 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 null@Deprecated public static TuningJob.TuningSpecCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static TuningJob.TuningSpecCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2024 Google LLC. All rights reserved.