Interface NeuronDeviceMemoryInfo.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<NeuronDeviceMemoryInfo.Builder,NeuronDeviceMemoryInfo>
,SdkBuilder<NeuronDeviceMemoryInfo.Builder,NeuronDeviceMemoryInfo>
,SdkPojo
- Enclosing class:
- NeuronDeviceMemoryInfo
public static interface NeuronDeviceMemoryInfo.Builder extends SdkPojo, CopyableBuilder<NeuronDeviceMemoryInfo.Builder,NeuronDeviceMemoryInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NeuronDeviceMemoryInfo.Builder
sizeInMiB(Integer sizeInMiB)
The size of the memory available to the neuron accelerator, in MiB.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
sizeInMiB
NeuronDeviceMemoryInfo.Builder sizeInMiB(Integer sizeInMiB)
The size of the memory available to the neuron accelerator, in MiB.
- Parameters:
sizeInMiB
- The size of the memory available to the neuron accelerator, in MiB.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-