AWSEC2InferenceDeviceMemoryInfo
Objective-C
@interface AWSEC2InferenceDeviceMemoryInfo
Swift
class AWSEC2InferenceDeviceMemoryInfo
Describes the memory available to the inference accelerator.
-
The size of the memory available to the inference accelerator, in MiB.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable sizeInMiB;
Swift
var sizeInMiB: NSNumber? { get set }