AWSMachineLearningUpdateEvaluationOutput
Objective-C
@interface AWSMachineLearningUpdateEvaluationOutput
Swift
class AWSMachineLearningUpdateEvaluationOutput
Represents the output of an UpdateEvaluation operation.
You can see the updated content by using the GetEvaluation operation.
-
The ID assigned to the
Evaluationduring creation. This value should be identical to the value of theEvaluationin the request.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable evaluationId;Swift
var evaluationId: String? { get set }
View on GitHub
Install in Dash
AWSMachineLearningUpdateEvaluationOutput Class Reference