Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
NeuronDeviceInfo |
NeuronDeviceInfo.clone() |
NeuronDeviceInfo |
NeuronDeviceInfo.withCoreInfo(NeuronDeviceCoreInfo coreInfo)
Describes the cores available to each neuron accelerator.
|
NeuronDeviceInfo |
NeuronDeviceInfo.withCount(Integer count)
The number of neuron accelerators for the instance type.
|
NeuronDeviceInfo |
NeuronDeviceInfo.withMemoryInfo(NeuronDeviceMemoryInfo memoryInfo)
Describes the memory available to each neuron accelerator.
|
NeuronDeviceInfo |
NeuronDeviceInfo.withName(String name)
The name of the neuron accelerator.
|
Modifier and Type | Method and Description |
---|---|
List<NeuronDeviceInfo> |
NeuronInfo.getNeuronDevices()
Describes the neuron accelerators for the instance type.
|
Modifier and Type | Method and Description |
---|---|
NeuronInfo |
NeuronInfo.withNeuronDevices(NeuronDeviceInfo... neuronDevices)
Describes the neuron accelerators for the instance type.
|
Modifier and Type | Method and Description |
---|---|
void |
NeuronInfo.setNeuronDevices(Collection<NeuronDeviceInfo> neuronDevices)
Describes the neuron accelerators for the instance type.
|
NeuronInfo |
NeuronInfo.withNeuronDevices(Collection<NeuronDeviceInfo> neuronDevices)
Describes the neuron accelerators for the instance type.
|
Copyright © 2024. All rights reserved.