GoogleCloudAiplatformV1DedicatedResources constructor

GoogleCloudAiplatformV1DedicatedResources({
  1. List<GoogleCloudAiplatformV1AutoscalingMetricSpec>? autoscalingMetricSpecs,
  2. GoogleCloudAiplatformV1MachineSpec? machineSpec,
  3. int? maxReplicaCount,
  4. int? minReplicaCount,
  5. int? requiredReplicaCount,
  6. bool? spot,
})

Implementation

GoogleCloudAiplatformV1DedicatedResources({
  this.autoscalingMetricSpecs,
  this.machineSpec,
  this.maxReplicaCount,
  this.minReplicaCount,
  this.requiredReplicaCount,
  this.spot,
});