Google Cloud Ai Platform V1 Client - Class MonitoringStatsAnomaly (0.10.0)

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

A list of historical Snapshot Analysis or [Import Feature Analysis] [FeaturestoreMonitoringConfig.ImportFeatureAnalysis] stats requested by user, sorted by FeatureStatsAnomaly.start_time descending.

Generated from protobuf message google.cloud.aiplatform.v1.Feature.MonitoringStatsAnomaly

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ objective int

Output only. The objective for each stats.

↳ feature_stats_anomaly Google\Cloud\AIPlatform\V1\FeatureStatsAnomaly

Output only. The stats and anomalies generated at specific timestamp.

getObjective

Output only. The objective for each stats.

Generated from protobuf field .google.cloud.aiplatform.v1.Feature.MonitoringStatsAnomaly.Objective objective = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

setObjective

Output only. The objective for each stats.

Generated from protobuf field .google.cloud.aiplatform.v1.Feature.MonitoringStatsAnomaly.Objective objective = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getFeatureStatsAnomaly

Output only. The stats and anomalies generated at specific timestamp.

Generated from protobuf field .google.cloud.aiplatform.v1.FeatureStatsAnomaly feature_stats_anomaly = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\FeatureStatsAnomaly|null

hasFeatureStatsAnomaly

clearFeatureStatsAnomaly

setFeatureStatsAnomaly

Output only. The stats and anomalies generated at specific timestamp.

Generated from protobuf field .google.cloud.aiplatform.v1.FeatureStatsAnomaly feature_stats_anomaly = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
var Google\Cloud\AIPlatform\V1\FeatureStatsAnomaly
Returns
TypeDescription
$this