sagemaker_update_space {paws.machine.learning} | R Documentation |
Updates the settings of a space
Description
Updates the settings of a space.
See https://www.paws-r-sdk.com/docs/sagemaker_update_space/ for full documentation.
Usage
sagemaker_update_space(
DomainId,
SpaceName,
SpaceSettings = NULL,
SpaceDisplayName = NULL
)
Arguments
DomainId |
[required] The ID of the associated domain. |
SpaceName |
[required] The name of the space. |
SpaceSettings |
A collection of space settings. |
SpaceDisplayName |
The name of the space that appears in the Amazon SageMaker Studio UI. |
[Package paws.machine.learning version 0.7.0 Index]