UpdateModelRequest
public struct UpdateModelRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The new model description.
Declaration
Swift
public let description: String? -
The model ID.
Declaration
Swift
public let modelId: String -
The model type.
Declaration
Swift
public let modelType: ModelTypeEnum -
Undocumented
Declaration
Swift
public init(description: String? = nil, modelId: String, modelType: ModelTypeEnum) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UpdateModelRequest Structure Reference