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
  • 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

      protected Jsii$Proxy(InferenceAccelerator.Builder builder)
      Constructor that initializes the object based on literal property values passed by the InferenceAccelerator.Builder.
  • Method Details

    • getDeviceName

      public final String getDeviceName()
      Description copied from interface: InferenceAccelerator
      The Elastic Inference accelerator device name.

      Default: - empty

      Specified by:
      getDeviceName in interface InferenceAccelerator
    • getDeviceType

      public final String 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 interface InferenceAccelerator
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object