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, and eia1.xlarge.
type - The type of elastic inference accelerator. The possible values are eia1.medium,
eia1.large, and eia1.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 © 2019. All rights reserved.