Class CreateFeatureMonitorRequest (1.122.0)

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

Request message for [FeatureRegistryService.CreateFeatureMonitorRequest][].

Attributes

Name Description
parent str
Required. The resource name of FeatureGroup to create FeatureMonitor. Format: projects/{project}/locations/{location}/featureGroups/{featuregroup}
feature_monitor google.cloud.aiplatform_v1beta1.types.FeatureMonitor
Required. The Monitor to create.
feature_monitor_id str
Required. The ID to use for this FeatureMonitor, which will become the final component of the FeatureGroup's resource name. This value may be up to 60 characters, and valid characters are [a-z0-9_]. The first character cannot be a number. The value must be unique within the FeatureGroup.

Methods

CreateFeatureMonitorRequest

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

Request message for [FeatureRegistryService.CreateFeatureMonitorRequest][].