Class CfnSpace.ResourceSpecProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnSpace.ResourceSpecProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSpace.ResourceSpecProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSpace.ResourceSpecProperty
@Stability(Stable)
@Internal
public static final class CfnSpace.ResourceSpecProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSpace.ResourceSpecProperty
An implementation for
CfnSpace.ResourceSpecProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnSpace.ResourceSpecProperty
CfnSpace.ResourceSpecProperty.Builder, CfnSpace.ResourceSpecProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnSpace.ResourceSpecProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The instance type that the image version runs on.final String
The ARN of the SageMaker image that the image version belongs to.final String
The ARN of the image version created on the instance.final int
hashCode()
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 theCfnSpace.ResourceSpecProperty.Builder
.
-
-
Method Details
-
getInstanceType
Description copied from interface:CfnSpace.ResourceSpecProperty
The instance type that the image version runs on.JupyterServer apps only support the
system
value.For KernelGateway apps , the
system
value is translated toml.t3.medium
. KernelGateway apps also support all other values for available instance types.- Specified by:
getInstanceType
in interfaceCfnSpace.ResourceSpecProperty
-
getSageMakerImageArn
Description copied from interface:CfnSpace.ResourceSpecProperty
The ARN of the SageMaker image that the image version belongs to.- Specified by:
getSageMakerImageArn
in interfaceCfnSpace.ResourceSpecProperty
-
getSageMakerImageVersionArn
Description copied from interface:CfnSpace.ResourceSpecProperty
The ARN of the image version created on the instance.- Specified by:
getSageMakerImageVersionArn
in interfaceCfnSpace.ResourceSpecProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-