Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
NeuronDeviceCoreInfo |
NeuronDeviceCoreInfo.clone() |
NeuronDeviceCoreInfo |
NeuronDeviceInfo.getCoreInfo()
Describes the cores available to each neuron accelerator.
|
NeuronDeviceCoreInfo |
NeuronDeviceCoreInfo.withCount(Integer count)
The number of cores available to the neuron accelerator.
|
NeuronDeviceCoreInfo |
NeuronDeviceCoreInfo.withVersion(Integer version)
The version of the neuron accelerator.
|
Modifier and Type | Method and Description |
---|---|
void |
NeuronDeviceInfo.setCoreInfo(NeuronDeviceCoreInfo coreInfo)
Describes the cores available to each neuron accelerator.
|
NeuronDeviceInfo |
NeuronDeviceInfo.withCoreInfo(NeuronDeviceCoreInfo coreInfo)
Describes the cores available to each neuron accelerator.
|
Copyright © 2024. All rights reserved.