AWSEC2LaunchTemplateElasticInferenceAcceleratorResponse
Objective-C
@interface AWSEC2LaunchTemplateElasticInferenceAcceleratorResponse
Swift
class AWSEC2LaunchTemplateElasticInferenceAcceleratorResponse
Describes an elastic inference accelerator.
-
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
AWSEC2LaunchTemplateElasticInferenceAcceleratorResponse Class Reference