GoogleCloudAiplatformV1DeployedModelRef constructor

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

Implementation

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