AWSMachineLearningDeleteMLModelOutput

Objective-C

@interface AWSMachineLearningDeleteMLModelOutput

Swift

class AWSMachineLearningDeleteMLModelOutput

Represents the output of a DeleteMLModel operation.

You can use the GetMLModel operation and check the value of the Status parameter to see whether an MLModel is marked as DELETED.

  • A user-supplied ID that uniquely identifies the MLModel. This value should be identical to the value of the MLModelID in the request.

    Declaration

    Objective-C

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

    Swift

    var mlModelId: String? { get set }