Interface FeatureSelectionConfig.FeatureConfigOrBuilder (3.55.0)

public static interface FeatureSelectionConfig.FeatureConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDriftThreshold()

public abstract double getDriftThreshold()

Optional. Drift threshold. If calculated difference with baseline data larger than threshold, it will be considered as the feature has drift. If not present, the threshold will be default to 0.3.

double drift_threshold = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
double

The driftThreshold.

getFeatureId()

public abstract String getFeatureId()

Required. The ID of the feature resource. Final component of the Feature's resource name.

string feature_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The featureId.

getFeatureIdBytes()

public abstract ByteString getFeatureIdBytes()

Required. The ID of the feature resource. Final component of the Feature's resource name.

string feature_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for featureId.