@Stability(value=Stable) public static final class CfnModel.InferenceExecutionConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnModel.InferenceExecutionConfigProperty>
CfnModel.InferenceExecutionConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnModel.InferenceExecutionConfigProperty |
build()
Builds the configured instance.
|
CfnModel.InferenceExecutionConfigProperty.Builder |
mode(String mode)
Sets the value of
CfnModel.InferenceExecutionConfigProperty.getMode() |
@Stability(value=Stable) public CfnModel.InferenceExecutionConfigProperty.Builder mode(String mode)
CfnModel.InferenceExecutionConfigProperty.getMode()mode - How containers in a multi-container are run. The following values are valid. This parameter is required.
Serial - Containers run as a serial pipeline.Direct - Only the individual container that you specify is run.this@Stability(value=Stable) public CfnModel.InferenceExecutionConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnModel.InferenceExecutionConfigProperty>CfnModel.InferenceExecutionConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.