CreateEvaluationInput
public struct CreateEvaluationInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the DataSource for the evaluation. The schema of the DataSource must match the schema used to create the MLModel.
Declaration
Swift
public let evaluationDataSourceId: String
-
A user-supplied ID that uniquely identifies the Evaluation.
Declaration
Swift
public let evaluationId: String
-
A user-supplied name or description of the Evaluation.
Declaration
Swift
public let evaluationName: String?
-
The ID of the MLModel to evaluate. The schema used in creating the MLModel must match the schema of the DataSource used in the Evaluation.
Declaration
Swift
public let mLModelId: String
-
Undocumented
Declaration
Swift
public init(evaluationDataSourceId: String, evaluationId: String, evaluationName: String? = nil, mLModelId: String)
-
Declaration
Swift
public func validate(name: String) throws