public static interface FeatureSelectionConfig.FeatureConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getDriftThreshold()
Optional.
|
String |
getFeatureId()
Required.
|
com.google.protobuf.ByteString |
getFeatureIdBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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];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];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];Copyright © 2024 Google LLC. All rights reserved.