TrialComponentParameterValue

public struct TrialComponentParameterValue : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The numeric value of a numeric hyperparameter. If you specify a value for this parameter, you can’t specify the StringValue parameter.

    Declaration

    Swift

    public let numberValue: Double?
  • The string value of a categorical hyperparameter. If you specify a value for this parameter, you can’t specify the NumberValue parameter.

    Declaration

    Swift

    public let stringValue: String?
  • Undocumented

    Declaration

    Swift

    public init(numberValue: Double? = nil, stringValue: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws