GoogleCloudAiplatformV1Index constructor

GoogleCloudAiplatformV1Index({
  1. String? createTime,
  2. List<GoogleCloudAiplatformV1DeployedIndexRef>? deployedIndexes,
  3. String? description,
  4. String? displayName,
  5. GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
  6. String? etag,
  7. GoogleCloudAiplatformV1IndexStats? indexStats,
  8. String? indexUpdateMethod,
  9. Map<String, String>? labels,
  10. Object? metadata,
  11. String? metadataSchemaUri,
  12. String? name,
  13. String? updateTime,
})

Implementation

GoogleCloudAiplatformV1Index({
  this.createTime,
  this.deployedIndexes,
  this.description,
  this.displayName,
  this.encryptionSpec,
  this.etag,
  this.indexStats,
  this.indexUpdateMethod,
  this.labels,
  this.metadata,
  this.metadataSchemaUri,
  this.name,
  this.updateTime,
});