public interface FeaturestoreMonitoringConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSnapshotAnalysis()
public abstract FeaturestoreMonitoringConfig.SnapshotAnalysis getSnapshotAnalysis()The config for Snapshot Analysis Based Feature Monitoring.
.google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.SnapshotAnalysis snapshot_analysis = 1;
| Type | Description |
| 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;
| Type | Description |
| FeaturestoreMonitoringConfig.SnapshotAnalysisOrBuilder |
hasSnapshotAnalysis()
public abstract boolean hasSnapshotAnalysis()The config for Snapshot Analysis Based Feature Monitoring.
.google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.SnapshotAnalysis snapshot_analysis = 1;
| Type | Description |
| boolean | Whether the snapshotAnalysis field is set. |