Enum Feature.MonitoringStatsAnomaly.Objective
- java.lang.Object
-
- java.lang.Enum<Feature.MonitoringStatsAnomaly.Objective>
-
- com.google.cloud.aiplatform.v1beta1.Feature.MonitoringStatsAnomaly.Objective
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<Feature.MonitoringStatsAnomaly.Objective>
- Enclosing class:
- Feature.MonitoringStatsAnomaly
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 enumgoogle.cloud.aiplatform.v1beta1.Feature.MonitoringStatsAnomaly.Objective
-
-
Enum Constant Summary
Enum Constants Enum Constant 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
-
Field Summary
Fields Modifier and Type Field 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.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method 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(int value)
Deprecated.static Feature.MonitoringStatsAnomaly.Objective
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.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.
-
-
-
Enum Constant Detail
-
OBJECTIVE_UNSPECIFIED
public static final Feature.MonitoringStatsAnomaly.Objective OBJECTIVE_UNSPECIFIED
If it's OBJECTIVE_UNSPECIFIED, monitoring_stats will be empty.
OBJECTIVE_UNSPECIFIED = 0;
-
IMPORT_FEATURE_ANALYSIS
public static final Feature.MonitoringStatsAnomaly.Objective IMPORT_FEATURE_ANALYSIS
Stats are generated by Import Feature Analysis.
IMPORT_FEATURE_ANALYSIS = 1;
-
SNAPSHOT_ANALYSIS
public static final Feature.MonitoringStatsAnomaly.Objective SNAPSHOT_ANALYSIS
Stats are generated by Snapshot Analysis.
SNAPSHOT_ANALYSIS = 2;
-
UNRECOGNIZED
public static final Feature.MonitoringStatsAnomaly.Objective UNRECOGNIZED
-
-
Field Detail
-
OBJECTIVE_UNSPECIFIED_VALUE
public static final int OBJECTIVE_UNSPECIFIED_VALUE
If it's OBJECTIVE_UNSPECIFIED, monitoring_stats will be empty.
OBJECTIVE_UNSPECIFIED = 0;
- See Also:
- Constant Field Values
-
IMPORT_FEATURE_ANALYSIS_VALUE
public static final int IMPORT_FEATURE_ANALYSIS_VALUE
Stats are generated by Import Feature Analysis.
IMPORT_FEATURE_ANALYSIS = 1;
- See Also:
- Constant Field Values
-
SNAPSHOT_ANALYSIS_VALUE
public static final int SNAPSHOT_ANALYSIS_VALUE
Stats are generated by Snapshot Analysis.
SNAPSHOT_ANALYSIS = 2;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static Feature.MonitoringStatsAnomaly.Objective[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Feature.MonitoringStatsAnomaly.Objective c : Feature.MonitoringStatsAnomaly.Objective.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Feature.MonitoringStatsAnomaly.Objective valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static Feature.MonitoringStatsAnomaly.Objective valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
public static Feature.MonitoringStatsAnomaly.Objective forNumber(int value)
- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<Feature.MonitoringStatsAnomaly.Objective> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static Feature.MonitoringStatsAnomaly.Objective valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
-