custom Images
suspend fun customImages(value: Output<List<UserProfileUserSettingsCodeEditorAppSettingsCustomImageArgs>>)
Parameters
value
A list of custom SageMaker AI images that are configured to run as a CodeEditor app. see Custom Image below.
suspend fun customImages(vararg values: Output<UserProfileUserSettingsCodeEditorAppSettingsCustomImageArgs>)
suspend fun customImages(values: List<Output<UserProfileUserSettingsCodeEditorAppSettingsCustomImageArgs>>)
suspend fun customImages(vararg values: UserProfileUserSettingsCodeEditorAppSettingsCustomImageArgs)
Parameters
values
A list of custom SageMaker AI images that are configured to run as a CodeEditor app. see Custom Image below.
suspend fun customImages(argument: List<suspend UserProfileUserSettingsCodeEditorAppSettingsCustomImageArgsBuilder.() -> Unit>)
suspend fun customImages(vararg argument: suspend UserProfileUserSettingsCodeEditorAppSettingsCustomImageArgsBuilder.() -> Unit)
suspend fun customImages(argument: suspend UserProfileUserSettingsCodeEditorAppSettingsCustomImageArgsBuilder.() -> Unit)
Parameters
argument
A list of custom SageMaker AI images that are configured to run as a CodeEditor app. see Custom Image below.