public static final class CfnModelBiasJobDefinition.NetworkConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnModelBiasJobDefinition.NetworkConfigProperty
CfnModelBiasJobDefinition.NetworkConfigProperty
CfnModelBiasJobDefinition.NetworkConfigProperty.Builder, CfnModelBiasJobDefinition.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()
CfnModelBiasJobDefinition.NetworkConfigProperty
Choose True
to encrypt communications. Encryption provides greater security for distributed processing jobs, but the processing might take longer.
getEnableInterContainerTrafficEncryption
in interface CfnModelBiasJobDefinition.NetworkConfigProperty
public final java.lang.Object getEnableNetworkIsolation()
CfnModelBiasJobDefinition.NetworkConfigProperty
getEnableNetworkIsolation
in interface CfnModelBiasJobDefinition.NetworkConfigProperty
public final java.lang.Object getVpcConfig()
CfnModelBiasJobDefinition.NetworkConfigProperty
Control access to and from your training and model containers by configuring the VPC.
getVpcConfig
in interface CfnModelBiasJobDefinition.NetworkConfigProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()