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