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 Cloud AI Platform v1beta1 API class FeatureView.Types.OptimizedConfig.
Configuration for FeatureViews created in Optimized FeatureOnlineStore.
Implements
IMessageFeatureViewTypesOptimizedConfig, IEquatableFeatureViewTypesOptimizedConfig, IDeepCloneableFeatureViewTypesOptimizedConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
OptimizedConfig()
public OptimizedConfig()
OptimizedConfig(OptimizedConfig)
public OptimizedConfig(FeatureView.Types.OptimizedConfig other)
Parameter | |
---|---|
Name | Description |
other |
FeatureViewTypesOptimizedConfig |
Properties
AutomaticResources
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.
Property Value | |
---|---|
Type | Description |
AutomaticResources |