ObjectiveStatusCounters
public struct ObjectiveStatusCounters : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The number of training jobs whose final objective metric was not evaluated and used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.
Declaration
Swift
public let failed: Int?
-
The number of training jobs that are in progress and pending evaluation of their final objective metric.
Declaration
Swift
public let pending: Int?
-
The number of training jobs whose final objective metric was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.
Declaration
Swift
public let succeeded: Int?
-
Undocumented
Declaration
Swift
public init(failed: Int? = nil, pending: Int? = nil, succeeded: Int? = nil)