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