Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudAiplatformV1FeaturestoreOnlineServingConfig

import type { GoogleCloudAiplatformV1FeaturestoreOnlineServingConfig } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

OnlineServingConfig specifies the details for provisioning online serving resources.

interface GoogleCloudAiplatformV1FeaturestoreOnlineServingConfig {
fixedNodeCount?: number;
}

§Properties

§
fixedNodeCount?: number
[src]

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.

§

Online serving scaling configuration. Only one of fixed_node_count and scaling can be set. Setting one will reset the other.