CategoricalParameterRange
public struct CategoricalParameterRange : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the categorical hyperparameter to tune.
Declaration
Swift
public let name: String
-
A list of the categories for the hyperparameter.
Declaration
Swift
public let values: [String]
-
Undocumented
Declaration
Swift
public init(name: String, values: [String])
-
Declaration
Swift
public func validate(name: String) throws