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

      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.