Class GoogleCloudAiplatformV1beta1FeatureViewOptimizedConfig
Configuration for FeatureViews created in Optimized FeatureOnlineStore.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1FeatureViewOptimizedConfig : IDirectResponseSchema
Properties
AutomaticResources
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.
Declaration
[JsonProperty("automaticResources")]
public virtual GoogleCloudAiplatformV1beta1AutomaticResources AutomaticResources { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1AutomaticResources |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |