UpdateModelVersionRequest
public struct UpdateModelVersionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The event details.
Declaration
Swift
public let externalEventsDetail: ExternalEventsDetail? -
The major version number.
Declaration
Swift
public let majorVersionNumber: String -
The model ID.
Declaration
Swift
public let modelId: String -
The model type.
Declaration
Swift
public let modelType: ModelTypeEnum -
A collection of key and value pairs.
Declaration
Swift
public let tags: [Tag]? -
Undocumented
Declaration
Swift
public init(externalEventsDetail: ExternalEventsDetail? = nil, majorVersionNumber: String, modelId: String, modelType: ModelTypeEnum, tags: [Tag]? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UpdateModelVersionRequest Structure Reference