/AWS1/CL_SGMMONNETWORKCONFIG¶
The networking configuration for the monitoring job.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_enbintercontainertrafenc TYPE /AWS1/SGMBOOLEAN /AWS1/SGMBOOLEAN¶
Whether to encrypt all communications between the instances used for the monitoring jobs. Choose
Trueto encrypt communications. Encryption provides greater security for distributed 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 monitoring 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 the instances used for the monitoring jobs. Choose
Trueto encrypt communications. Encryption provides greater security for distributed 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 monitoring 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 |