Interface AcceleratorCapabilities.Builder

  • Method Details

    • selections

      A list of accelerator capabilities requested for this fleet. Only Amazon Elastic Compute Cloud instances that provide these capabilities will be used. For example, if you specify both L4 and T4 chips, Deadline Cloud will use Amazon EC2 instances that have either the L4 or the T4 chip installed.

      Parameters:
      selections - A list of accelerator capabilities requested for this fleet. Only Amazon Elastic Compute Cloud instances that provide these capabilities will be used. For example, if you specify both L4 and T4 chips, Deadline Cloud will use Amazon EC2 instances that have either the L4 or the T4 chip installed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • selections

      A list of accelerator capabilities requested for this fleet. Only Amazon Elastic Compute Cloud instances that provide these capabilities will be used. For example, if you specify both L4 and T4 chips, Deadline Cloud will use Amazon EC2 instances that have either the L4 or the T4 chip installed.

      Parameters:
      selections - A list of accelerator capabilities requested for this fleet. Only Amazon Elastic Compute Cloud instances that provide these capabilities will be used. For example, if you specify both L4 and T4 chips, Deadline Cloud will use Amazon EC2 instances that have either the L4 or the T4 chip installed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • selections

      A list of accelerator capabilities requested for this fleet. Only Amazon Elastic Compute Cloud instances that provide these capabilities will be used. For example, if you specify both L4 and T4 chips, Deadline Cloud will use Amazon EC2 instances that have either the L4 or the T4 chip installed.

      This is a convenience method that creates an instance of the AcceleratorSelection.Builder avoiding the need to create one manually via AcceleratorSelection.builder() .

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to selections(List<AcceleratorSelection>).

      Parameters:
      selections - a consumer that will call methods on AcceleratorSelection.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • count

      The number of GPU accelerators specified for worker hosts in this fleet.

      Parameters:
      count - The number of GPU accelerators specified for worker hosts in this fleet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • count

      The number of GPU accelerators specified for worker hosts in this fleet.

      This is a convenience method that creates an instance of the AcceleratorCountRange.Builder avoiding the need to create one manually via AcceleratorCountRange.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to count(AcceleratorCountRange).

      Parameters:
      count - a consumer that will call methods on AcceleratorCountRange.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: