@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.803Z") @Stability(value=Experimental) public interface InferenceAccelerator extends software.amazon.jsii.JsiiSerializable
For more information, see Elastic Inference Basics
| Modifier and Type | Interface and Description |
|---|---|
static class |
InferenceAccelerator.Builder
A builder for
InferenceAccelerator |
static class |
InferenceAccelerator.Jsii$Proxy
An implementation for
InferenceAccelerator |
| Modifier and Type | Method and Description |
|---|---|
static InferenceAccelerator.Builder |
builder() |
default String |
getDeviceName()
(experimental) The Elastic Inference accelerator device name.
|
default String |
getDeviceType()
(experimental) The Elastic Inference accelerator type to use.
|
@Stability(value=Experimental) @Nullable default String getDeviceName()
Default: - empty
@Stability(value=Experimental) @Nullable default String getDeviceType()
The allowed values are: eia2.medium, eia2.large and eia2.xlarge.
Default: - empty
@Stability(value=Experimental) static InferenceAccelerator.Builder builder()
InferenceAccelerator.Builder of InferenceAcceleratorCopyright © 2021. All rights reserved.