Class Google::Cloud::AIPlatform::V1::ModelDeploymentMonitoringScheduleConfig (v0.1.0)

The config for scheduling monitoring job.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#monitor_interval

def monitor_interval() -> ::Google::Protobuf::Duration
Returns
  • (::Google::Protobuf::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.

#monitor_interval=

def monitor_interval=(value) -> ::Google::Protobuf::Duration
Parameter
  • value (::Google::Protobuf::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.
Returns
  • (::Google::Protobuf::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.