Interface InferenceExecutionConfig.Builder

  • Method Details

    • mode

      How containers in a multi-container are run. The following values are valid.

      • SERIAL - Containers run as a serial pipeline.

      • DIRECT - Only the individual container that you specify is run.

      Parameters:
      mode - How containers in a multi-container are run. The following values are valid.

      • SERIAL - Containers run as a serial pipeline.

      • DIRECT - Only the individual container that you specify is run.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • mode

      How containers in a multi-container are run. The following values are valid.

      • SERIAL - Containers run as a serial pipeline.

      • DIRECT - Only the individual container that you specify is run.

      Parameters:
      mode - How containers in a multi-container are run. The following values are valid.

      • SERIAL - Containers run as a serial pipeline.

      • DIRECT - Only the individual container that you specify is run.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: