Uses of Enum
com.google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Baseline
Packages that use FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Baseline
-
Uses of FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Baseline in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.BaselineModifier and TypeMethodDescriptionFeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Baseline.forNumber(int value) FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Builder.getAnomalyDetectionBaseline()The baseline used to do anomaly detection for the statistics generated by import features analysis.FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.getAnomalyDetectionBaseline()The baseline used to do anomaly detection for the statistics generated by import features analysis.FeaturestoreMonitoringConfig.ImportFeaturesAnalysisOrBuilder.getAnomalyDetectionBaseline()The baseline used to do anomaly detection for the statistics generated by import features analysis.FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Baseline.valueOf(int value) Deprecated.FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Baseline.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Baseline.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.BaselineModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Baseline>FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Baseline.internalGetValueMap()Methods in com.google.cloud.aiplatform.v1 with parameters of type FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.BaselineModifier and TypeMethodDescriptionFeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Builder.setAnomalyDetectionBaseline(FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Baseline value) The baseline used to do anomaly detection for the statistics generated by import features analysis.