DeployedImage
public struct DeployedImage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The date and time when the image path for the model resolved to the ResolvedImage
Declaration
Swift
public let resolutionTime: TimeStamp? -
The specific digest path of the image hosted in this ProductionVariant.
Declaration
Swift
public let resolvedImage: String? -
The image path you specified when you created the model.
Declaration
Swift
public let specifiedImage: String? -
Undocumented
Declaration
Swift
public init(resolutionTime: TimeStamp? = nil, resolvedImage: String? = nil, specifiedImage: String? = nil)
View on GitHub
DeployedImage Structure Reference