custom Images
suspend fun customImages(value: Output<List<DomainDefaultUserSettingsRSessionAppSettingsCustomImageArgs>>)
Parameters
value
A list of custom SageMaker AI images that are configured to run as a RSession app. see custom_image
Block below.
suspend fun customImages(vararg values: Output<DomainDefaultUserSettingsRSessionAppSettingsCustomImageArgs>)
suspend fun customImages(values: List<Output<DomainDefaultUserSettingsRSessionAppSettingsCustomImageArgs>>)
suspend fun customImages(vararg values: DomainDefaultUserSettingsRSessionAppSettingsCustomImageArgs)
Parameters
values
A list of custom SageMaker AI images that are configured to run as a RSession app. see custom_image
Block below.
suspend fun customImages(argument: List<suspend DomainDefaultUserSettingsRSessionAppSettingsCustomImageArgsBuilder.() -> Unit>)
suspend fun customImages(vararg argument: suspend DomainDefaultUserSettingsRSessionAppSettingsCustomImageArgsBuilder.() -> Unit)
suspend fun customImages(argument: suspend DomainDefaultUserSettingsRSessionAppSettingsCustomImageArgsBuilder.() -> Unit)
Parameters
argument
A list of custom SageMaker AI images that are configured to run as a RSession app. see custom_image
Block below.