GoogleCloudAiplatformV1FeatureViewOptimizedConfig
import type { GoogleCloudAiplatformV1FeatureViewOptimizedConfig } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";
Configuration for FeatureViews created in Optimized FeatureOnlineStore.
interface GoogleCloudAiplatformV1FeatureViewOptimizedConfig {
automaticResources?: GoogleCloudAiplatformV1AutomaticResources;
}§Properties
§
automaticResources?: GoogleCloudAiplatformV1AutomaticResources
[src]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.