@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-28T21:34:29.372Z")
public class AcceleratorClass
extends software.amazon.jsii.JsiiObject
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.stepfunctions.tasks.*; AcceleratorClass acceleratorClass = AcceleratorClass.of("version");
Modifier and Type | Field and Description |
---|---|
static AcceleratorClass |
EIA1
Elastic Inference accelerator 1st generation.
|
static AcceleratorClass |
EIA2
Elastic Inference accelerator 2nd generation.
|
Modifier | Constructor and Description |
---|---|
protected |
AcceleratorClass(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
AcceleratorClass(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getVersion()
- Elastic Inference accelerator generation.
|
static AcceleratorClass |
of(java.lang.String version)
Custom AcceleratorType.
|
public static final AcceleratorClass EIA1
public static final AcceleratorClass EIA2
protected AcceleratorClass(software.amazon.jsii.JsiiObjectRef objRef)
protected AcceleratorClass(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public static AcceleratorClass of(java.lang.String version)
version
- - Elastic Inference accelerator generation. This parameter is required.public java.lang.String getVersion()