| Package | Description |
|---|---|
| com.amazonaws.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
Compute |
Compute.clone() |
Compute |
CreateSimulationJobRequest.getCompute()
Compute information for the simulation job.
|
Compute |
SimulationJobRequest.getCompute()
Compute information for the simulation job
|
Compute |
Compute.withComputeType(ComputeType computeType)
Compute type information for the simulation job.
|
Compute |
Compute.withComputeType(String computeType)
Compute type information for the simulation job.
|
Compute |
Compute.withGpuUnitLimit(Integer gpuUnitLimit)
Compute GPU unit limit for the simulation job.
|
Compute |
Compute.withSimulationUnitLimit(Integer simulationUnitLimit)
The simulation unit limit.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateSimulationJobRequest.setCompute(Compute compute)
Compute information for the simulation job.
|
void |
SimulationJobRequest.setCompute(Compute compute)
Compute information for the simulation job
|
CreateSimulationJobRequest |
CreateSimulationJobRequest.withCompute(Compute compute)
Compute information for the simulation job.
|
SimulationJobRequest |
SimulationJobRequest.withCompute(Compute compute)
Compute information for the simulation job
|
Copyright © 2023. All rights reserved.