Interface ModelOutputConfiguration.Builder

    • Method Detail

      • 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.