Interface FeatureSelectionConfig.FeatureConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FeatureSelectionConfig.FeatureConfig,FeatureSelectionConfig.FeatureConfig.Builder
- Enclosing class:
- FeatureSelectionConfig
public static interface FeatureSelectionConfig.FeatureConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiondoubleOptional.Required.com.google.protobuf.ByteStringRequired.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getFeatureId
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:
- The featureId.
-
getFeatureIdBytes
com.google.protobuf.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:
- The bytes for featureId.
-
getDriftThreshold
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:
- The driftThreshold.
-