DefaultContinuousHyperParameterRange

public struct DefaultContinuousHyperParameterRange : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Whether the hyperparameter is tunable.

    Declaration

    Swift

    public let isTunable: Bool?
  • The maximum allowable value for the hyperparameter.

    Declaration

    Swift

    public let maxValue: Double?
  • The minimum allowable value for the hyperparameter.

    Declaration

    Swift

    public let minValue: Double?
  • The name of the hyperparameter.

    Declaration

    Swift

    public let name: String?
  • Undocumented

    Declaration

    Swift

    public init(isTunable: Bool? = nil, maxValue: Double? = nil, minValue: Double? = nil, name: String? = nil)