Interface InferenceAcceleratorInfo.Builder

    • Method Detail

      • accelerators

        InferenceAcceleratorInfo.Builder accelerators​(Collection<InferenceDeviceInfo> accelerators)

        Describes the Inference accelerators for the instance type.

        Parameters:
        accelerators - Describes the Inference accelerators for the instance type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accelerators

        InferenceAcceleratorInfo.Builder accelerators​(InferenceDeviceInfo... accelerators)

        Describes the Inference accelerators for the instance type.

        Parameters:
        accelerators - Describes the Inference accelerators for the instance type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totalInferenceMemoryInMiB

        InferenceAcceleratorInfo.Builder totalInferenceMemoryInMiB​(Integer totalInferenceMemoryInMiB)

        The total size of the memory for the inference accelerators for the instance type, in MiB.

        Parameters:
        totalInferenceMemoryInMiB - The total size of the memory for the inference accelerators for the instance type, in MiB.
        Returns:
        Returns a reference to this object so that method calls can be chained together.