Interface EcsInferenceAcceleratorOverride.Builder

    • Method Detail

      • deviceName

        EcsInferenceAcceleratorOverride.Builder deviceName​(String deviceName)

        The Elastic Inference accelerator device name to override for the task. This parameter must match a deviceName specified in the task definition.

        Parameters:
        deviceName - The Elastic Inference accelerator device name to override for the task. This parameter must match a deviceName specified in the task definition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deviceType

        EcsInferenceAcceleratorOverride.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.