Package com.google.cloud.aiplatform.v1
Enum Feature.MonitoringStatsAnomaly.Objective
java.lang.Object
java.lang.Enum<Feature.MonitoringStatsAnomaly.Objective>
com.google.cloud.aiplatform.v1.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 enum
google.cloud.aiplatform.v1.Feature.MonitoringStatsAnomaly.Objective-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionStats are generated by Import Feature Analysis.If it's OBJECTIVE_UNSPECIFIED, monitoring_stats will be empty.Stats are generated by Snapshot Analysis. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intStats are generated by Import Feature Analysis.static final intIf it's OBJECTIVE_UNSPECIFIED, monitoring_stats will be empty.static final intStats are generated by Snapshot Analysis. -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<Feature.MonitoringStatsAnomaly.Objective>valueOf(int value) Deprecated.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
OBJECTIVE_UNSPECIFIED
If it's OBJECTIVE_UNSPECIFIED, monitoring_stats will be empty.
OBJECTIVE_UNSPECIFIED = 0; -
IMPORT_FEATURE_ANALYSIS
Stats are generated by Import Feature Analysis.
IMPORT_FEATURE_ANALYSIS = 1; -
SNAPSHOT_ANALYSIS
Stats are generated by Snapshot Analysis.
SNAPSHOT_ANALYSIS = 2; -
UNRECOGNIZED
-
-
Field Details
-
OBJECTIVE_UNSPECIFIED_VALUE
public static final int OBJECTIVE_UNSPECIFIED_VALUEIf it's OBJECTIVE_UNSPECIFIED, monitoring_stats will be empty.
OBJECTIVE_UNSPECIFIED = 0;- See Also:
-
IMPORT_FEATURE_ANALYSIS_VALUE
public static final int IMPORT_FEATURE_ANALYSIS_VALUEStats are generated by Import Feature Analysis.
IMPORT_FEATURE_ANALYSIS = 1;- See Also:
-
SNAPSHOT_ANALYSIS_VALUE
public static final int SNAPSHOT_ANALYSIS_VALUEStats are generated by Snapshot Analysis.
SNAPSHOT_ANALYSIS = 2;- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
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:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
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
- 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:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static 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
-