Creates 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.
sagemaker_create_space(
DomainId,
SpaceName,
Tags = NULL,
SpaceSettings = NULL,
OwnershipSettings = NULL,
SpaceSharingSettings = NULL,
SpaceDisplayName = NULL
)
[required] The ID of the associated domain.
[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 search
API.
A collection of space settings.
A collection of ownership settings.
A collection of space sharing settings.
The name of the space that appears in the SageMaker Studio UI.