HyperParameterRanges
public struct HyperParameterRanges : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The categorical hyperparameters and their ranges.
Declaration
Swift
public let categoricalHyperParameterRanges: [CategoricalHyperParameterRange]?
-
The continuous hyperparameters and their ranges.
Declaration
Swift
public let continuousHyperParameterRanges: [ContinuousHyperParameterRange]?
-
The integer-valued hyperparameters and their ranges.
Declaration
Swift
public let integerHyperParameterRanges: [IntegerHyperParameterRange]?
-
Undocumented
Declaration
Swift
public init(categoricalHyperParameterRanges: [CategoricalHyperParameterRange]? = nil, continuousHyperParameterRanges: [ContinuousHyperParameterRange]? = nil, integerHyperParameterRanges: [IntegerHyperParameterRange]? = nil)
-
Declaration
Swift
public func validate(name: String) throws