GoogleCloudAiplatformV1FeaturestoreMonitoringConfig constructor
GoogleCloudAiplatformV1FeaturestoreMonitoringConfig({
- GoogleCloudAiplatformV1FeaturestoreMonitoringConfigThresholdConfig? categoricalThresholdConfig,
- GoogleCloudAiplatformV1FeaturestoreMonitoringConfigImportFeaturesAnalysis? importFeaturesAnalysis,
- GoogleCloudAiplatformV1FeaturestoreMonitoringConfigThresholdConfig? numericalThresholdConfig,
- GoogleCloudAiplatformV1FeaturestoreMonitoringConfigSnapshotAnalysis? snapshotAnalysis,
Implementation
GoogleCloudAiplatformV1FeaturestoreMonitoringConfig({
this.categoricalThresholdConfig,
this.importFeaturesAnalysis,
this.numericalThresholdConfig,
this.snapshotAnalysis,
});