GoogleCloudAiplatformV1UndeployModelRequest constructor

GoogleCloudAiplatformV1UndeployModelRequest({
  1. String? deployedModelId,
  2. Map<String, int>? trafficSplit,
})

Implementation

GoogleCloudAiplatformV1UndeployModelRequest({
  this.deployedModelId,
  this.trafficSplit,
});