GetMLModelInput
public struct GetMLModelInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID assigned to the MLModel at creation.
Declaration
Swift
public let mLModelId: String
-
Specifies whether the GetMLModel operation should return Recipe. If true, Recipe is returned. If false, Recipe is not returned.
Declaration
Swift
public let verbose: Bool?
-
Undocumented
Declaration
Swift
public init(mLModelId: String, verbose: Bool? = nil)
-
Declaration
Swift
public func validate(name: String) throws