AWSMachineLearningGetEvaluationInput
Objective-C
@interface AWSMachineLearningGetEvaluationInput
Swift
class AWSMachineLearningGetEvaluationInput
-
The ID of the
Evaluation
to retrieve. The evaluation of eachMLModel
is recorded and cataloged. The ID provides the means to access the information.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable evaluationId;
Swift
var evaluationId: String? { get set }