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 of given type to be attached 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 of given type to be attached to the instance. Only positive values allowed. If not specified defaults to 1.
count - The number of elastic inference accelerators of given type to be attached to the instance. Only
positive values allowed. If not specified defaults to 1.Copyright © 2019. All rights reserved.