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 Evaluation during creation. This value should be identical to the value of the Evaluation in the request.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable evaluationId;

    Swift

    var evaluationId: String? { get set }