GoogleCloudAiplatformV1AutomaticResources constructor

GoogleCloudAiplatformV1AutomaticResources({
  1. int? maxReplicaCount,
  2. int? minReplicaCount,
})

Implementation

GoogleCloudAiplatformV1AutomaticResources({
  this.maxReplicaCount,
  this.minReplicaCount,
});