Class CfnModel.ImageConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnModel.ImageConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnModel.ImageConfigProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnModel.ImageConfigProperty
@Stability(Stable)
@Internal
public static final class CfnModel.ImageConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnModel.ImageConfigProperty
An implementation for 
CfnModel.ImageConfigProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnModel.ImageConfigPropertyCfnModel.ImageConfigProperty.Builder, CfnModel.ImageConfigProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnModel.ImageConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryMethods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnModel.ImageConfigProperty.Builder.
 
- 
- 
Method Details- 
getRepositoryAccessModeDescription copied from interface:CfnModel.ImageConfigPropertySet this to one of the following values:.- Platform- The model image is hosted in Amazon ECR.
- Vpc- The model image is hosted in a private Docker registry in your VPC.
 - Specified by:
- getRepositoryAccessModein interface- CfnModel.ImageConfigProperty
 
- 
getRepositoryAuthConfigDescription copied from interface:CfnModel.ImageConfigProperty(Optional) Specifies an authentication configuration for the private docker registry where your model image is hosted.Specify a value for this property only if you specified Vpcas the value for theRepositoryAccessModefield, and the private Docker registry where the model image is hosted requires authentication.- Specified by:
- getRepositoryAuthConfigin interface- CfnModel.ImageConfigProperty
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-