Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class SearchModelDeploymentMonitoringStatsAnomaliesResponse.
Response message for JobService.SearchModelDeploymentMonitoringStatsAnomalies.
Generated from protobuf message google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesResponse
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ monitoring_stats |
array<ModelMonitoringStatsAnomalies>
Stats retrieved for requested objectives. There are at most 1000 ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats in the response. |
↳ next_page_token |
string
The page token that can be used by the next JobService.SearchModelDeploymentMonitoringStatsAnomalies call. |
getMonitoringStats
Stats retrieved for requested objectives.
There are at most 1000 ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats in the response.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<ModelMonitoringStatsAnomalies> |
|
setMonitoringStats
Stats retrieved for requested objectives.
There are at most 1000 ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats in the response.
| Parameter | |
|---|---|
| Name | Description |
var |
array<ModelMonitoringStatsAnomalies>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
The page token that can be used by the next JobService.SearchModelDeploymentMonitoringStatsAnomalies call.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
The page token that can be used by the next JobService.SearchModelDeploymentMonitoringStatsAnomalies call.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|