Interface ComputeResponse.Builder

    • Method Detail

      • simulationUnitLimit

        ComputeResponse.Builder simulationUnitLimit​(Integer simulationUnitLimit)

        The simulation unit limit. Your simulation is allocated CPU and memory proportional to the supplied simulation unit limit. A simulation unit is 1 vcpu and 2GB of memory. You are only billed for the SU utilization you consume up to the maximum value provided. The default is 15.

        Parameters:
        simulationUnitLimit - The simulation unit limit. Your simulation is allocated CPU and memory proportional to the supplied simulation unit limit. A simulation unit is 1 vcpu and 2GB of memory. You are only billed for the SU utilization you consume up to the maximum value provided. The default is 15.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • computeType

        ComputeResponse.Builder computeType​(String computeType)

        Compute type response information for the simulation job.

        Parameters:
        computeType - Compute type response information for the simulation job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ComputeType, ComputeType
      • computeType

        ComputeResponse.Builder computeType​(ComputeType computeType)

        Compute type response information for the simulation job.

        Parameters:
        computeType - Compute type response information for the simulation job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ComputeType, ComputeType
      • gpuUnitLimit

        ComputeResponse.Builder gpuUnitLimit​(Integer gpuUnitLimit)

        Compute GPU unit limit for the simulation job. It is the same as the number of GPUs allocated to the SimulationJob.

        Parameters:
        gpuUnitLimit - Compute GPU unit limit for the simulation job. It is the same as the number of GPUs allocated to the SimulationJob.
        Returns:
        Returns a reference to this object so that method calls can be chained together.