VpcConfig
public struct VpcConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The VPC security group IDs, in the form sg-xxxxxxxx. Specify the security groups for the VPC that is specified in the Subnets field.
Declaration
Swift
public let securityGroupIds: [String]
-
The ID of the subnets in the VPC to which you want to connect your training job or model. For information about the availability of specific instance types, see Supported Instance Types and Availability Zones.
Declaration
Swift
public let subnets: [String]
-
Undocumented
Declaration
Swift
public init(securityGroupIds: [String], subnets: [String])
-
Declaration
Swift
public func validate(name: String) throws