GoogleCloudAiplatformV1Index constructor
GoogleCloudAiplatformV1Index({
- String? createTime,
- List<
GoogleCloudAiplatformV1DeployedIndexRef> ? deployedIndexes, - String? description,
- String? displayName,
- GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
- String? etag,
- GoogleCloudAiplatformV1IndexStats? indexStats,
- String? indexUpdateMethod,
- Map<
String, String> ? labels, - Object? metadata,
- String? metadataSchemaUri,
- String? name,
- 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,
});