Interface AcceleratorType.Builder

    • Method Detail

      • acceleratorTypeName

        AcceleratorType.Builder acceleratorTypeName​(String acceleratorTypeName)

        The name of the Elastic Inference Accelerator type.

        Parameters:
        acceleratorTypeName - The name of the Elastic Inference Accelerator type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • memoryInfo

        AcceleratorType.Builder memoryInfo​(MemoryInfo memoryInfo)

        The memory information of the Elastic Inference Accelerator type.

        Parameters:
        memoryInfo - The memory information of the Elastic Inference Accelerator type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • throughputInfo

        AcceleratorType.Builder throughputInfo​(Collection<KeyValuePair> throughputInfo)

        The throughput information of the Elastic Inference Accelerator type.

        Parameters:
        throughputInfo - The throughput information of the Elastic Inference Accelerator type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • throughputInfo

        AcceleratorType.Builder throughputInfo​(KeyValuePair... throughputInfo)

        The throughput information of the Elastic Inference Accelerator type.

        Parameters:
        throughputInfo - The throughput information of the Elastic Inference Accelerator type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.