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 |
Google\Cloud\AIPlatform\V1\FeatureStatsAnomaly
Output only. The stats and anomalies generated at specific timestamp. |
getObjective
Output only. The objective for each stats.
Returns | |
---|---|
Type | Description |
int |
setObjective
Output only. The objective for each stats.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getFeatureStatsAnomaly
Output only. The stats and anomalies generated at specific timestamp.
Returns | |
---|---|
Type | Description |
Google\Cloud\AIPlatform\V1\FeatureStatsAnomaly|null |
hasFeatureStatsAnomaly
clearFeatureStatsAnomaly
setFeatureStatsAnomaly
Output only. The stats and anomalies generated at specific timestamp.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\AIPlatform\V1\FeatureStatsAnomaly
|
Returns | |
---|---|
Type | Description |
$this |