ModelOutputConfiguration
public struct ModelOutputConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A map of CSV index values in the SageMaker response to the Amazon Fraud Detector variables.
Declaration
Swift
public let csvIndexToVariableMap: [String : String]? -
The format of the model output configuration.
Declaration
Swift
public let format: ModelOutputDataFormat -
A map of JSON keys in response from SageMaker to the Amazon Fraud Detector variables.
Declaration
Swift
public let jsonKeyToVariableMap: [String : String]? -
Undocumented
Declaration
Swift
public init(csvIndexToVariableMap: [String : String]? = nil, format: ModelOutputDataFormat, jsonKeyToVariableMap: [String : String]? = nil)
View on GitHub
ModelOutputConfiguration Structure Reference