Interface NeuronInfo.Builder

    • Method Detail

      • neuronDevices

        NeuronInfo.Builder neuronDevices​(Collection<NeuronDeviceInfo> neuronDevices)

        Describes the neuron accelerators for the instance type.

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

        NeuronInfo.Builder neuronDevices​(NeuronDeviceInfo... neuronDevices)

        Describes the neuron accelerators for the instance type.

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

        NeuronInfo.Builder totalNeuronDeviceMemoryInMiB​(Integer totalNeuronDeviceMemoryInMiB)

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

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