CreateModelVersionResult
public struct CreateModelVersionResult : 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 created.
Declaration
Swift
public let modelVersionNumber: String? -
The model version status.
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
CreateModelVersionResult Structure Reference