Creates a private space or a space used for real time collaboration in a domain
Source:R/sagemaker_operations.R
sagemaker_create_space.RdCreates a private space or a space used for real time collaboration in a domain.
See https://www.paws-r-sdk.com/docs/sagemaker_create_space/ for full documentation.
Usage
sagemaker_create_space(
DomainId,
SpaceName,
Tags = NULL,
SpaceSettings = NULL,
OwnershipSettings = NULL,
SpaceSharingSettings = NULL,
SpaceDisplayName = NULL
)Arguments
- DomainId
[required] The ID of the associated domain.
- SpaceName
[required] The name of the space.
Tags to associated with the space. Each tag consists of a key and an optional value. Tag keys must be unique for each resource. Tags are searchable using the
searchAPI.- SpaceSettings
A collection of space settings.
- OwnershipSettings
A collection of ownership settings.
- SpaceSharingSettings
A collection of space sharing settings.
- SpaceDisplayName
The name of the space that appears in the SageMaker Studio UI.