DefaultCategoricalHyperParameterRange
public struct DefaultCategoricalHyperParameterRange : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Whether the hyperparameter is tunable.
Declaration
Swift
public let isTunable: Bool? -
The name of the hyperparameter.
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(isTunable: Bool? = nil, name: String? = nil, values: [String]? = nil)
View on GitHub
DefaultCategoricalHyperParameterRange Structure Reference