public static interface ElasticInferenceAccelerator.Builder extends SdkPojo, CopyableBuilder<ElasticInferenceAccelerator.Builder,ElasticInferenceAccelerator>
Modifier and Type | Method and Description |
---|---|
ElasticInferenceAccelerator.Builder |
type(String type)
The type of elastic inference accelerator.
|
copy
applyMutation, build
ElasticInferenceAccelerator.Builder type(String type)
The type of elastic inference accelerator. The possible values are eia1.small, eia1.medium, and eia1.large.
type
- The type of elastic inference accelerator. The possible values are eia1.small, eia1.medium, and
eia1.large.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.