Class ModelDeploymentMonitoringScheduleConfig (1.13.0)

ModelDeploymentMonitoringScheduleConfig(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

The config for scheduling monitoring job.

Attribute

NameDescription
monitor_interval google.protobuf.duration_pb2.Duration
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.

Inheritance

builtins.object > proto.message.Message > ModelDeploymentMonitoringScheduleConfig