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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelOutputConfiguration.BuildercsvIndexToVariableMap(Map<String,String> csvIndexToVariableMap)A map of CSV index values in the SageMaker response to the Amazon Fraud Detector variables.ModelOutputConfiguration.Builderformat(String format)The format of the model output configuration.ModelOutputConfiguration.Builderformat(ModelOutputDataFormat format)The format of the model output configuration.ModelOutputConfiguration.BuilderjsonKeyToVariableMap(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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
format
ModelOutputConfiguration.Builder format(String 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:
ModelOutputDataFormat,ModelOutputDataFormat
-
format
ModelOutputConfiguration.Builder format(ModelOutputDataFormat 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:
ModelOutputDataFormat,ModelOutputDataFormat
-
jsonKeyToVariableMap
ModelOutputConfiguration.Builder jsonKeyToVariableMap(Map<String,String> 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
ModelOutputConfiguration.Builder csvIndexToVariableMap(Map<String,String> 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.
-
-