public static enum Feature.MonitoringStatsAnomaly.Objective extends Enum<Feature.MonitoringStatsAnomaly.Objective> implements com.google.protobuf.ProtocolMessageEnum
If the objective in the request is both Import Feature Analysis and Snapshot Analysis, this objective could be one of them. Otherwise, this objective should be the same as the objective in the request.Protobuf enum
google.cloud.aiplatform.v1beta1.Feature.MonitoringStatsAnomaly.Objective| Enum Constant and Description |
|---|
IMPORT_FEATURE_ANALYSIS
Stats are generated by Import Feature Analysis.
|
OBJECTIVE_UNSPECIFIED
If it's OBJECTIVE_UNSPECIFIED, monitoring_stats will be empty.
|
SNAPSHOT_ANALYSIS
Stats are generated by Snapshot Analysis.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
IMPORT_FEATURE_ANALYSIS_VALUE
Stats are generated by Import Feature Analysis.
|
static int |
OBJECTIVE_UNSPECIFIED_VALUE
If it's OBJECTIVE_UNSPECIFIED, monitoring_stats will be empty.
|
static int |
SNAPSHOT_ANALYSIS_VALUE
Stats are generated by Snapshot Analysis.
|
| Modifier and Type | Method and Description |
|---|---|
static Feature.MonitoringStatsAnomaly.Objective |
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<Feature.MonitoringStatsAnomaly.Objective> |
internalGetValueMap() |
static Feature.MonitoringStatsAnomaly.Objective |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Feature.MonitoringStatsAnomaly.Objective |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Feature.MonitoringStatsAnomaly.Objective |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Feature.MonitoringStatsAnomaly.Objective[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Feature.MonitoringStatsAnomaly.Objective OBJECTIVE_UNSPECIFIED
If it's OBJECTIVE_UNSPECIFIED, monitoring_stats will be empty.
OBJECTIVE_UNSPECIFIED = 0;public static final Feature.MonitoringStatsAnomaly.Objective IMPORT_FEATURE_ANALYSIS
Stats are generated by Import Feature Analysis.
IMPORT_FEATURE_ANALYSIS = 1;public static final Feature.MonitoringStatsAnomaly.Objective SNAPSHOT_ANALYSIS
Stats are generated by Snapshot Analysis.
SNAPSHOT_ANALYSIS = 2;public static final Feature.MonitoringStatsAnomaly.Objective UNRECOGNIZED
public static final int OBJECTIVE_UNSPECIFIED_VALUE
If it's OBJECTIVE_UNSPECIFIED, monitoring_stats will be empty.
OBJECTIVE_UNSPECIFIED = 0;public static final int IMPORT_FEATURE_ANALYSIS_VALUE
Stats are generated by Import Feature Analysis.
IMPORT_FEATURE_ANALYSIS = 1;public static final int SNAPSHOT_ANALYSIS_VALUE
Stats are generated by Snapshot Analysis.
SNAPSHOT_ANALYSIS = 2;public static Feature.MonitoringStatsAnomaly.Objective[] values()
for (Feature.MonitoringStatsAnomaly.Objective c : Feature.MonitoringStatsAnomaly.Objective.values()) System.out.println(c);
public static Feature.MonitoringStatsAnomaly.Objective 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 Feature.MonitoringStatsAnomaly.Objective valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Feature.MonitoringStatsAnomaly.Objective forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Feature.MonitoringStatsAnomaly.Objective> 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 Feature.MonitoringStatsAnomaly.Objective valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.