dedicatedResources property

GoogleCloudAiplatformV1DedicatedResources? dedicatedResources
getter/setter pair

A description of resources that are dedicated to the DeployedIndex, and that need a higher degree of manual configuration.

The field min_replica_count must be set to a value strictly greater than 0, or else validation will fail. We don't provide SLA when min_replica_count=1. If max_replica_count is not set, the default value is min_replica_count. The max allowed replica count is 1000. Available machine types for SMALL shard: e2-standard-2 and all machine types available for MEDIUM and LARGE shard. Available machine types for MEDIUM shard: e2-standard-16 and all machine types available for LARGE shard. Available machine types for LARGE shard: e2-highmem-16, n2d-standard-32. n1-standard-16 and n1-standard-32 are still available, but we recommend e2-standard-16 and e2-highmem-16 for cost efficiency.

Optional.

Implementation

GoogleCloudAiplatformV1DedicatedResources? dedicatedResources;