Module: Google::Cloud::AIPlatform::V1::Feature::MonitoringStatsAnomaly::Objective

Defined in:
proto_docs/google/cloud/aiplatform/v1/feature.rb

Overview

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.

Constant Summary collapse

OBJECTIVE_UNSPECIFIED =

If it's OBJECTIVE_UNSPECIFIED, monitoring_stats will be empty.

0
IMPORT_FEATURE_ANALYSIS =

Stats are generated by Import Feature Analysis.

1
SNAPSHOT_ANALYSIS =

Stats are generated by Snapshot Analysis.

2