Class AcceleratorType
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.tasks.AcceleratorType
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-10-31T19:13:06.474Z")
@Stability(Stable)
public class AcceleratorType
extends software.amazon.jsii.JsiiObject
The size of the Elastic Inference (EI) instance to use for the production variant.
EI instances provide on-demand GPU computing for inference
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.*; AcceleratorType acceleratorType = new AcceleratorType("instanceTypeIdentifier");
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Constructor Summary
ModifierConstructorDescriptionAcceleratorType
(String instanceTypeIdentifier) protected
AcceleratorType
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
AcceleratorType
(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionstatic AcceleratorType
of
(AcceleratorClass acceleratorClass, InstanceSize instanceSize) AcceleratorType.toString()
Return the accelerator type as a dotted string.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
AcceleratorType
protected AcceleratorType(software.amazon.jsii.JsiiObjectRef objRef) -
AcceleratorType
protected AcceleratorType(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
AcceleratorType
- Parameters:
instanceTypeIdentifier
- This parameter is required.
-
-
Method Details
-
of
@Stability(Stable) @NotNull public static AcceleratorType of(@NotNull AcceleratorClass acceleratorClass, @NotNull InstanceSize instanceSize) AcceleratorType.This class takes a combination of a class and size.
- Parameters:
acceleratorClass
- This parameter is required.instanceSize
- This parameter is required.
-
toString
Return the accelerator type as a dotted string.
-