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