Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data InferenceExecutionConfig Source #
Specifies details about how containers in a multi-container endpoint are run.
See: newInferenceExecutionConfig
smart constructor.
InferenceExecutionConfig' | |
|
Instances
newInferenceExecutionConfig Source #
Create a value of InferenceExecutionConfig
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:mode:InferenceExecutionConfig'
, inferenceExecutionConfig_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.
inferenceExecutionConfig_mode :: Lens' InferenceExecutionConfig InferenceExecutionMode Source #
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.