Cloud AI Platform v1 API - Class SearchModelDeploymentMonitoringStatsAnomaliesResponse (2.27.0)

public sealed class SearchModelDeploymentMonitoringStatsAnomaliesResponse : IMessage<SearchModelDeploymentMonitoringStatsAnomaliesResponse>, IEquatable<SearchModelDeploymentMonitoringStatsAnomaliesResponse>, IDeepCloneable<SearchModelDeploymentMonitoringStatsAnomaliesResponse>, IBufferMessage, IMessage, IPageResponse<ModelMonitoringStatsAnomalies>, IEnumerable<ModelMonitoringStatsAnomalies>, IEnumerable

Reference documentation and code samples for the Cloud AI Platform v1 API class SearchModelDeploymentMonitoringStatsAnomaliesResponse.

Response message for [JobService.SearchModelDeploymentMonitoringStatsAnomalies][google.cloud.aiplatform.v1.JobService.SearchModelDeploymentMonitoringStatsAnomalies].

Inheritance

object > SearchModelDeploymentMonitoringStatsAnomaliesResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

SearchModelDeploymentMonitoringStatsAnomaliesResponse()

public SearchModelDeploymentMonitoringStatsAnomaliesResponse()

SearchModelDeploymentMonitoringStatsAnomaliesResponse(SearchModelDeploymentMonitoringStatsAnomaliesResponse)

public SearchModelDeploymentMonitoringStatsAnomaliesResponse(SearchModelDeploymentMonitoringStatsAnomaliesResponse other)
Parameter
NameDescription
otherSearchModelDeploymentMonitoringStatsAnomaliesResponse

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
TypeDescription
RepeatedFieldModelMonitoringStatsAnomalies

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
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<ModelMonitoringStatsAnomalies> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorModelMonitoringStatsAnomalies