GetEvaluationInput
public struct GetEvaluationInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the Evaluation to retrieve. The evaluation of each MLModel is recorded and cataloged. The ID provides the means to access the information.
Declaration
Swift
public let evaluationId: String
-
Undocumented
Declaration
Swift
public init(evaluationId: String)
-
Declaration
Swift
public func validate(name: String) throws