Class CfnApp.ResourceSpecProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnApp.ResourceSpecProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApp.ResourceSpecProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnApp.ResourceSpecProperty
@Stability(Stable)
@Internal
public static final class CfnApp.ResourceSpecProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApp.ResourceSpecProperty
An implementation for
CfnApp.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.CfnApp.ResourceSpecProperty
CfnApp.ResourceSpecProperty.Builder, CfnApp.ResourceSpecProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApp.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 ARN of the SageMaker 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 theCfnApp.ResourceSpecProperty.Builder.
-
-
Method Details
-
getInstanceType
Description copied from interface:CfnApp.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 interfaceCfnApp.ResourceSpecProperty
-
getSageMakerImageArn
Description copied from interface:CfnApp.ResourceSpecPropertyThe ARN of the SageMaker image that the image version belongs to.- Specified by:
getSageMakerImageArnin interfaceCfnApp.ResourceSpecProperty
-
getSageMakerImageVersionArn
Description copied from interface:CfnApp.ResourceSpecPropertyThe ARN of the image version created on the instance.- Specified by:
getSageMakerImageVersionArnin interfaceCfnApp.ResourceSpecProperty
-
$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()
-