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 Summary
Modifier and TypeMethodDescriptionHow containers in a multi-container are run.mode(InferenceExecutionMode mode) How containers in a multi-container are run.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
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:
 
 - 
 
 
 -