Interface ModelDeploymentMonitoringScheduleConfigOrBuilder (2.8.9)

public interface ModelDeploymentMonitoringScheduleConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMonitorInterval()

public abstract Duration getMonitorInterval()

Required. The model monitoring job scheduling interval. It will be rounded up to next full hour. This defines how often the monitoring jobs are triggered.

.google.protobuf.Duration monitor_interval = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Duration

The monitorInterval.

getMonitorIntervalOrBuilder()

public abstract DurationOrBuilder getMonitorIntervalOrBuilder()

Required. The model monitoring job scheduling interval. It will be rounded up to next full hour. This defines how often the monitoring jobs are triggered.

.google.protobuf.Duration monitor_interval = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DurationOrBuilder

hasMonitorInterval()

public abstract boolean hasMonitorInterval()

Required. The model monitoring job scheduling interval. It will be rounded up to next full hour. This defines how often the monitoring jobs are triggered.

.google.protobuf.Duration monitor_interval = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the monitorInterval field is set.