public static interface ModelOutputConfiguration.Builder extends SdkPojo, CopyableBuilder<ModelOutputConfiguration.Builder,ModelOutputConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ModelOutputConfiguration.Builder |
csvIndexToVariableMap(Map<String,String> csvIndexToVariableMap)
A map of CSV index values in the SageMaker response to the Amazon Fraud Detector variables.
|
ModelOutputConfiguration.Builder |
format(ModelOutputDataFormat format)
The format of the model output configuration.
|
ModelOutputConfiguration.Builder |
format(String format)
The format of the model output configuration.
|
ModelOutputConfiguration.Builder |
jsonKeyToVariableMap(Map<String,String> jsonKeyToVariableMap)
A map of JSON keys in response from SageMaker to the Amazon Fraud Detector variables.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildModelOutputConfiguration.Builder format(String format)
The format of the model output configuration.
format - The format of the model output configuration.ModelOutputDataFormat,
ModelOutputDataFormatModelOutputConfiguration.Builder format(ModelOutputDataFormat format)
The format of the model output configuration.
format - The format of the model output configuration.ModelOutputDataFormat,
ModelOutputDataFormatModelOutputConfiguration.Builder jsonKeyToVariableMap(Map<String,String> jsonKeyToVariableMap)
A map of JSON keys in response from SageMaker to the Amazon Fraud Detector variables.
jsonKeyToVariableMap - A map of JSON keys in response from SageMaker to the Amazon Fraud Detector variables.ModelOutputConfiguration.Builder csvIndexToVariableMap(Map<String,String> csvIndexToVariableMap)
A map of CSV index values in the SageMaker response to the Amazon Fraud Detector variables.
csvIndexToVariableMap - A map of CSV index values in the SageMaker response to the Amazon Fraud Detector variables.Copyright © 2021. All rights reserved.