Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class MonitoringStatsAnomaly.
A list of historical SnapshotAnalysis or ImportFeaturesAnalysis stats requested by user, sorted by FeatureStatsAnomaly.start_time descending.
Generated from protobuf message google.cloud.aiplatform.v1.Feature.MonitoringStatsAnomaly
Namespace
Google \ Cloud \ AIPlatform \ V1 \ FeatureMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ objective |
int
Output only. The objective for each stats. |
↳ feature_stats_anomaly |
tatsAnomaly
Output only. The stats and anomalies generated at specific timestamp. |
getObjective
Output only. The objective for each stats.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type Objective. |
setObjective
Output only. The objective for each stats.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type Objective. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFeatureStatsAnomaly
Output only. The stats and anomalies generated at specific timestamp.
| Returns | |
|---|---|
| Type | Description |
tatsAnomaly|null |
|
hasFeatureStatsAnomaly
clearFeatureStatsAnomaly
setFeatureStatsAnomaly
Output only. The stats and anomalies generated at specific timestamp.
| Parameter | |
|---|---|
| Name | Description |
var |
tatsAnomaly
|
| Returns | |
|---|---|
| Type | Description |
$this |
|