Class InferenceAccelerator.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.InferenceAccelerator.Jsii$Proxy
- All Implemented Interfaces:
InferenceAccelerator
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- InferenceAccelerator
@Stability(Stable)
@Internal
public static final class InferenceAccelerator.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements InferenceAccelerator
An implementation for
InferenceAccelerator
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ecs.InferenceAccelerator
InferenceAccelerator.Builder, InferenceAccelerator.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(InferenceAccelerator.Builder builder) Constructor that initializes the object based on literal property values passed by theInferenceAccelerator.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theInferenceAccelerator.Builder
.
-
-
Method Details
-
getDeviceName
Description copied from interface:InferenceAccelerator
The Elastic Inference accelerator device name.Default: - empty
- Specified by:
getDeviceName
in interfaceInferenceAccelerator
-
getDeviceType
Description copied from interface:InferenceAccelerator
The Elastic Inference accelerator type to use.The allowed values are: eia2.medium, eia2.large and eia2.xlarge.
Default: - empty
- Specified by:
getDeviceType
in interfaceInferenceAccelerator
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-