Show / Hide Table of Contents

Class GoogleCloudAiplatformV1FeatureViewOptimizedConfig

Configuration for FeatureViews created in Optimized FeatureOnlineStore.

Inheritance
object
GoogleCloudAiplatformV1FeatureViewOptimizedConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1FeatureViewOptimizedConfig : 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 GoogleCloudAiplatformV1AutomaticResources AutomaticResources { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1AutomaticResources

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX