HyperParameterTuningJobObjective
public struct HyperParameterTuningJobObjective : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the metric to use for the objective metric.
Declaration
Swift
public let metricName: String
-
Whether to minimize or maximize the objective metric.
Declaration
Swift
public let type: HyperParameterTuningJobObjectiveType
-
Undocumented
Declaration
Swift
public init(metricName: String, type: HyperParameterTuningJobObjectiveType)
-
Declaration
Swift
public func validate(name: String) throws