AWSEC2LaunchTemplateElasticInferenceAccelerator
Objective-C
@interface AWSEC2LaunchTemplateElasticInferenceAccelerator
Swift
class AWSEC2LaunchTemplateElasticInferenceAccelerator
Describes an elastic inference accelerator.
Required parameters: [Type]
-
The number of elastic inference accelerators to attach to the instance.
Default: 1
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable count;Swift
var count: NSNumber? { get set } -
The type of elastic inference accelerator. The possible values are eia1.medium, eia1.large, and eia1.xlarge.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable types;Swift
var types: String? { get set }
View on GitHub
Install in Dash
AWSEC2LaunchTemplateElasticInferenceAccelerator Class Reference