Class FeaturestoreMonitoringConfig.Builder (3.9.0)

public static final class FeaturestoreMonitoringConfig.Builder extends GeneratedMessageV3.Builder<FeaturestoreMonitoringConfig.Builder> implements FeaturestoreMonitoringConfigOrBuilder

Configuration of how features in Featurestore are monitored.

Protobuf type google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
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

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public FeaturestoreMonitoringConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns Overrides

build()

public FeaturestoreMonitoringConfig build()
Returns

buildPartial()

public FeaturestoreMonitoringConfig buildPartial()
Returns

clear()

public FeaturestoreMonitoringConfig.Builder clear()
Returns Overrides

clearCategoricalThresholdConfig()

public FeaturestoreMonitoringConfig.Builder clearCategoricalThresholdConfig()

Threshold for categorical features of anomaly detection. This is shared by all types of Featurestore Monitoring for categorical features (i.e. Features with type (Feature.ValueType) BOOL or STRING).

.google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.ThresholdConfig categorical_threshold_config = 4;

Returns

clearField(Descriptors.FieldDescriptor field)

public FeaturestoreMonitoringConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns Overrides

clearImportFeaturesAnalysis()

public FeaturestoreMonitoringConfig.Builder clearImportFeaturesAnalysis()

The config for ImportFeatures Analysis Based Feature Monitoring.

.google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.ImportFeaturesAnalysis import_features_analysis = 2;

Returns

clearNumericalThresholdConfig()

public FeaturestoreMonitoringConfig.Builder clearNumericalThresholdConfig()

Threshold for numerical features of anomaly detection. This is shared by all objectives of Featurestore Monitoring for numerical features (i.e. Features with type (Feature.ValueType) DOUBLE or INT64).

.google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.ThresholdConfig numerical_threshold_config = 3;

Returns

clearOneof(Descriptors.OneofDescriptor oneof)

public FeaturestoreMonitoringConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns Overrides

clearSnapshotAnalysis()

public FeaturestoreMonitoringConfig.Builder clearSnapshotAnalysis()

The config for Snapshot Analysis Based Feature Monitoring.

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

Returns

clone()

public FeaturestoreMonitoringConfig.Builder clone()
Returns Overrides

getCategoricalThresholdConfig()

public FeaturestoreMonitoringConfig.ThresholdConfig getCategoricalThresholdConfig()

Threshold for categorical features of anomaly detection. This is shared by all types of Featurestore Monitoring for categorical features (i.e. Features with type (Feature.ValueType) BOOL or STRING).

.google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.ThresholdConfig categorical_threshold_config = 4;

Returns
TypeDescription
FeaturestoreMonitoringConfig.ThresholdConfig

The categoricalThresholdConfig.

getCategoricalThresholdConfigBuilder()

public FeaturestoreMonitoringConfig.ThresholdConfig.Builder getCategoricalThresholdConfigBuilder()

Threshold for categorical features of anomaly detection. This is shared by all types of Featurestore Monitoring for categorical features (i.e. Features with type (Feature.ValueType) BOOL or STRING).

.google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.ThresholdConfig categorical_threshold_config = 4;

Returns

getCategoricalThresholdConfigOrBuilder()

public FeaturestoreMonitoringConfig.ThresholdConfigOrBuilder getCategoricalThresholdConfigOrBuilder()

Threshold for categorical features of anomaly detection. This is shared by all types of Featurestore Monitoring for categorical features (i.e. Features with type (Feature.ValueType) BOOL or STRING).

.google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.ThresholdConfig categorical_threshold_config = 4;

Returns

getDefaultInstanceForType()

public FeaturestoreMonitoringConfig getDefaultInstanceForType()
Returns

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getImportFeaturesAnalysis()

public FeaturestoreMonitoringConfig.ImportFeaturesAnalysis getImportFeaturesAnalysis()

The config for ImportFeatures Analysis Based Feature Monitoring.

.google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.ImportFeaturesAnalysis import_features_analysis = 2;

Returns
TypeDescription
FeaturestoreMonitoringConfig.ImportFeaturesAnalysis

The importFeaturesAnalysis.

getImportFeaturesAnalysisBuilder()

public FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Builder getImportFeaturesAnalysisBuilder()

The config for ImportFeatures Analysis Based Feature Monitoring.

.google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.ImportFeaturesAnalysis import_features_analysis = 2;

Returns

getImportFeaturesAnalysisOrBuilder()

public FeaturestoreMonitoringConfig.ImportFeaturesAnalysisOrBuilder getImportFeaturesAnalysisOrBuilder()

The config for ImportFeatures Analysis Based Feature Monitoring.

