GoogleCloudAiplatformV1DeployedIndex constructor

GoogleCloudAiplatformV1DeployedIndex({
  1. GoogleCloudAiplatformV1AutomaticResources? automaticResources,
  2. String? createTime,
  3. GoogleCloudAiplatformV1DedicatedResources? dedicatedResources,
  4. GoogleCloudAiplatformV1DeployedIndexAuthConfig? deployedIndexAuthConfig,
  5. String? deploymentGroup,
  6. String? displayName,
  7. bool? enableAccessLogging,
  8. String? id,
  9. String? index,
  10. String? indexSyncTime,
  11. GoogleCloudAiplatformV1IndexPrivateEndpoints? privateEndpoints,
  12. List<String>? reservedIpRanges,
})

Implementation

GoogleCloudAiplatformV1DeployedIndex({
  this.automaticResources,
  this.createTime,
  this.dedicatedResources,
  this.deployedIndexAuthConfig,
  this.deploymentGroup,
  this.displayName,
  this.enableAccessLogging,
  this.id,
  this.index,
  this.indexSyncTime,
  this.privateEndpoints,
  this.reservedIpRanges,
});