ParameterRanges
public struct ParameterRanges : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies the tunable range for each categorical hyperparameter.
Declaration
Swift
public let categoricalParameterRanges: [CategoricalParameterRange]?
-
Specifies the tunable range for each continuous hyperparameter.
Declaration
Swift
public let continuousParameterRanges: [ContinuousParameterRange]?
-
Specifies the tunable range for each integer hyperparameter.
Declaration
Swift
public let integerParameterRanges: [IntegerParameterRange]?
-
Undocumented
Declaration
Swift
public init(categoricalParameterRanges: [CategoricalParameterRange]? = nil, continuousParameterRanges: [ContinuousParameterRange]? = nil, integerParameterRanges: [IntegerParameterRange]? = nil)
-
Declaration
Swift
public func validate(name: String) throws