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 |
Synopsis
- data ModelInputConfiguration = ModelInputConfiguration' {}
- newModelInputConfiguration :: Bool -> ModelInputConfiguration
- modelInputConfiguration_format :: Lens' ModelInputConfiguration (Maybe ModelInputDataFormat)
- modelInputConfiguration_eventTypeName :: Lens' ModelInputConfiguration (Maybe Text)
- modelInputConfiguration_csvInputTemplate :: Lens' ModelInputConfiguration (Maybe Text)
- 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.
ModelInputConfiguration' | |
|
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: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:eventTypeName:ModelInputConfiguration'
, modelInputConfiguration_eventTypeName
- The event type name.
$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: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_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_eventTypeName :: Lens' ModelInputConfiguration (Maybe Text) Source #
The event type name.
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_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.