DefaultIntegerHyperParameterRange
public struct DefaultIntegerHyperParameterRange : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Indicates whether the hyperparameter is tunable.
Declaration
Swift
public let isTunable: Bool?
-
The maximum allowable value for the hyperparameter.
Declaration
Swift
public let maxValue: Int?
-
The minimum allowable value for the hyperparameter.
Declaration
Swift
public let minValue: Int?
-
The name of the hyperparameter.
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public init(isTunable: Bool? = nil, maxValue: Int? = nil, minValue: Int? = nil, name: String? = nil)