Class FeaturestoreMonitoringConfig.ThresholdConfig.Builder (3.42.0)

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

The config for Featurestore Monitoring threshold.

Protobuf type google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.ThresholdConfig

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public FeaturestoreMonitoringConfig.ThresholdConfig build()
Returns
TypeDescription
FeaturestoreMonitoringConfig.ThresholdConfig

buildPartial()

public FeaturestoreMonitoringConfig.ThresholdConfig buildPartial()
Returns
TypeDescription
FeaturestoreMonitoringConfig.ThresholdConfig

clear()

public FeaturestoreMonitoringConfig.ThresholdConfig.Builder clear()
Returns
TypeDescription
FeaturestoreMonitoringConfig.ThresholdConfig.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearThreshold()

public FeaturestoreMonitoringConfig.ThresholdConfig.Builder clearThreshold()
Returns
TypeDescription
FeaturestoreMonitoringConfig.ThresholdConfig.Builder

clearValue()

public FeaturestoreMonitoringConfig.ThresholdConfig.Builder clearValue()

Specify a threshold value that can trigger the alert.

  1. For categorical feature, the distribution distance is calculated by L-inifinity norm.
  2. For numerical feature, the distribution distance is calculated by Jensen–Shannon divergence. Each feature must have a non-zero threshold if they need to be monitored. Otherwise no alert will be triggered for that feature.

double value = 1;

Returns
TypeDescription
FeaturestoreMonitoringConfig.ThresholdConfig.Builder

This builder for chaining.

clone()

public FeaturestoreMonitoringConfig.ThresholdConfig.Builder clone()
Returns
TypeDescription
FeaturestoreMonitoringConfig.ThresholdConfig.Builder
Overrides

getDefaultInstanceForType()

public FeaturestoreMonitoringConfig.ThresholdConfig getDefaultInstanceForType()
Returns
TypeDescription
FeaturestoreMonitoringConfig.ThresholdConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getThresholdCase()

public FeaturestoreMonitoringConfig.ThresholdConfig.ThresholdCase getThresholdCase()
Returns
TypeDescription
FeaturestoreMonitoringConfig.ThresholdConfig.ThresholdCase

getValue()

public double getValue()

Specify a threshold value that can trigger the alert.

  1. For categorical feature, the distribution distance is calculated by L-inifinity norm.
  2. For numerical feature, the distribution distance is calculated by Jensen–Shannon divergence. Each feature must have a non-zero threshold if they need to be monitored. Otherwise no alert will be triggered for that feature.

double value = 1;

Returns
TypeDescription
double

The value.

hasValue()

public boolean hasValue()

Specify a threshold value that can trigger the alert.

  1. For categorical feature, the distribution distance is calculated by L-inifinity norm.
  2. For numerical feature, the distribution distance is calculated by Jensen–Shannon divergence. Each feature must have a non-zero threshold if they need to be monitored. Otherwise no alert will be triggered for that feature.

double value = 1;

Returns
TypeDescription
boolean

Whether the value field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(FeaturestoreMonitoringConfig.ThresholdConfig other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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

setValue(double value)

public FeaturestoreMonitoringConfig.ThresholdConfig.Builder setValue(double value)

Specify a threshold value that can trigger the alert.

  1. For categorical feature, the distribution distance is calculated by L-inifinity norm.
  2. For numerical feature, the distribution distance is calculated by Jensen–Shannon divergence. Each feature must have a non-zero threshold if they need to be monitored. Otherwise no alert will be triggered for that feature.

double value = 1;

Parameter
NameDescription
valuedouble

The value to set.

Returns
TypeDescription
FeaturestoreMonitoringConfig.ThresholdConfig.Builder

This builder for chaining.