public static interface LaunchTemplateElasticInferenceAccelerator.Builder extends SdkPojo, CopyableBuilder<LaunchTemplateElasticInferenceAccelerator.Builder,LaunchTemplateElasticInferenceAccelerator>
Modifier and Type | Method and Description |
---|---|
LaunchTemplateElasticInferenceAccelerator.Builder |
count(Integer count)
The number of elastic inference accelerators to attach to the instance.
|
LaunchTemplateElasticInferenceAccelerator.Builder |
type(String type)
The type of elastic inference accelerator.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
LaunchTemplateElasticInferenceAccelerator.Builder type(String type)
The type of elastic inference accelerator. The possible values are eia1.medium, eia1.large, and eia1.xlarge.
type
- The type of elastic inference accelerator. The possible values are eia1.medium, eia1.large, and
eia1.xlarge.LaunchTemplateElasticInferenceAccelerator.Builder count(Integer count)
The number of elastic inference accelerators to attach to the instance.
Default: 1
count
- The number of elastic inference accelerators to attach to the instance.
Default: 1
Copyright © 2020. All rights reserved.