| 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.FraudDetector.Types.ModelInputConfiguration
Description
Synopsis
- data ModelInputConfiguration = ModelInputConfiguration' {}
- newModelInputConfiguration :: Bool -> ModelInputConfiguration
- modelInputConfiguration_csvInputTemplate :: Lens' ModelInputConfiguration (Maybe Text)
- modelInputConfiguration_eventTypeName :: Lens' ModelInputConfiguration (Maybe Text)
- modelInputConfiguration_format :: Lens' ModelInputConfiguration (Maybe ModelInputDataFormat)
- modelInputConfiguration_jsonInputTemplate :: Lens' ModelInputConfiguration (Maybe Text)
- modelInputConfiguration_useEventVariables :: Lens' ModelInputConfiguration Bool
Documentation
data ModelInputConfiguration Source #
The Amazon SageMaker model input configuration.
See: newModelInputConfiguration smart constructor.
Constructors
| ModelInputConfiguration' | |
Fields
| |
Instances
newModelInputConfiguration Source #
Create a value of ModelInputConfiguration 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:csvInputTemplate:ModelInputConfiguration', modelInputConfiguration_csvInputTemplate - Template for constructing the CSV input-data sent to SageMaker. At
event-evaluation, the placeholders for variable-names in the template
will be replaced with the variable values before being sent to
SageMaker.
$sel:eventTypeName:ModelInputConfiguration', modelInputConfiguration_eventTypeName - The event type name.
$sel:format:ModelInputConfiguration', modelInputConfiguration_format - The format of the model input configuration. The format differs
depending on if it is passed through to SageMaker or constructed by
Amazon Fraud Detector.
$sel:jsonInputTemplate:ModelInputConfiguration', modelInputConfiguration_jsonInputTemplate - Template for constructing the JSON input-data sent to SageMaker. At
event-evaluation, the placeholders for variable names in the template
will be replaced with the variable values before being sent to
SageMaker.
$sel:useEventVariables:ModelInputConfiguration', modelInputConfiguration_useEventVariables - The event variables.
modelInputConfiguration_csvInputTemplate :: Lens' ModelInputConfiguration (Maybe Text) Source #
Template for constructing the CSV input-data sent to SageMaker. At event-evaluation, the placeholders for variable-names in the template will be replaced with the variable values before being sent to SageMaker.
modelInputConfiguration_eventTypeName :: Lens' ModelInputConfiguration (Maybe Text) Source #
The event type name.
modelInputConfiguration_format :: Lens' ModelInputConfiguration (Maybe ModelInputDataFormat) Source #
The format of the model input configuration. The format differs depending on if it is passed through to SageMaker or constructed by Amazon Fraud Detector.
modelInputConfiguration_jsonInputTemplate :: Lens' ModelInputConfiguration (Maybe Text) Source #
Template for constructing the JSON input-data sent to SageMaker. At event-evaluation, the placeholders for variable names in the template will be replaced with the variable values before being sent to SageMaker.
modelInputConfiguration_useEventVariables :: Lens' ModelInputConfiguration Bool Source #
The event variables.