Google Cloud Ai Platform V1 Client - Class Objective (0.29.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class Objective.

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 type google.cloud.aiplatform.v1.Feature.MonitoringStatsAnomaly.Objective

Namespace

Google \ Cloud \ AIPlatform \ V1 \ Feature \ MonitoringStatsAnomaly

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

OBJECTIVE_UNSPECIFIED

Value: 0

If it's OBJECTIVE_UNSPECIFIED, monitoring_stats will be empty.

Generated from protobuf enum OBJECTIVE_UNSPECIFIED = 0;

IMPORT_FEATURE_ANALYSIS

Value: 1

Stats are generated by Import Feature Analysis.

Generated from protobuf enum IMPORT_FEATURE_ANALYSIS = 1;

SNAPSHOT_ANALYSIS

Value: 2

Stats are generated by Snapshot Analysis.

Generated from protobuf enum SNAPSHOT_ANALYSIS = 2;