GoogleCloudAiplatformV1DeployedIndex constructor
GoogleCloudAiplatformV1DeployedIndex({
- GoogleCloudAiplatformV1AutomaticResources? automaticResources,
- String? createTime,
- GoogleCloudAiplatformV1DedicatedResources? dedicatedResources,
- GoogleCloudAiplatformV1DeployedIndexAuthConfig? deployedIndexAuthConfig,
- String? deploymentGroup,
- String? displayName,
- bool? enableAccessLogging,
- String? id,
- String? index,
- String? indexSyncTime,
- GoogleCloudAiplatformV1IndexPrivateEndpoints? privateEndpoints,
- 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,
});