View source: R/sagemaker_operations.R
sagemaker_create_space | R Documentation |
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
)
DomainId |
[required] The ID of the associated domain. |
SpaceName |
[required] The name of the space. |
Tags |
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 |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.