AlgorithmImage
public struct AlgorithmImage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The URI of the Docker container for the algorithm image.
Declaration
Swift
public let dockerURI: String
-
The name of the algorithm image.
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public init(dockerURI: String, name: String? = nil)