Interface InferenceAccelerator.Builder

  • Method Details

    • deviceName

      InferenceAccelerator.Builder deviceName(String deviceName)

      The Elastic Inference accelerator device name. The deviceName must also be referenced in a container definition as a ResourceRequirement.

      Parameters:
      deviceName - The Elastic Inference accelerator device name. The deviceName must also be referenced in a container definition as a ResourceRequirement.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deviceType

      InferenceAccelerator.Builder deviceType(String deviceType)

      The Elastic Inference accelerator type to use.

      Parameters:
      deviceType - The Elastic Inference accelerator type to use.
      Returns:
      Returns a reference to this object so that method calls can be chained together.