AWSMachineLearningGetEvaluationInput
Objective-C
@interface AWSMachineLearningGetEvaluationInput
Swift
class AWSMachineLearningGetEvaluationInput
-
The ID of the
Evaluationto retrieve. The evaluation of eachMLModelis 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 }
View on GitHub
Install in Dash
AWSMachineLearningGetEvaluationInput Class Reference