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 |
Synopsis
- data ModelOutputConfiguration = ModelOutputConfiguration' {}
- newModelOutputConfiguration :: ModelOutputDataFormat -> ModelOutputConfiguration
- modelOutputConfiguration_csvIndexToVariableMap :: Lens' ModelOutputConfiguration (Maybe (HashMap Text Text))
- modelOutputConfiguration_jsonKeyToVariableMap :: Lens' ModelOutputConfiguration (Maybe (HashMap Text Text))
- modelOutputConfiguration_format :: Lens' ModelOutputConfiguration ModelOutputDataFormat
Documentation
data ModelOutputConfiguration Source #
Provides the Amazon Sagemaker model output configuration.
See: newModelOutputConfiguration
smart constructor.
ModelOutputConfiguration' | |
|
Instances
newModelOutputConfiguration Source #
Create a value of ModelOutputConfiguration
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:csvIndexToVariableMap:ModelOutputConfiguration'
, modelOutputConfiguration_csvIndexToVariableMap
- A map of CSV index values in the SageMaker response to the Amazon Fraud
Detector variables.
$sel:jsonKeyToVariableMap:ModelOutputConfiguration'
, modelOutputConfiguration_jsonKeyToVariableMap
- A map of JSON keys in response from SageMaker to the Amazon Fraud
Detector variables.
$sel:format:ModelOutputConfiguration'
, modelOutputConfiguration_format
- The format of the model output configuration.
modelOutputConfiguration_csvIndexToVariableMap :: Lens' ModelOutputConfiguration (Maybe (HashMap Text Text)) Source #
A map of CSV index values in the SageMaker response to the Amazon Fraud Detector variables.
modelOutputConfiguration_jsonKeyToVariableMap :: Lens' ModelOutputConfiguration (Maybe (HashMap Text Text)) Source #
A map of JSON keys in response from SageMaker to the Amazon Fraud Detector variables.
modelOutputConfiguration_format :: Lens' ModelOutputConfiguration ModelOutputDataFormat Source #
The format of the model output configuration.