CreateMLModelOutput
public struct CreateMLModelOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A user-supplied ID that uniquely identifies the MLModel. 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
CreateMLModelOutput Structure Reference