Class CreateModelMonitorRequest (1.53.0)

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

Request message for ModelMonitoringService.CreateModelMonitor.

Attributes

Name Description
parent str
Required. The resource name of the Location to create the ModelMonitor in. Format: projects/{project}/locations/{location}
model_monitor google.cloud.aiplatform_v1beta1.types.ModelMonitor
Required. The ModelMonitor to create.
model_monitor_id str
Optional. The ID to use for the Model Monitor, which will become the final component of the model monitor resource name. The maximum length is 63 characters, and valid characters are /^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$/.

Methods

CreateModelMonitorRequest

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

Request message for ModelMonitoringService.CreateModelMonitor.