UpdateMLModelOutput
public struct UpdateMLModelOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID assigned to the MLModel during creation. This value should be identical to the value of the MLModelID in the request.
Declaration
Swift
public let mLModelId: String? -
Undocumented
Declaration
Swift
public init(mLModelId: String? = nil)
View on GitHub
UpdateMLModelOutput Structure Reference