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.ModelInput
Description
Synopsis
- data ModelInput = ModelInput' {}
- newModelInput :: Text -> ModelInput
- modelInput_dataInputConfig :: Lens' ModelInput Text
Documentation
data ModelInput Source #
Input object for the model.
See: newModelInput
smart constructor.
Constructors
ModelInput' | |
Fields
|
Instances
Arguments
:: Text | |
-> ModelInput |
Create a value of ModelInput
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:dataInputConfig:ModelInput'
, modelInput_dataInputConfig
- The input configuration object for the model.
modelInput_dataInputConfig :: Lens' ModelInput Text Source #
The input configuration object for the model.