GoogleCloudAiplatformV1IndexEndpoint constructor

GoogleCloudAiplatformV1IndexEndpoint({
  1. String? createTime,
  2. List<GoogleCloudAiplatformV1DeployedIndex>? deployedIndexes,
  3. String? description,
  4. String? displayName,
  5. bool? enablePrivateServiceConnect,
  6. GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
  7. String? etag,
  8. Map<String, String>? labels,
  9. String? name,
  10. String? network,
  11. GoogleCloudAiplatformV1PrivateServiceConnectConfig? privateServiceConnectConfig,
  12. String? publicEndpointDomainName,
  13. bool? publicEndpointEnabled,
  14. String? updateTime,
})

Implementation

GoogleCloudAiplatformV1IndexEndpoint({
  this.createTime,
  this.deployedIndexes,
  this.description,
  this.displayName,
  this.enablePrivateServiceConnect,
  this.encryptionSpec,
  this.etag,
  this.labels,
  this.name,
  this.network,
  this.privateServiceConnectConfig,
  this.publicEndpointDomainName,
  this.publicEndpointEnabled,
  this.updateTime,
});