AWSEC2NeuronInfo
Objective-C
@interface AWSEC2NeuronInfo
Swift
class AWSEC2NeuronInfo
Describes the neuron accelerators for the instance type.
-
Describes the neuron accelerators for the instance type.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2NeuronDeviceInfo *> *_Nullable neuronDevices;
Swift
var neuronDevices: [AWSEC2NeuronDeviceInfo]? { get set }
-
The total size of the memory for the neuron accelerators for the instance type, in MiB.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable totalNeuronDeviceMemoryInMiB;
Swift
var totalNeuronDeviceMemoryInMiB: NSNumber? { get set }