Interface InferenceExecutionConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<InferenceExecutionConfig.Builder,InferenceExecutionConfig>, SdkBuilder<InferenceExecutionConfig.Builder,InferenceExecutionConfig>, SdkPojo
Enclosing class:
InferenceExecutionConfig

public static interface InferenceExecutionConfig.Builder extends SdkPojo, CopyableBuilder<InferenceExecutionConfig.Builder,InferenceExecutionConfig>
  • 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: