Package com.google.cloud.aiplatform.v1
Interface FeaturestoreMonitoringConfig.ImportFeaturesAnalysisOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FeaturestoreMonitoringConfig.ImportFeaturesAnalysis,FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Builder
- Enclosing class:
- FeaturestoreMonitoringConfig
public static interface FeaturestoreMonitoringConfig.ImportFeaturesAnalysisOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe baseline used to do anomaly detection for the statistics generated by import features analysis.intThe baseline used to do anomaly detection for the statistics generated by import features analysis.getState()Whether to enable / disable / inherite default hebavior for import features analysis.intWhether to enable / disable / inherite default hebavior for import features analysis.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getStateValue
int getStateValue()Whether to enable / disable / inherite default hebavior for import features analysis.
.google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.State state = 1;- Returns:
- The enum numeric value on the wire for state.
-
getState
Whether to enable / disable / inherite default hebavior for import features analysis.
.google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.State state = 1;- Returns:
- The state.
-
getAnomalyDetectionBaselineValue
int getAnomalyDetectionBaselineValue()The baseline used to do anomaly detection for the statistics generated by import features analysis.
.google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Baseline anomaly_detection_baseline = 2;- Returns:
- The enum numeric value on the wire for anomalyDetectionBaseline.
-
getAnomalyDetectionBaseline
FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Baseline getAnomalyDetectionBaseline()The baseline used to do anomaly detection for the statistics generated by import features analysis.
.google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Baseline anomaly_detection_baseline = 2;- Returns:
- The anomalyDetectionBaseline.
-