public static interface ElasticInferenceAccelerator.Builder extends SdkPojo, CopyableBuilder<ElasticInferenceAccelerator.Builder,ElasticInferenceAccelerator>
| Modifier and Type | Method and Description |
|---|---|
ElasticInferenceAccelerator.Builder |
count(Integer count)
The number of elastic inference accelerators to attach to the instance.
|
ElasticInferenceAccelerator.Builder |
type(String type)
The type of elastic inference accelerator.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildElasticInferenceAccelerator.Builder type(String type)
The type of elastic inference accelerator. The possible values are eia1.medium,
eia1.large, eia1.xlarge, eia2.medium, eia2.large, and
eia2.xlarge.
type - The type of elastic inference accelerator. The possible values are eia1.medium,
eia1.large, eia1.xlarge, eia2.medium, eia2.large,
and eia2.xlarge.ElasticInferenceAccelerator.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 © 2021. All rights reserved.