Interface ModelOutputConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ModelOutputConfiguration.Builder,,ModelOutputConfiguration> SdkBuilder<ModelOutputConfiguration.Builder,,ModelOutputConfiguration> SdkPojo
- Enclosing class:
 ModelOutputConfiguration
public static interface ModelOutputConfiguration.Builder
extends SdkPojo, CopyableBuilder<ModelOutputConfiguration.Builder,ModelOutputConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptioncsvIndexToVariableMap(Map<String, String> csvIndexToVariableMap) A map of CSV index values in the SageMaker response to the Amazon Fraud Detector variables.The format of the model output configuration.format(ModelOutputDataFormat format) The format of the model output configuration.jsonKeyToVariableMap(Map<String, String> jsonKeyToVariableMap) A map of JSON keys in response from SageMaker to the Amazon Fraud Detector variables.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
format
The format of the model output configuration.
- Parameters:
 format- The format of the model output configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
format
The format of the model output configuration.
- Parameters:
 format- The format of the model output configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
jsonKeyToVariableMap
A map of JSON keys in response from SageMaker to the Amazon Fraud Detector variables.
- Parameters:
 jsonKeyToVariableMap- A map of JSON keys in response from SageMaker to the Amazon Fraud Detector variables.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
csvIndexToVariableMap
A map of CSV index values in the SageMaker response to the Amazon Fraud Detector variables.
- Parameters:
 csvIndexToVariableMap- A map of CSV index values in the SageMaker response to the Amazon Fraud Detector variables.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -