/AWS1/CL_SGMNETWORKCONFIG¶
Networking options for a job, such as network traffic encryption between containers, whether to allow inbound and outbound network calls to and from containers, and the VPC subnets and security groups to use for VPC-enabled jobs.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_enbintercontainertrafenc TYPE /AWS1/SGMBOOLEAN /AWS1/SGMBOOLEAN¶
Whether to encrypt all communications between distributed processing jobs. Choose
Trueto encrypt communications. Encryption provides greater security for distributed processing jobs, but the processing might take longer.
iv_enablenetworkisolation TYPE /AWS1/SGMBOOLEAN /AWS1/SGMBOOLEAN¶
Whether to allow inbound and outbound network calls to and from the containers used for the processing job.
io_vpcconfig TYPE REF TO /AWS1/CL_SGMVPCCONFIG /AWS1/CL_SGMVPCCONFIG¶
Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources have access to. You can control access to and from your resources by configuring a VPC. For more information, see Give SageMaker Access to Resources in your Amazon VPC.
Queryable Attributes¶
EnableInterContainerTrafficEncryption¶
Whether to encrypt all communications between distributed processing jobs. Choose
Trueto encrypt communications. Encryption provides greater security for distributed processing jobs, but the processing might take longer.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENBINTERCONTAINERTRAFENC() |
Getter for ENABLEINTERCONTAINERTRAFENC, with configurable de |
ASK_ENBINTERCONTAINERTRAFENC() |
Getter for ENABLEINTERCONTAINERTRAFENC w/ exceptions if fiel |
HAS_ENBINTERCONTAINERTRAFENC() |
Determine if ENABLEINTERCONTAINERTRAFENC has a value |
EnableNetworkIsolation¶
Whether to allow inbound and outbound network calls to and from the containers used for the processing job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENABLENETWORKISOLATION() |
Getter for ENABLENETWORKISOLATION, with configurable default |
ASK_ENABLENETWORKISOLATION() |
Getter for ENABLENETWORKISOLATION w/ exceptions if field has |
HAS_ENABLENETWORKISOLATION() |
Determine if ENABLENETWORKISOLATION has a value |
VpcConfig¶
Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources have access to. You can control access to and from your resources by configuring a VPC. For more information, see Give SageMaker Access to Resources in your Amazon VPC.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VPCCONFIG() |
Getter for VPCCONFIG |