disableMonitoring property

bool? disableMonitoring
getter/setter pair

Only applicable for Vertex AI Feature Store (Legacy).

If not set, use the monitoring_config defined for the EntityType this Feature belongs to. Only Features with type (Feature.ValueType) BOOL, STRING, DOUBLE or INT64 can enable monitoring. If set to true, all types of data monitoring are disabled despite the config on EntityType.

Optional.

Implementation

core.bool? disableMonitoring;