Class CfnModelQualityJobDefinition.NetworkConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnModelQualityJobDefinition.NetworkConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnModelQualityJobDefinition.NetworkConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnModelQualityJobDefinition.NetworkConfigProperty
@Stability(Stable)
@Internal
public static final class CfnModelQualityJobDefinition.NetworkConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnModelQualityJobDefinition.NetworkConfigProperty
An implementation for
CfnModelQualityJobDefinition.NetworkConfigProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnModelQualityJobDefinition.NetworkConfigProperty
CfnModelQualityJobDefinition.NetworkConfigProperty.Builder, CfnModelQualityJobDefinition.NetworkConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnModelQualityJobDefinition.NetworkConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectWhether to encrypt all communications between distributed processing jobs.final ObjectWhether to allow inbound and outbound network calls to and from the containers used for the processing job.final ObjectSpecifies a VPC that your training jobs and hosted models have access to.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnModelQualityJobDefinition.NetworkConfigProperty.Builder.
-
-
Method Details
-
getEnableInterContainerTrafficEncryption
Description copied from interface:CfnModelQualityJobDefinition.NetworkConfigPropertyWhether to encrypt all communications between distributed processing jobs.Choose
Trueto encrypt communications. Encryption provides greater security for distributed processing jobs, but the processing might take longer.Returns union: either
BooleanorIResolvable- Specified by:
getEnableInterContainerTrafficEncryptionin interfaceCfnModelQualityJobDefinition.NetworkConfigProperty- See Also:
-
getEnableNetworkIsolation
Description copied from interface:CfnModelQualityJobDefinition.NetworkConfigPropertyWhether to allow inbound and outbound network calls to and from the containers used for the processing job.Returns union: either
BooleanorIResolvable- Specified by:
getEnableNetworkIsolationin interfaceCfnModelQualityJobDefinition.NetworkConfigProperty- See Also:
-
getVpcConfig
Description copied from interface:CfnModelQualityJobDefinition.NetworkConfigPropertySpecifies a VPC that your training jobs and hosted models have access to.Control access to and from your training and model containers by configuring the VPC.
Returns union: either
IResolvableorCfnModelQualityJobDefinition.VpcConfigProperty- Specified by:
getVpcConfigin interfaceCfnModelQualityJobDefinition.NetworkConfigProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-