GoogleCloudAiplatformV1DeployedIndexRef constructor

GoogleCloudAiplatformV1DeployedIndexRef({
  1. String? deployedIndexId,
  2. String? displayName,
  3. String? indexEndpoint,
})

Implementation

GoogleCloudAiplatformV1DeployedIndexRef({
  this.deployedIndexId,
  this.displayName,
  this.indexEndpoint,
});