class Aws::SageMaker::Types::InferenceExecutionConfig

Specifies details about how containers in a multi-container endpoint are run.

@note When making an API call, you may pass InferenceExecutionConfig

data as a hash:

    {
      mode: "Serial", # required, accepts Serial, Direct
    }

@!attribute [rw] 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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/InferenceExecutionConfig AWS API Documentation

Constants

SENSITIVE