Class CfnUserProfile.KernelGatewayAppSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnUserProfile.KernelGatewayAppSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnUserProfile.KernelGatewayAppSettingsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUserProfile.KernelGatewayAppSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnUserProfile.KernelGatewayAppSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUserProfile.KernelGatewayAppSettingsProperty
An implementation for
CfnUserProfile.KernelGatewayAppSettingsProperty-
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.KernelGatewayAppSettingsProperty
CfnUserProfile.KernelGatewayAppSettingsProperty.Builder, CfnUserProfile.KernelGatewayAppSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnUserProfile.KernelGatewayAppSettingsProperty.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 custom SageMaker AI images that are configured to run as a KernelGateway app.final ObjectThe default instance type and the Amazon Resource Name (ARN) of the default SageMaker AI image used by the KernelGateway app.The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the 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.KernelGatewayAppSettingsProperty.Builder.
-
-
Method Details
-
getCustomImages
Description copied from interface:CfnUserProfile.KernelGatewayAppSettingsPropertyA list of custom SageMaker AI images that are configured to run as a KernelGateway app.The maximum number of custom images are as follows.
- On a domain level: 200
- On a space level: 5
- On a user profile level: 5
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnUserProfile.CustomImageProperty>- Specified by:
getCustomImagesin interfaceCfnUserProfile.KernelGatewayAppSettingsProperty- See Also:
-
getDefaultResourceSpec
Description copied from interface:CfnUserProfile.KernelGatewayAppSettingsPropertyThe default instance type and the Amazon Resource Name (ARN) of the default SageMaker AI image used by the KernelGateway app.The Amazon SageMaker AI Studio UI does not use the default instance type value set here. The default instance type set here is used when Apps are created using the AWS CLI or AWS CloudFormation and the instance type parameter value is not passed.
Returns union: either
IResolvableorCfnUserProfile.ResourceSpecProperty- Specified by:
getDefaultResourceSpecin interfaceCfnUserProfile.KernelGatewayAppSettingsProperty- See Also:
-
getLifecycleConfigArns
Description copied from interface:CfnUserProfile.KernelGatewayAppSettingsPropertyThe Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the the user profile or domain.To remove a Lifecycle Config, you must set
LifecycleConfigArnsto an empty list.- Specified by:
getLifecycleConfigArnsin interfaceCfnUserProfile.KernelGatewayAppSettingsProperty- 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()
-