AWSMachineLearningUpdateEvaluationInput
Objective-C
@interface AWSMachineLearningUpdateEvaluationInput
Swift
class AWSMachineLearningUpdateEvaluationInput
-
The ID assigned to the
Evaluationduring creation.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable evaluationId;Swift
var evaluationId: String? { get set } -
A new user-supplied name or description of the
Evaluationthat will replace the current content.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable evaluationName;Swift
var evaluationName: String? { get set }
View on GitHub
Install in Dash
AWSMachineLearningUpdateEvaluationInput Class Reference