GoogleCloudAiplatformV1IndexEndpoint constructor
GoogleCloudAiplatformV1IndexEndpoint({
- String? createTime,
- List<
GoogleCloudAiplatformV1DeployedIndex> ? deployedIndexes, - String? description,
- String? displayName,
- bool? enablePrivateServiceConnect,
- GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
- String? etag,
- Map<
String, String> ? labels, - String? name,
- String? network,
- GoogleCloudAiplatformV1PrivateServiceConnectConfig? privateServiceConnectConfig,
- String? publicEndpointDomainName,
- bool? publicEndpointEnabled,
- 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,
});