

# InferenceExecutionConfig
<a name="API_InferenceExecutionConfig"></a>

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

## Contents
<a name="API_InferenceExecutionConfig_Contents"></a>

 ** Mode **   <a name="sagemaker-Type-InferenceExecutionConfig-Mode"></a>
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.
Type: String  
Valid Values: `Serial | Direct`   
Required: Yes

## See Also
<a name="API_InferenceExecutionConfig_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/sagemaker-2017-07-24/InferenceExecutionConfig) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/sagemaker-2017-07-24/InferenceExecutionConfig) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/sagemaker-2017-07-24/InferenceExecutionConfig) 