Interface ModelDeploymentMonitoringScheduleConfigOrBuilder (2.4.0)

public interface ModelDeploymentMonitoringScheduleConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMonitorInterval()

public abstract Duration getMonitorInterval()

Required. The model monitoring job running interval. It will be rounded up to next full hour.

.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 running interval. It will be rounded up to next full hour.

.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 running interval. It will be rounded up to next full hour.

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

Returns
Type Description
boolean

Whether the monitorInterval field is set.