AWSMachineLearningDeleteEvaluationInput
Objective-C
@interface AWSMachineLearningDeleteEvaluationInput
Swift
class AWSMachineLearningDeleteEvaluationInput
-
A user-supplied ID that uniquely identifies the
Evaluation
to delete.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable evaluationId;
Swift
var evaluationId: String? { get set }