public interface ModelDeploymentMonitoringScheduleConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Duration |
getMonitorInterval()
Required.
|
com.google.protobuf.DurationOrBuilder |
getMonitorIntervalOrBuilder()
Required.
|
boolean |
hasMonitorInterval()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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];
com.google.protobuf.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];
com.google.protobuf.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];
Copyright © 2021 Google LLC. All rights reserved.