@Generated(value="software.amazon.awssdk:codegen") public final class ComputeResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ComputeResponse.Builder,ComputeResponse>
Compute information for the simulation job
| Modifier and Type | Class and Description |
|---|---|
static interface |
ComputeResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ComputeResponse.Builder |
builder() |
ComputeType |
computeType()
Compute type response information for the simulation job.
|
String |
computeTypeAsString()
Compute type response information for the simulation job.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
Integer |
gpuUnitLimit()
Compute GPU unit limit for the simulation job.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ComputeResponse.Builder> |
serializableBuilderClass() |
Integer |
simulationUnitLimit()
The simulation unit limit.
|
ComputeResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
public final ComputeType computeType()
Compute type response information for the simulation job.
If the service returns an enum value that is not available in the current SDK version, computeType will
return ComputeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
computeTypeAsString().
ComputeTypepublic final String computeTypeAsString()
Compute type response information for the simulation job.
If the service returns an enum value that is not available in the current SDK version, computeType will
return ComputeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
computeTypeAsString().
ComputeTypepublic final Integer gpuUnitLimit()
Compute GPU unit limit for the simulation job. It is the same as the number of GPUs allocated to the SimulationJob.
public ComputeResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ComputeResponse.Builder,ComputeResponse>public static ComputeResponse.Builder builder()
public static Class<? extends ComputeResponse.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.