MetricDefinition
public struct MetricDefinition : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the metric.
Declaration
Swift
public let name: String -
A regular expression that searches the output of a training job and gets the value of the metric. For more information about using regular expressions to define metrics, see Defining Objective Metrics.
Declaration
Swift
public let regex: String -
Undocumented
Declaration
Swift
public init(name: String, regex: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
MetricDefinition Structure Reference