Interface LaunchTemplateElasticInferenceAccelerator.Builder

    • Method Detail

      • type

        LaunchTemplateElasticInferenceAccelerator.Builder type​(String type)

        The type of elastic inference accelerator. The possible values are eia1.medium, eia1.large, and eia1.xlarge.

        Parameters:
        type - The type of elastic inference accelerator. The possible values are eia1.medium, eia1.large, and eia1.xlarge.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • count

        LaunchTemplateElasticInferenceAccelerator.Builder count​(Integer count)

        The number of elastic inference accelerators to attach to the instance.

        Default: 1

        Parameters:
        count - The number of elastic inference accelerators to attach to the instance.

        Default: 1

        Returns:
        Returns a reference to this object so that method calls can be chained together.