FinalAutoMLJobObjectiveMetric
public struct FinalAutoMLJobObjectiveMetric : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the metric with the best result. For a description of the possible objective metrics, see AutoMLJobObjective$MetricName.
Declaration
Swift
public let metricName: AutoMLMetricEnum
-
The type of metric with the best result.
Declaration
Swift
public let type: AutoMLJobObjectiveType?
-
The value of the metric with the best result.
Declaration
Swift
public let value: Float
-
Undocumented
Declaration
Swift
public init(metricName: AutoMLMetricEnum, type: AutoMLJobObjectiveType? = nil, value: Float)