Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
NeuronInfo |
NeuronInfo.clone() |
NeuronInfo |
InstanceTypeInfo.getNeuronInfo()
Describes the Neuron accelerator settings for the instance type.
|
NeuronInfo |
NeuronInfo.withNeuronDevices(Collection<NeuronDeviceInfo> neuronDevices)
Describes the neuron accelerators for the instance type.
|
NeuronInfo |
NeuronInfo.withNeuronDevices(NeuronDeviceInfo... neuronDevices)
Describes the neuron accelerators for the instance type.
|
NeuronInfo |
NeuronInfo.withTotalNeuronDeviceMemoryInMiB(Integer totalNeuronDeviceMemoryInMiB)
The total size of the memory for the neuron accelerators for the instance type, in MiB.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceTypeInfo.setNeuronInfo(NeuronInfo neuronInfo)
Describes the Neuron accelerator settings for the instance type.
|
InstanceTypeInfo |
InstanceTypeInfo.withNeuronInfo(NeuronInfo neuronInfo)
Describes the Neuron accelerator settings for the instance type.
|
Copyright © 2024. All rights reserved.