Interface SearchModelMonitoringStatsRequestOrBuilder (3.45.0)

public interface SearchModelMonitoringStatsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getModelMonitor()

public abstract String getModelMonitor()

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

string model_monitor = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The modelMonitor.

getModelMonitorBytes()

public abstract ByteString getModelMonitorBytes()

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

string model_monitor = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for modelMonitor.

getPageSize()

public abstract int getPageSize()

The standard list page size.

int32 page_size = 4;

Returns
Type Description
int

The pageSize.

getPageToken()

public abstract String getPageToken()

A page token received from a previous ModelMonitoringService.SearchModelMonitoringStats call.

string page_token = 5;

Returns
Type Description
String

The pageToken.

getPageTokenBytes()

public abstract ByteString getPageTokenBytes()

A page token received from a previous ModelMonitoringService.SearchModelMonitoringStats call.

string page_token = 5;

Returns
Type Description
ByteString

The bytes for pageToken.

getStatsFilter()

public abstract SearchModelMonitoringStatsFilter getStatsFilter()

Filter for search different stats.

.google.cloud.aiplatform.v1beta1.SearchModelMonitoringStatsFilter stats_filter = 2;

Returns
Type Description
SearchModelMonitoringStatsFilter

The statsFilter.

getStatsFilterOrBuilder()

public abstract SearchModelMonitoringStatsFilterOrBuilder getStatsFilterOrBuilder()

Filter for search different stats.

.google.cloud.aiplatform.v1beta1.SearchModelMonitoringStatsFilter stats_filter = 2;

Returns
Type Description
SearchModelMonitoringStatsFilterOrBuilder

getTimeInterval()

public abstract Interval getTimeInterval()

The time interval for which results should be returned.

.google.type.Interval time_interval = 3;

Returns
Type Description
com.google.type.Interval

The timeInterval.

getTimeIntervalOrBuilder()

public abstract IntervalOrBuilder getTimeIntervalOrBuilder()

The time interval for which results should be returned.

.google.type.Interval time_interval = 3;

Returns
Type Description
com.google.type.IntervalOrBuilder

hasStatsFilter()

public abstract boolean hasStatsFilter()

Filter for search different stats.

.google.cloud.aiplatform.v1beta1.SearchModelMonitoringStatsFilter stats_filter = 2;

Returns
Type Description
boolean

Whether the statsFilter field is set.

hasTimeInterval()

public abstract boolean hasTimeInterval()

The time interval for which results should be returned.

.google.type.Interval time_interval = 3;

Returns
Type Description
boolean

Whether the timeInterval field is set.