Class CfnUserProfile.ResourceSpecProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnUserProfile.ResourceSpecProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnUserProfile.ResourceSpecProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUserProfile.ResourceSpecProperty
@Stability(Stable)
@Internal
public static final class CfnUserProfile.ResourceSpecProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUserProfile.ResourceSpecProperty
An implementation for
CfnUserProfile.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.CfnUserProfile.ResourceSpecProperty
CfnUserProfile.ResourceSpecProperty.Builder, CfnUserProfile.ResourceSpecProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnUserProfile.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 theCfnUserProfile.ResourceSpecProperty.Builder.
-
-
Method Details
-
getInstanceType
Description copied from interface:CfnUserProfile.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 interfaceCfnUserProfile.ResourceSpecProperty- See Also:
-
getLifecycleConfigArn
Description copied from interface:CfnUserProfile.ResourceSpecPropertyThe Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.- Specified by:
getLifecycleConfigArnin interfaceCfnUserProfile.ResourceSpecProperty- See Also:
-
getSageMakerImageArn
Description copied from interface:CfnUserProfile.ResourceSpecPropertyThe ARN of the SageMaker AI image that the image version belongs to.- Specified by:
getSageMakerImageArnin interfaceCfnUserProfile.ResourceSpecProperty- See Also:
-
getSageMakerImageVersionArn
Description copied from interface:CfnUserProfile.ResourceSpecPropertyThe ARN of the image version created on the instance.To clear the value set for
SageMakerImageVersionArn, passNoneas the value.- Specified by:
getSageMakerImageVersionArnin interfaceCfnUserProfile.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()
-