sagemaker_create_space: Creates a private space or a space used for real time...

View source: R/sagemaker_operations.R

sagemaker_create_spaceR Documentation

Creates a private space or a space used for real time collaboration in a domain

Description

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.

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

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.

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.


paws.machine.learning documentation built on Sept. 12, 2024, 6:23 a.m.