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
MLModelduring creation. This value should be identical to the value of theMLModelIDin the request.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable MLModelId;Swift
var mlModelId: String? { get set }
View on GitHub
Install in Dash
AWSMachineLearningUpdateMLModelOutput Class Reference