public sealed class SearchModelDeploymentMonitoringStatsAnomaliesResponse : IMessage<SearchModelDeploymentMonitoringStatsAnomaliesResponse>, IEquatable<SearchModelDeploymentMonitoringStatsAnomaliesResponse>, IDeepCloneable<SearchModelDeploymentMonitoringStatsAnomaliesResponse>, IBufferMessage, IMessage, IPageResponse<ModelMonitoringStatsAnomalies>, IEnumerable<ModelMonitoringStatsAnomalies>, IEnumerableReference documentation and code samples for the Vertex AI v1beta1 API class SearchModelDeploymentMonitoringStatsAnomaliesResponse.
Response message for [JobService.SearchModelDeploymentMonitoringStatsAnomalies][google.cloud.aiplatform.v1beta1.JobService.SearchModelDeploymentMonitoringStatsAnomalies].
Implements
IMessageSearchModelDeploymentMonitoringStatsAnomaliesResponse, IEquatableSearchModelDeploymentMonitoringStatsAnomaliesResponse, IDeepCloneableSearchModelDeploymentMonitoringStatsAnomaliesResponse, IBufferMessage, IMessage, IPageResponseModelMonitoringStatsAnomalies, IEnumerableModelMonitoringStatsAnomalies, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
SearchModelDeploymentMonitoringStatsAnomaliesResponse()
public SearchModelDeploymentMonitoringStatsAnomaliesResponse()SearchModelDeploymentMonitoringStatsAnomaliesResponse(SearchModelDeploymentMonitoringStatsAnomaliesResponse)
public SearchModelDeploymentMonitoringStatsAnomaliesResponse(SearchModelDeploymentMonitoringStatsAnomaliesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
SearchModelDeploymentMonitoringStatsAnomaliesResponse |
Properties
MonitoringStats
public RepeatedField<ModelMonitoringStatsAnomalies> MonitoringStats { get; }Stats retrieved for requested objectives. There are at most 1000 [ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats][google.cloud.aiplatform.v1beta1.ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats] in the response.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldModelMonitoringStatsAnomalies |
|
NextPageToken
public string NextPageToken { get; set; }The page token that can be used by the next [JobService.SearchModelDeploymentMonitoringStatsAnomalies][google.cloud.aiplatform.v1beta1.JobService.SearchModelDeploymentMonitoringStatsAnomalies] call.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<ModelMonitoringStatsAnomalies> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorModelMonitoringStatsAnomalies |
|