Learn R Programming

paws.machine.learning (version 0.9.0)

sagemaker_update_space: 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.