Enum Feature.MonitoringStatsAnomaly.Objective (3.42.0)

public enum Feature.MonitoringStatsAnomaly.Objective extends Enum<Feature.MonitoringStatsAnomaly.Objective> implements 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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
IMPORT_FEATURE_ANALYSIS

Stats are generated by Import Feature Analysis.

IMPORT_FEATURE_ANALYSIS = 1;

IMPORT_FEATURE_ANALYSIS_VALUE

Stats are generated by Import Feature Analysis.

IMPORT_FEATURE_ANALYSIS = 1;

OBJECTIVE_UNSPECIFIED

If it's OBJECTIVE_UNSPECIFIED, monitoring_stats will be empty.

OBJECTIVE_UNSPECIFIED = 0;

OBJECTIVE_UNSPECIFIED_VALUE

If it's OBJECTIVE_UNSPECIFIED, monitoring_stats will be empty.

OBJECTIVE_UNSPECIFIED = 0;

SNAPSHOT_ANALYSIS

Stats are generated by Snapshot Analysis.

SNAPSHOT_ANALYSIS = 2;

SNAPSHOT_ANALYSIS_VALUE

Stats are generated by Snapshot Analysis.

SNAPSHOT_ANALYSIS = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()