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