public sealed class FeatureSelectionConfig : IMessage<FeatureSelectionConfig>, IEquatable<FeatureSelectionConfig>, IDeepCloneable<FeatureSelectionConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class FeatureSelectionConfig.
Feature selection configuration for the FeatureMonitor.
Implements
IMessageFeatureSelectionConfig, IEquatableFeatureSelectionConfig, IDeepCloneableFeatureSelectionConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
FeatureSelectionConfig()
public FeatureSelectionConfig()
FeatureSelectionConfig(FeatureSelectionConfig)
public FeatureSelectionConfig(FeatureSelectionConfig other)
Parameter | |
---|---|
Name | Description |
other |
FeatureSelectionConfig |
Properties
FeatureConfigs
public RepeatedField<FeatureSelectionConfig.Types.FeatureConfig> FeatureConfigs { get; }
Optional. A list of features to be monitored and each feature's drift threshold.
Property Value | |
---|---|
Type | Description |
RepeatedFieldFeatureSelectionConfigTypesFeatureConfig |