| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SageMaker.Types.InferenceExecutionConfig
Description
Documentation
data InferenceExecutionConfig Source #
Specifies details about how containers in a multi-container endpoint are run.
See: newInferenceExecutionConfig smart constructor.
Constructors
| InferenceExecutionConfig' | |
Fields
| |
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.