HPOObjective
public struct HPOObjective : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the metric.
Declaration
Swift
public let metricName: String?
-
A regular expression for finding the metric in the training job logs.
Declaration
Swift
public let metricRegex: String?
-
The type of the metric. Valid values are Maximize and Minimize.
Declaration
Swift
public let type: String?
-
Undocumented
Declaration
Swift
public init(metricName: String? = nil, metricRegex: String? = nil, type: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws