GoogleCloudAiplatformV1DeployedModelRef constructor

GoogleCloudAiplatformV1DeployedModelRef({
  1. String? deployedModelId,
  2. String? endpoint,
})

Implementation

GoogleCloudAiplatformV1DeployedModelRef({
  this.deployedModelId,
  this.endpoint,
});