IntegerHyperParameterRange

public struct IntegerHyperParameterRange : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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(maxValue: Int? = nil, minValue: Int? = nil, name: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws