public static final class CfnModelExplainabilityJobDefinition.NetworkConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnModelExplainabilityJobDefinition.NetworkConfigProperty
CfnModelExplainabilityJobDefinition.NetworkConfigProperty
CfnModelExplainabilityJobDefinition.NetworkConfigProperty.Builder, CfnModelExplainabilityJobDefinition.NetworkConfigProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getEnableInterContainerTrafficEncryption()
Whether to encrypt all communications between distributed processing jobs.
|
java.lang.Object |
getEnableNetworkIsolation()
Whether to allow inbound and outbound network calls to and from the containers used for the processing job.
|
java.lang.Object |
getVpcConfig()
Specifies a VPC that your training jobs and hosted models have access to.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getEnableInterContainerTrafficEncryption()
CfnModelExplainabilityJobDefinition.NetworkConfigProperty
Choose True
to encrypt communications. Encryption provides greater security for distributed processing jobs, but the processing might take longer.
getEnableInterContainerTrafficEncryption
in interface CfnModelExplainabilityJobDefinition.NetworkConfigProperty
public final java.lang.Object getEnableNetworkIsolation()
CfnModelExplainabilityJobDefinition.NetworkConfigProperty
getEnableNetworkIsolation
in interface CfnModelExplainabilityJobDefinition.NetworkConfigProperty
public final java.lang.Object getVpcConfig()
CfnModelExplainabilityJobDefinition.NetworkConfigProperty
Control access to and from your training and model containers by configuring the VPC.
getVpcConfig
in interface CfnModelExplainabilityJobDefinition.NetworkConfigProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()