Cloud AI Platform v1beta1 API - Class SearchModelMonitoringStatsRequest (1.0.0-beta03)

public sealed class SearchModelMonitoringStatsRequest : IMessage<SearchModelMonitoringStatsRequest>, IEquatable<SearchModelMonitoringStatsRequest>, IDeepCloneable<SearchModelMonitoringStatsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class SearchModelMonitoringStatsRequest.

Request message for [ModelMonitoringService.SearchModelMonitoringStats][google.cloud.aiplatform.v1beta1.ModelMonitoringService.SearchModelMonitoringStats].

Inheritance

object > SearchModelMonitoringStatsRequest

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

SearchModelMonitoringStatsRequest()

public SearchModelMonitoringStatsRequest()

SearchModelMonitoringStatsRequest(SearchModelMonitoringStatsRequest)

public SearchModelMonitoringStatsRequest(SearchModelMonitoringStatsRequest other)
Parameter
Name Description
other SearchModelMonitoringStatsRequest

Properties

ModelMonitor

public string ModelMonitor { get; set; }

Required. ModelMonitor resource name. Format: projects/{project}/locations/{location}/modelMonitors/{model_monitor}

Property Value
Type Description
string

ModelMonitorAsModelMonitorName

public ModelMonitorName ModelMonitorAsModelMonitorName { get; set; }

ModelMonitorName-typed view over the ModelMonitor resource name property.

Property Value
Type Description
ModelMonitorName

PageSize

public int PageSize { get; set; }

The standard list page size.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

A page token received from a previous [ModelMonitoringService.SearchModelMonitoringStats][google.cloud.aiplatform.v1beta1.ModelMonitoringService.SearchModelMonitoringStats] call.

Property Value
Type Description
string

StatsFilter

public SearchModelMonitoringStatsFilter StatsFilter { get; set; }

Filter for search different stats.

Property Value
Type Description
SearchModelMonitoringStatsFilter

TimeInterval

public Interval TimeInterval { get; set; }

The time interval for which results should be returned.

Property Value
Type Description
Interval