SolutionConfig
public struct SolutionConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Lists the hyperparameter names and ranges.
Declaration
Swift
public let algorithmHyperParameters: [String : String]?
-
The AutoMLConfig object containing a list of recipes to search when AutoML is performed.
Declaration
Swift
public let autoMLConfig: AutoMLConfig?
-
Only events with a value greater than or equal to this threshold are used for training a model.
Declaration
Swift
public let eventValueThreshold: String?
-
Lists the feature transformation parameters.
Declaration
Swift
public let featureTransformationParameters: [String : String]?
-
Describes the properties for hyperparameter optimization (HPO).
Declaration
Swift
public let hpoConfig: HPOConfig?
-
init(algorithmHyperParameters:autoMLConfig:eventValueThreshold:featureTransformationParameters:hpoConfig:)
Undocumented
Declaration
Swift
public init(algorithmHyperParameters: [String : String]? = nil, autoMLConfig: AutoMLConfig? = nil, eventValueThreshold: String? = nil, featureTransformationParameters: [String : String]? = nil, hpoConfig: HPOConfig? = nil)
-
Declaration
Swift
public func validate(name: String) throws