public static interface ComputeResponse.Builder extends SdkPojo, CopyableBuilder<ComputeResponse.Builder,ComputeResponse>
| Modifier and Type | Method and Description |
|---|---|
ComputeResponse.Builder |
computeType(ComputeType computeType)
Compute type response information for the simulation job.
|
ComputeResponse.Builder |
computeType(String computeType)
Compute type response information for the simulation job.
|
ComputeResponse.Builder |
gpuUnitLimit(Integer gpuUnitLimit)
Compute GPU unit limit for the simulation job.
|
ComputeResponse.Builder |
simulationUnitLimit(Integer simulationUnitLimit)
The simulation unit limit.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildComputeResponse.Builder simulationUnitLimit(Integer simulationUnitLimit)
The simulation unit limit. Your simulation is allocated CPU and memory proportional to the supplied simulation unit limit. A simulation unit is 1 vcpu and 2GB of memory. You are only billed for the SU utilization you consume up to the maximum value provided. The default is 15.
simulationUnitLimit - The simulation unit limit. Your simulation is allocated CPU and memory proportional to the supplied
simulation unit limit. A simulation unit is 1 vcpu and 2GB of memory. You are only billed for the SU
utilization you consume up to the maximum value provided. The default is 15.ComputeResponse.Builder computeType(String computeType)
Compute type response information for the simulation job.
computeType - Compute type response information for the simulation job.ComputeType,
ComputeTypeComputeResponse.Builder computeType(ComputeType computeType)
Compute type response information for the simulation job.
computeType - Compute type response information for the simulation job.ComputeType,
ComputeTypeComputeResponse.Builder gpuUnitLimit(Integer gpuUnitLimit)
Compute GPU unit limit for the simulation job. It is the same as the number of GPUs allocated to the SimulationJob.
gpuUnitLimit - Compute GPU unit limit for the simulation job. It is the same as the number of GPUs allocated to the
SimulationJob.Copyright © 2023. All rights reserved.