Java package: com.nvidia.cuvs
Parameters for ACE (Augmented Core Extraction) graph build algorithm. ACE enables building indexes for datasets too large to fit in GPU memory by:
Gets the number of partitions.
Returns
the number of partitions
Source: java/cuvs-java/src/main/java/com/nvidia/cuvs/CuVSAceParams.java:92
Gets the ef_construction parameter.
Returns
the ef_construction parameter
Source: java/cuvs-java/src/main/java/com/nvidia/cuvs/CuVSAceParams.java:101
Gets the build directory path.
Returns
the build directory path
Source: java/cuvs-java/src/main/java/com/nvidia/cuvs/CuVSAceParams.java:110
Gets whether disk-based mode is enabled.
Returns
true if disk-based mode is enabled
Source: java/cuvs-java/src/main/java/com/nvidia/cuvs/CuVSAceParams.java:119
Gets the maximum host memory limit in GiB.
Returns
the max host memory limit (0 means use available memory)
Source: java/cuvs-java/src/main/java/com/nvidia/cuvs/CuVSAceParams.java:128
Gets the maximum GPU memory limit in GiB.
Returns
the max GPU memory limit (0 means use available memory)
Source: java/cuvs-java/src/main/java/com/nvidia/cuvs/CuVSAceParams.java:137
Sets the number of partitions.
Parameters
Returns
an instance of Builder
Source: java/cuvs-java/src/main/java/com/nvidia/cuvs/CuVSAceParams.java:189
Sets the ef_construction parameter.
Parameters
Returns
an instance of Builder
Source: java/cuvs-java/src/main/java/com/nvidia/cuvs/CuVSAceParams.java:200
Sets the build directory path.
Parameters
Returns
an instance of Builder
Source: java/cuvs-java/src/main/java/com/nvidia/cuvs/CuVSAceParams.java:211
Sets whether to use disk-based mode.
Parameters
Returns
an instance of Builder
Source: java/cuvs-java/src/main/java/com/nvidia/cuvs/CuVSAceParams.java:222
Sets the maximum host memory to use for ACE build in GiB.
When set to 0 (default), uses available host memory. Useful for testing or when running alongside other memory-intensive processes.
Parameters
Returns
an instance of Builder
Source: java/cuvs-java/src/main/java/com/nvidia/cuvs/CuVSAceParams.java:236
Sets the maximum GPU memory to use for ACE build in GiB.
When set to 0 (default), uses available GPU memory. Useful for testing or when running alongside other memory-intensive processes.
Parameters
Returns
an instance of Builder
Source: java/cuvs-java/src/main/java/com/nvidia/cuvs/CuVSAceParams.java:250
Builds an instance of CuVSAceParams.
Returns
an instance of CuVSAceParams
Source: java/cuvs-java/src/main/java/com/nvidia/cuvs/CuVSAceParams.java:260
Source: java/cuvs-java/src/main/java/com/nvidia/cuvs/CuVSAceParams.java:17