GetModelVersionRequest
public struct GetModelVersionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The model ID.
Declaration
Swift
public let modelId: String -
The model type.
Declaration
Swift
public let modelType: ModelTypeEnum -
The model version number.
Declaration
Swift
public let modelVersionNumber: String -
Undocumented
Declaration
Swift
public init(modelId: String, modelType: ModelTypeEnum, modelVersionNumber: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
GetModelVersionRequest Structure Reference