Interface ModelDeploymentMonitoringScheduleConfigOrBuilder (2.5.3)

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

Whether the monitorInterval field is set.