public sealed class SearchModelMonitoringStatsResponse : IMessage<SearchModelMonitoringStatsResponse>, IEquatable<SearchModelMonitoringStatsResponse>, IDeepCloneable<SearchModelMonitoringStatsResponse>, IBufferMessage, IMessage, IPageResponse<ModelMonitoringStats>, IEnumerable<ModelMonitoringStats>, IEnumerable
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class SearchModelMonitoringStatsResponse.
Response message for [ModelMonitoringService.SearchModelMonitoringStats][google.cloud.aiplatform.v1beta1.ModelMonitoringService.SearchModelMonitoringStats].
Implements
IMessageSearchModelMonitoringStatsResponse, IEquatableSearchModelMonitoringStatsResponse, IDeepCloneableSearchModelMonitoringStatsResponse, IBufferMessage, IMessage, IPageResponseModelMonitoringStats, IEnumerableModelMonitoringStats, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
SearchModelMonitoringStatsResponse()
public SearchModelMonitoringStatsResponse()
SearchModelMonitoringStatsResponse(SearchModelMonitoringStatsResponse)
public SearchModelMonitoringStatsResponse(SearchModelMonitoringStatsResponse other)
Parameter | |
---|---|
Name | Description |
other |
SearchModelMonitoringStatsResponse |
Properties
MonitoringStats
public RepeatedField<ModelMonitoringStats> MonitoringStats { get; }
Stats retrieved for requested objectives.
Property Value | |
---|---|
Type | Description |
RepeatedFieldModelMonitoringStats |
NextPageToken
public string NextPageToken { get; set; }
The page token that can be used by the next [ModelMonitoringService.SearchModelMonitoringStats][google.cloud.aiplatform.v1beta1.ModelMonitoringService.SearchModelMonitoringStats] call.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<ModelMonitoringStats> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorModelMonitoringStats |