Interface ModelDeploymentMonitoringScheduleConfigOrBuilder (2.9.8)

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

Whether the monitorInterval field is set.