Package com.sap.ai.sdk.core.model
Interface BckndInstanceTypeValue.Builder2
- Enclosing class:
BckndInstanceTypeValue
public static interface BckndInstanceTypeValue.Builder2
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiongpu(BigDecimal gpu) Set the gpu of thisBckndInstanceTypeValueinstance.
-
Method Details
-
gpu
Set the gpu of thisBckndInstanceTypeValueinstance.- Parameters:
gpu- Number of GPUs allocated for the instance type- Returns:
- The BckndInstanceTypeValue builder.
-