Class FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Builder (3.77.0)
public static final class FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Builder extends GeneratedMessageV3.Builder<FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Builder> implements FeaturestoreMonitoringConfig.ImportFeaturesAnalysisOrBuilder
Configuration of the Featurestore's ImportFeature Analysis Based
Monitoring. This type of analysis generates statistics for values of each
Feature imported by every
ImportFeatureValues
operation.
Protobuf type
google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.ImportFeaturesAnalysis
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public FeaturestoreMonitoringConfig.ImportFeaturesAnalysis build()
public FeaturestoreMonitoringConfig.ImportFeaturesAnalysis buildPartial()
public FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Builder clear()
Overrides
public FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Builder clearAnomalyDetectionBaseline()
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;
public FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Builder clearState()
Whether to enable / disable / inherite default hebavior for import
features analysis.
.google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.State state = 1;
public FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Builder clone()
Overrides
public 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;
public 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 |
Type |
Description |
int |
The enum numeric value on the wire for anomalyDetectionBaseline.
|
public FeaturestoreMonitoringConfig.ImportFeaturesAnalysis getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.State getState()
Whether to enable / disable / inherite default hebavior for import
features analysis.
.google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.State state = 1;
public int getStateValue()
Whether to enable / disable / inherite default hebavior for import
features analysis.
.google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.State state = 1;
Returns |
Type |
Description |
int |
The enum numeric value on the wire for state.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Builder mergeFrom(FeaturestoreMonitoringConfig.ImportFeaturesAnalysis other)
public FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Builder setAnomalyDetectionBaseline(FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Baseline value)
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;
public FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Builder setAnomalyDetectionBaselineValue(int value)
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;
Parameter |
Name |
Description |
value |
int
The enum numeric value on the wire for anomalyDetectionBaseline to set.
|
public FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Builder setState(FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.State value)
Whether to enable / disable / inherite default hebavior for import
features analysis.
.google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.State state = 1;
public FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Builder setStateValue(int value)
Whether to enable / disable / inherite default hebavior for import
features analysis.
.google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.State state = 1;
Parameter |
Name |
Description |
value |
int
The enum numeric value on the wire for state to set.
|
public final FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-11 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-11 UTC."],[],[]]