.google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.ImportFeaturesAnalysis import_features_analysis = 2;

Returns

getNumericalThresholdConfig()

public FeaturestoreMonitoringConfig.ThresholdConfig getNumericalThresholdConfig()

Threshold for numerical features of anomaly detection. This is shared by all objectives of Featurestore Monitoring for numerical features (i.e. Features with type (Feature.ValueType) DOUBLE or INT64).

.google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.ThresholdConfig numerical_threshold_config = 3;

Returns
TypeDescription
FeaturestoreMonitoringConfig.ThresholdConfig

The numericalThresholdConfig.

getNumericalThresholdConfigBuilder()

public FeaturestoreMonitoringConfig.ThresholdConfig.Builder getNumericalThresholdConfigBuilder()

Threshold for numerical features of anomaly detection. This is shared by all objectives of Featurestore Monitoring for numerical features (i.e. Features with type (Feature.ValueType) DOUBLE or INT64).

.google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.ThresholdConfig numerical_threshold_config = 3;

Returns

getNumericalThresholdConfigOrBuilder()

public FeaturestoreMonitoringConfig.ThresholdConfigOrBuilder getNumericalThresholdConfigOrBuilder()

Threshold for numerical features of anomaly detection. This is shared by all objectives of Featurestore Monitoring for numerical features (i.e. Features with type (Feature.ValueType) DOUBLE or INT64).

.google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.ThresholdConfig numerical_threshold_config = 3;

Returns

getSnapshotAnalysis()

public 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.

getSnapshotAnalysisBuilder()

public FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder getSnapshotAnalysisBuilder()

The config for Snapshot Analysis Based Feature Monitoring.

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

Returns

getSnapshotAnalysisOrBuilder()

public FeaturestoreMonitoringConfig.SnapshotAnalysisOrBuilder getSnapshotAnalysisOrBuilder()

The config for Snapshot Analysis Based Feature Monitoring.

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

Returns

hasCategoricalThresholdConfig()

public boolean hasCategoricalThresholdConfig()

Threshold for categorical features of anomaly detection. This is shared by all types of Featurestore Monitoring for categorical features (i.e. Features with type (Feature.ValueType) BOOL or STRING).

.google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.ThresholdConfig categorical_threshold_config = 4;

Returns
TypeDescription
boolean

Whether the categoricalThresholdConfig field is set.

hasImportFeaturesAnalysis()

public boolean hasImportFeaturesAnalysis()

The config for ImportFeatures Analysis Based Feature Monitoring.

.google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.ImportFeaturesAnalysis import_features_analysis = 2;

Returns
TypeDescription
boolean

Whether the importFeaturesAnalysis field is set.

hasNumericalThresholdConfig()

public boolean hasNumericalThresholdConfig()

Threshold for numerical features of anomaly detection. This is shared by all objectives of Featurestore Monitoring for numerical features (i.e. Features with type (Feature.ValueType) DOUBLE or INT64).

.google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.ThresholdConfig numerical_threshold_config = 3;

Returns
TypeDescription
boolean

Whether the numericalThresholdConfig field is set.

hasSnapshotAnalysis()

public 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.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeCategoricalThresholdConfig(FeaturestoreMonitoringConfig.ThresholdConfig value)

public FeaturestoreMonitoringConfig.Builder mergeCategoricalThresholdConfig(FeaturestoreMonitoringConfig.ThresholdConfig value)

Threshold for categorical features of anomaly detection. This is shared by all types of Featurestore Monitoring for categorical features (i.e. Features with type (Feature.ValueType) BOOL or STRING).

.google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.ThresholdConfig categorical_threshold_config = 4;

Parameter Returns

mergeFrom(FeaturestoreMonitoringConfig other)

public FeaturestoreMonitoringConfig.Builder mergeFrom(FeaturestoreMonitoringConfig other)
Parameter
NameDescription
otherFeaturestoreMonitoringConfig
Returns

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public FeaturestoreMonitoringConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public FeaturestoreMonitoringConfig.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns Overrides

mergeImportFeaturesAnalysis(FeaturestoreMonitoringConfig.ImportFeaturesAnalysis value)

public FeaturestoreMonitoringConfig.Builder mergeImportFeaturesAnalysis(FeaturestoreMonitoringConfig.ImportFeaturesAnalysis value)

The config for ImportFeatures Analysis Based Feature Monitoring.

.google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.ImportFeaturesAnalysis import_features_analysis = 2;

Parameter Returns

mergeNumericalThresholdConfig(FeaturestoreMonitoringConfig.ThresholdConfig value)

public FeaturestoreMonitoringConfig.Builder mergeNumericalThresholdConfig(FeaturestoreMonitoringConfig.ThresholdConfig value)

