ResourceSpec
public struct ResourceSpec : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The instance type.
Declaration
Swift
public let instanceType: AppInstanceType?
-
The Amazon Resource Name (ARN) of the SageMaker image created on the instance.
Declaration
Swift
public let sageMakerImageArn: String?
-
Undocumented
Declaration
Swift
public init(instanceType: AppInstanceType? = nil, sageMakerImageArn: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws