UpdateModelVersionResult
public struct UpdateModelVersionResult : 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 of the model version updated.
Declaration
Swift
public let modelVersionNumber: String? -
The status of the updated model version.
Declaration
Swift
public let status: String? -
Undocumented
Declaration
Swift
public init(modelId: String? = nil, modelType: ModelTypeEnum? = nil, modelVersionNumber: String? = nil, status: String? = nil)
View on GitHub
UpdateModelVersionResult Structure Reference