Threshold for numerical features of anomaly detection. This is shared by all objectives of Featurestore Monitoring for numerical features (i.e. Features with type (Feature.ValueType) DOUBLE or INT64).

.google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.ThresholdConfig numerical_threshold_config = 3;

Parameter Returns

mergeSnapshotAnalysis(FeaturestoreMonitoringConfig.SnapshotAnalysis value)

public FeaturestoreMonitoringConfig.Builder mergeSnapshotAnalysis(FeaturestoreMonitoringConfig.SnapshotAnalysis value)

The config for Snapshot Analysis Based Feature Monitoring.

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

Parameter Returns

mergeUnknownFields(UnknownFieldSet unknownFields)

public final FeaturestoreMonitoringConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns Overrides

setCategoricalThresholdConfig(FeaturestoreMonitoringConfig.ThresholdConfig value)

public FeaturestoreMonitoringConfig.Builder setCategoricalThresholdConfig(FeaturestoreMonitoringConfig.ThresholdConfig value)

Threshold for categorical features of anomaly detection. This is shared by all types of Featurestore Monitoring for categorical features (i.e. Features with type (Feature.ValueType) BOOL or STRING).

.google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.ThresholdConfig categorical_threshold_config = 4;

Parameter Returns

setCategoricalThresholdConfig(FeaturestoreMonitoringConfig.ThresholdConfig.Builder builderForValue)

public FeaturestoreMonitoringConfig.Builder setCategoricalThresholdConfig(FeaturestoreMonitoringConfig.ThresholdConfig.Builder builderForValue)

Threshold for categorical features of anomaly detection. This is shared by all types of Featurestore Monitoring for categorical features (i.e. Features with type (Feature.ValueType) BOOL or STRING).

.google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.ThresholdConfig categorical_threshold_config = 4;

Parameter Returns

setField(Descriptors.FieldDescriptor field, Object value)

public FeaturestoreMonitoringConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns Overrides

setImportFeaturesAnalysis(FeaturestoreMonitoringConfig.ImportFeaturesAnalysis value)

public FeaturestoreMonitoringConfig.Builder setImportFeaturesAnalysis(FeaturestoreMonitoringConfig.ImportFeaturesAnalysis value)

The config for ImportFeatures Analysis Based Feature Monitoring.

.google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.ImportFeaturesAnalysis import_features_analysis = 2;

Parameter Returns

setImportFeaturesAnalysis(FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Builder builderForValue)

public FeaturestoreMonitoringConfig.Builder setImportFeaturesAnalysis(FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Builder builderForValue)

The config for ImportFeatures Analysis Based Feature Monitoring.

.google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.ImportFeaturesAnalysis import_features_analysis = 2;

Parameter Returns

setNumericalThresholdConfig(FeaturestoreMonitoringConfig.ThresholdConfig value)

public FeaturestoreMonitoringConfig.Builder setNumericalThresholdConfig(FeaturestoreMonitoringConfig.ThresholdConfig value)

Threshold for numerical features of anomaly detection. This is shared by all objectives of Featurestore Monitoring for numerical features (i.e. Features with type (Feature.ValueType) DOUBLE or INT64).

.google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.ThresholdConfig numerical_threshold_config = 3;

Parameter Returns

setNumericalThresholdConfig(FeaturestoreMonitoringConfig.ThresholdConfig.Builder builderForValue)

public FeaturestoreMonitoringConfig.Builder setNumericalThresholdConfig(FeaturestoreMonitoringConfig.ThresholdConfig.Builder builderForValue)

Threshold for numerical features of anomaly detection. This is shared by all objectives of Featurestore Monitoring for numerical features (i.e. Features with type (Feature.ValueType) DOUBLE or INT64).

.google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.ThresholdConfig numerical_threshold_config = 3;

Parameter Returns

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public FeaturestoreMonitoringConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns Overrides

setSnapshotAnalysis(FeaturestoreMonitoringConfig.SnapshotAnalysis value)

public FeaturestoreMonitoringConfig.Builder setSnapshotAnalysis(FeaturestoreMonitoringConfig.SnapshotAnalysis value)

The config for Snapshot Analysis Based Feature Monitoring.

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

Parameter Returns

setSnapshotAnalysis(FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder builderForValue)

public FeaturestoreMonitoringConfig.Builder setSnapshotAnalysis(FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder builderForValue)

The config for Snapshot Analysis Based Feature Monitoring.

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

Parameter Returns

setUnknownFields(UnknownFieldSet unknownFields)

public final FeaturestoreMonitoringConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns Overrides