DefaultHyperParameterRanges
public struct DefaultHyperParameterRanges : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The categorical hyperparameters and their default ranges.
Declaration
Swift
public let categoricalHyperParameterRanges: [DefaultCategoricalHyperParameterRange]? -
The continuous hyperparameters and their default ranges.
Declaration
Swift
public let continuousHyperParameterRanges: [DefaultContinuousHyperParameterRange]? -
The integer-valued hyperparameters and their default ranges.
Declaration
Swift
public let integerHyperParameterRanges: [DefaultIntegerHyperParameterRange]? -
Undocumented
Declaration
Swift
public init(categoricalHyperParameterRanges: [DefaultCategoricalHyperParameterRange]? = nil, continuousHyperParameterRanges: [DefaultContinuousHyperParameterRange]? = nil, integerHyperParameterRanges: [DefaultIntegerHyperParameterRange]? = nil)
View on GitHub
DefaultHyperParameterRanges Structure Reference