Class CfnUserProfile.JupyterLabAppSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnUserProfile.JupyterLabAppSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnUserProfile.JupyterLabAppSettingsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUserProfile.JupyterLabAppSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnUserProfile.JupyterLabAppSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUserProfile.JupyterLabAppSettingsProperty
An implementation for
CfnUserProfile.JupyterLabAppSettingsProperty-
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.JupyterLabAppSettingsProperty
CfnUserProfile.JupyterLabAppSettingsProperty.Builder, CfnUserProfile.JupyterLabAppSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnUserProfile.JupyterLabAppSettingsProperty.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 ObjectA list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.final ObjectA list of custom SageMaker images that are configured to run as a JupyterLab app.final ObjectThe Amazon Resource Name (ARN) of the lifecycle configurations attached to the user profile or domain.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.JupyterLabAppSettingsProperty.Builder.
-
-
Method Details
-
getCodeRepositories
Description copied from interface:CfnUserProfile.JupyterLabAppSettingsPropertyA list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.- Specified by:
getCodeRepositoriesin interfaceCfnUserProfile.JupyterLabAppSettingsProperty- See Also:
-
getCustomImages
Description copied from interface:CfnUserProfile.JupyterLabAppSettingsPropertyA list of custom SageMaker images that are configured to run as a JupyterLab app.- Specified by:
getCustomImagesin interfaceCfnUserProfile.JupyterLabAppSettingsProperty- See Also:
-
getDefaultResourceSpec
- Specified by:
getDefaultResourceSpecin interfaceCfnUserProfile.JupyterLabAppSettingsProperty- See Also:
-
getLifecycleConfigArns
Description copied from interface:CfnUserProfile.JupyterLabAppSettingsPropertyThe Amazon Resource Name (ARN) of the lifecycle configurations attached to the user profile or domain.To remove a lifecycle config, you must set
LifecycleConfigArnsto an empty list.- Specified by:
getLifecycleConfigArnsin interfaceCfnUserProfile.JupyterLabAppSettingsProperty- 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()
-