CategoricalParameterRangeSpecification
public struct CategoricalParameterRangeSpecification : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The allowed categories for the hyperparameter.
Declaration
Swift
public let values: [String]
-
Undocumented
Declaration
Swift
public init(values: [String])
-
Declaration
Swift
public func validate(name: String) throws