MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionNetworkConfig class
Constructors
-
MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionNetworkConfig({Input<
bool?> ? enableInterContainerTrafficEncryption, Input<bool?> ? enableNetworkIsolation, Input<MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionNetworkConfigVpcConfig?> ? vpcConfig}) -
Creates a new MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionNetworkConfig.
enableInterContainerTrafficEncryptionWhether to encrypt all communications between distributed processing jobs.enableNetworkIsolationWhether to allow inbound and outbound network calls to and from the containers used for the processing job.vpcConfigVPC that SageMaker jobs, hosted models, and compute resources have access to. Fields are documented below.const -
MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionNetworkConfig.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
enableInterContainerTrafficEncryption
→ Input<
bool?> ? -
Whether to encrypt all communications between distributed processing jobs.
final
-
enableNetworkIsolation
→ Input<
bool?> ? -
Whether to allow inbound and outbound network calls to and from the containers used for the processing job.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
vpcConfig
→ Input<
MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionNetworkConfigVpcConfig?> ? -
VPC that SageMaker jobs, hosted models, and compute resources have access to. Fields are documented below.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited