AWSEC2NeuronDeviceMemoryInfo

Objective-C

@interface AWSEC2NeuronDeviceMemoryInfo

Swift

class AWSEC2NeuronDeviceMemoryInfo

Describes the memory available to the neuron accelerator.

  • The size of the memory available to the neuron accelerator, in MiB.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable sizeInMiB;

    Swift

    var sizeInMiB: NSNumber? { get set }