AWSMachineLearningUpdateEvaluationInput

Objective-C

@interface AWSMachineLearningUpdateEvaluationInput

Swift

class AWSMachineLearningUpdateEvaluationInput
  • The ID assigned to the Evaluation during 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 Evaluation that will replace the current content.

    Declaration

    Objective-C

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

    Swift

    var evaluationName: String? { get set }