Interface FeaturestoreMonitoringConfigOrBuilder (2.7.4)

public interface FeaturestoreMonitoringConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSnapshotAnalysis()

public abstract FeaturestoreMonitoringConfig.SnapshotAnalysis getSnapshotAnalysis()

The config for Snapshot Analysis Based Feature Monitoring.

.google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.SnapshotAnalysis snapshot_analysis = 1;

Returns
TypeDescription
FeaturestoreMonitoringConfig.SnapshotAnalysis

The snapshotAnalysis.

getSnapshotAnalysisOrBuilder()

public abstract FeaturestoreMonitoringConfig.SnapshotAnalysisOrBuilder getSnapshotAnalysisOrBuilder()

The config for Snapshot Analysis Based Feature Monitoring.

.google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.SnapshotAnalysis snapshot_analysis = 1;

Returns
TypeDescription
FeaturestoreMonitoringConfig.SnapshotAnalysisOrBuilder

hasSnapshotAnalysis()

public abstract boolean hasSnapshotAnalysis()

The config for Snapshot Analysis Based Feature Monitoring.

.google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.SnapshotAnalysis snapshot_analysis = 1;

Returns
TypeDescription
boolean

Whether the snapshotAnalysis field is set.