ModelInputConfiguration
public struct ModelInputConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Template for constructing the CSV input-data sent to SageMaker. At event-evaluation, the placeholders for variable-names in the template will be replaced with the variable values before being sent to SageMaker.
Declaration
Swift
public let csvInputTemplate: String? -
The event type name.
Declaration
Swift
public let eventTypeName: String? -
The format of the model input configuration. The format differs depending on if it is passed through to SageMaker or constructed by Amazon Fraud Detector.
Declaration
Swift
public let format: ModelInputDataFormat? -
Template for constructing the JSON input-data sent to SageMaker. At event-evaluation, the placeholders for variable names in the template will be replaced with the variable values before being sent to SageMaker.
Declaration
Swift
public let jsonInputTemplate: String? -
The event variables.
Declaration
Swift
public let useEventVariables: Bool -
Undocumented
Declaration
Swift
public init(csvInputTemplate: String? = nil, eventTypeName: String? = nil, format: ModelInputDataFormat? = nil, jsonInputTemplate: String? = nil, useEventVariables: Bool) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ModelInputConfiguration Structure Reference