static GpuFleetShapeExecutionDetails.Builder |
GpuFleetShapeExecutionDetails.builder() |
Create a new builder.
|
GpuFleetShapeExecutionDetails.Builder |
GpuFleetShapeExecutionDetails.Builder.copy(GpuFleetShapeExecutionDetails model) |
|
GpuFleetShapeExecutionDetails.Builder |
GpuFleetShapeExecutionDetails.Builder.diskSizeInGBs(Integer diskSizeInGBs) |
Amount of disk space provided by the shape.
|
GpuFleetShapeExecutionDetails.Builder |
GpuFleetShapeExecutionDetails.Builder.gpus(Integer gpus) |
The number of GPUs provided by the shape.
|
GpuFleetShapeExecutionDetails.Builder |
GpuFleetShapeExecutionDetails.Builder.memoryInGBs(Integer memoryInGBs) |
Amount of memory in GBs provided by the shape.
|
GpuFleetShapeExecutionDetails.Builder |
GpuFleetShapeExecutionDetails.Builder.ocpus(Integer ocpus) |
Number of OCPUs provided by the shape.
|
GpuFleetShapeExecutionDetails.Builder |
GpuFleetShapeExecutionDetails.Builder.shapeName(String shapeName) |
Name of the shape.
|
GpuFleetShapeExecutionDetails.Builder |
GpuFleetShapeExecutionDetails.toBuilder() |
|