ProductionVariantAcceleratorType
public enum ProductionVariantAcceleratorType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case mlEia1Medium = "ml.eia1.medium"
-
Undocumented
Declaration
Swift
case mlEia1Large = "ml.eia1.large"
-
Undocumented
Declaration
Swift
case mlEia1Xlarge = "ml.eia1.xlarge"
-
Undocumented
Declaration
Swift
case mlEia2Medium = "ml.eia2.medium"
-
Undocumented
Declaration
Swift
case mlEia2Large = "ml.eia2.large"
-
Undocumented
Declaration
Swift
case mlEia2Xlarge = "ml.eia2.xlarge"
-
Declaration
Swift
public var description: String { get }