public static enum ModelDeploymentMonitoringBigQueryTable.LogSource extends Enum<ModelDeploymentMonitoringBigQueryTable.LogSource> implements com.google.protobuf.ProtocolMessageEnum
Indicates where does the log come from.Protobuf enum
google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringBigQueryTable.LogSource| Enum Constant and Description |
|---|
LOG_SOURCE_UNSPECIFIED
Unspecified source.
|
SERVING
Logs coming from Serving traffic.
|
TRAINING
Logs coming from Training dataset.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
LOG_SOURCE_UNSPECIFIED_VALUE
Unspecified source.
|
static int |
SERVING_VALUE
Logs coming from Serving traffic.
|
static int |
TRAINING_VALUE
Logs coming from Training dataset.
|
| Modifier and Type | Method and Description |
|---|---|
static ModelDeploymentMonitoringBigQueryTable.LogSource |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<ModelDeploymentMonitoringBigQueryTable.LogSource> |
internalGetValueMap() |
static ModelDeploymentMonitoringBigQueryTable.LogSource |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ModelDeploymentMonitoringBigQueryTable.LogSource |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ModelDeploymentMonitoringBigQueryTable.LogSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelDeploymentMonitoringBigQueryTable.LogSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModelDeploymentMonitoringBigQueryTable.LogSource LOG_SOURCE_UNSPECIFIED
Unspecified source.
LOG_SOURCE_UNSPECIFIED = 0;public static final ModelDeploymentMonitoringBigQueryTable.LogSource TRAINING
Logs coming from Training dataset.
TRAINING = 1;public static final ModelDeploymentMonitoringBigQueryTable.LogSource SERVING
Logs coming from Serving traffic.
SERVING = 2;public static final ModelDeploymentMonitoringBigQueryTable.LogSource UNRECOGNIZED
public static final int LOG_SOURCE_UNSPECIFIED_VALUE
Unspecified source.
LOG_SOURCE_UNSPECIFIED = 0;public static final int TRAINING_VALUE
Logs coming from Training dataset.
TRAINING = 1;public static final int SERVING_VALUE
Logs coming from Serving traffic.
SERVING = 2;public static ModelDeploymentMonitoringBigQueryTable.LogSource[] values()
for (ModelDeploymentMonitoringBigQueryTable.LogSource c : ModelDeploymentMonitoringBigQueryTable.LogSource.values()) System.out.println(c);
public static ModelDeploymentMonitoringBigQueryTable.LogSource 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 final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static ModelDeploymentMonitoringBigQueryTable.LogSource valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ModelDeploymentMonitoringBigQueryTable.LogSource forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ModelDeploymentMonitoringBigQueryTable.LogSource> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ModelDeploymentMonitoringBigQueryTable.LogSource valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.