public sealed class SearchModelDeploymentMonitoringStatsAnomaliesResponse : IMessage<SearchModelDeploymentMonitoringStatsAnomaliesResponse>, IEquatable<SearchModelDeploymentMonitoringStatsAnomaliesResponse>, IDeepCloneable<SearchModelDeploymentMonitoringStatsAnomaliesResponse>, IBufferMessage, IMessage, IPageResponse<ModelMonitoringStatsAnomalies>, IEnumerable<ModelMonitoringStatsAnomalies>, IEnumerableReference documentation and code samples for the Cloud AI Platform v1 API class SearchModelDeploymentMonitoringStatsAnomaliesResponse.
Response message for [JobService.SearchModelDeploymentMonitoringStatsAnomalies][google.cloud.aiplatform.v1.JobService.SearchModelDeploymentMonitoringStatsAnomalies].
Implements
IMessage<SearchModelDeploymentMonitoringStatsAnomaliesResponse>, IEquatable<SearchModelDeploymentMonitoringStatsAnomaliesResponse>, IDeepCloneable<SearchModelDeploymentMonitoringStatsAnomaliesResponse>, IBufferMessage, IMessage, IPageResponse<ModelMonitoringStatsAnomalies>, IEnumerable<ModelMonitoringStatsAnomalies>, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.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.v1.ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats] in the response.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<ModelMonitoringStatsAnomalies> |
|
NextPageToken
public string NextPageToken { get; set; }The page token that can be used by the next [JobService.SearchModelDeploymentMonitoringStatsAnomalies][google.cloud.aiplatform.v1.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 |
IEnumerator<ModelMonitoringStatsAnomalies> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|