AWSEC2NeuronDeviceInfo
Objective-C
@interface AWSEC2NeuronDeviceInfo
Swift
class AWSEC2NeuronDeviceInfo
Describes the neuron accelerators for the instance type.
-
Describes the cores available to each neuron accelerator.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2NeuronDeviceCoreInfo *_Nullable coreInfo;Swift
var coreInfo: AWSEC2NeuronDeviceCoreInfo? { get set } -
The number of neuron accelerators for the instance type.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable count;Swift
var count: NSNumber? { get set } -
Describes the memory available to each neuron accelerator.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2NeuronDeviceMemoryInfo *_Nullable memoryInfo;Swift
var memoryInfo: AWSEC2NeuronDeviceMemoryInfo? { get set } -
The name of the neuron accelerator.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;Swift
var name: String? { get set }
View on GitHub
Install in Dash
AWSEC2NeuronDeviceInfo Class Reference