GoogleCloudAiplatformV1FeaturestoreOnlineServingConfig constructor

GoogleCloudAiplatformV1FeaturestoreOnlineServingConfig({
  1. int? fixedNodeCount,
  2. GoogleCloudAiplatformV1FeaturestoreOnlineServingConfigScaling? scaling,
})

Implementation

GoogleCloudAiplatformV1FeaturestoreOnlineServingConfig({
  this.fixedNodeCount,
  this.scaling,
});