Google Cloud Ai Platform V1 Client - Class Objective (1.41.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
Name Description
value mixed

static::value

Parameter
Name Description
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;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.