Class CfnDomain.ResourceSpecProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnDomain.ResourceSpecProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDomain.ResourceSpecProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDomain.ResourceSpecProperty
@Stability(Stable)
@Internal
public static final class CfnDomain.ResourceSpecProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDomain.ResourceSpecProperty
An implementation for
CfnDomain.ResourceSpecProperty-
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.CfnDomain.ResourceSpecProperty
CfnDomain.ResourceSpecProperty.Builder, CfnDomain.ResourceSpecProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDomain.ResourceSpecProperty.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 StringThe instance type that the image version runs on.final StringThe Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.final StringThe ARN of the SageMaker AI image that the image version belongs to.final StringThe ARN of the image version created on the instance.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 theCfnDomain.ResourceSpecProperty.Builder.
-
-
Method Details
-
getInstanceType
Description copied from interface:CfnDomain.ResourceSpecPropertyThe instance type that the image version runs on.JupyterServer apps only support the
systemvalue.For KernelGateway apps , the
systemvalue is translated toml.t3.medium. KernelGateway apps also support all other values for available instance types.- Specified by:
getInstanceTypein interfaceCfnDomain.ResourceSpecProperty- See Also:
-
getLifecycleConfigArn
Description copied from interface:CfnDomain.ResourceSpecPropertyThe Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.- Specified by:
getLifecycleConfigArnin interfaceCfnDomain.ResourceSpecProperty- See Also:
-
getSageMakerImageArn
Description copied from interface:CfnDomain.ResourceSpecPropertyThe ARN of the SageMaker AI image that the image version belongs to.- Specified by:
getSageMakerImageArnin interfaceCfnDomain.ResourceSpecProperty- See Also:
-
getSageMakerImageVersionArn
Description copied from interface:CfnDomain.ResourceSpecPropertyThe ARN of the image version created on the instance.To clear the value set for
SageMakerImageVersionArn, passNoneas the value.- Specified by:
getSageMakerImageVersionArnin interfaceCfnDomain.ResourceSpecProperty- 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()
-