FinalHyperParameterTuningJobObjectiveMetric
public struct FinalHyperParameterTuningJobObjectiveMetric : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the objective metric.
Declaration
Swift
public let metricName: String
-
Whether to minimize or maximize the objective metric. Valid values are Minimize and Maximize.
Declaration
Swift
public let type: HyperParameterTuningJobObjectiveType?
-
The value of the objective metric.
Declaration
Swift
public let value: Float
-
Undocumented
Declaration
Swift
public init(metricName: String, type: HyperParameterTuningJobObjectiveType? = nil, value: Float)