Class GoogleCloudAiplatformV1FeaturestoreOnlineServingConfig
OnlineServingConfig specifies the details for provisioning online serving resources.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1FeaturestoreOnlineServingConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FixedNodeCount
The number of nodes for the online store. The number of nodes doesn't scale automatically, but you can manually update the number of nodes. If set to 0, the featurestore will not have an online store and cannot be used for online serving.
Declaration
[JsonProperty("fixedNodeCount")]
public virtual int? FixedNodeCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
Scaling
Online serving scaling configuration. Only one of fixed_node_count
and scaling
can be set. Setting one
will reset the other.
Declaration
[JsonProperty("scaling")]
public virtual GoogleCloudAiplatformV1FeaturestoreOnlineServingConfigScaling Scaling { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1FeaturestoreOnlineServingConfigScaling |