public sealed class FeatureView.Types.OptimizedConfig : IMessage<FeatureView.Types.OptimizedConfig>, IEquatable<FeatureView.Types.OptimizedConfig>, IDeepCloneable<FeatureView.Types.OptimizedConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class FeatureView.Types.OptimizedConfig.
Configuration for FeatureViews created in Optimized FeatureOnlineStore.
public AutomaticResources AutomaticResources { get; set; }
Optional. A description of resources that the FeatureView uses, which to
large degree are decided by Vertex AI, and optionally allows only a
modest additional configuration. If min_replica_count is not set, the
default value is 2. If max_replica_count is not set, the default value
is 6. The max allowed replica count is 1000.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["This page provides reference documentation for the `FeatureView.Types.OptimizedConfig` class within the Vertex AI v1beta1 API, specifically for .NET developers."],["The `OptimizedConfig` class is used to configure FeatureViews that are created in Optimized FeatureOnlineStore."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `OptimizedConfig` class includes a property named `AutomaticResources` which specifies the resources that the FeatureView uses, with default values if not set."],["There are two different versions of the `OptimizedConfig` available, `1.0.0-beta21` and `1.0.0-beta20`."]]],[]]