Class ModelDeploymentMonitoringScheduleConfig (1.11.0)

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

The config for scheduling monitoring job.

Attribute

Name Description
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