public sealed class FeatureSelectionConfig.Types.FeatureConfig : IMessage<FeatureSelectionConfig.Types.FeatureConfig>, IEquatable<FeatureSelectionConfig.Types.FeatureConfig>, IDeepCloneable<FeatureSelectionConfig.Types.FeatureConfig>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class FeatureSelectionConfig.Types.FeatureConfig.
Feature configuration.
Implements
IMessageFeatureSelectionConfigTypesFeatureConfig, IEquatableFeatureSelectionConfigTypesFeatureConfig, IDeepCloneableFeatureSelectionConfigTypesFeatureConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
FeatureConfig()
public FeatureConfig()FeatureConfig(FeatureConfig)
public FeatureConfig(FeatureSelectionConfig.Types.FeatureConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
FeatureSelectionConfigTypesFeatureConfig |
Properties
DriftThreshold
public double DriftThreshold { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
double |
|
FeatureId
public string FeatureId { get; set; }Required. The ID of the feature resource. Final component of the Feature's resource name.
| Property Value | |
|---|---|
| Type | Description |
string |
|