InputDataConfig
public struct InputDataConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the dataset group.
Declaration
Swift
public let datasetGroupArn: String
-
An array of supplementary features. The only supported feature is a holiday calendar.
Declaration
Swift
public let supplementaryFeatures: [SupplementaryFeature]?
-
Undocumented
Declaration
Swift
public init(datasetGroupArn: String, supplementaryFeatures: [SupplementaryFeature]? = nil)
-
Declaration
Swift
public func validate(name: String) throws