Cloud AI Platform v1beta1 API - Class FeatureSelectionConfig (1.0.0-beta10)

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.

Inheritance

object > FeatureSelectionConfig

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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