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