AWSMachineLearningUpdateMLModelOutput
Objective-C
@interface AWSMachineLearningUpdateMLModelOutput
Swift
class AWSMachineLearningUpdateMLModelOutput
Represents the output of an UpdateMLModel
operation.
You can see the updated content by using the GetMLModel
operation.
-
The ID assigned to the
MLModel
during creation. This value should be identical to the value of theMLModelID
in the request.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable MLModelId;
Swift
var mlModelId: String? { get set }