View source: R/sagemaker_operations.R
sagemaker_create_domain | R Documentation |
Creates a Domain
. A domain consists of an associated Amazon Elastic File System volume, a list of authorized users, and a variety of security, application, policy, and Amazon Virtual Private Cloud (VPC) configurations. Users within a domain can share notebook files and other artifacts with each other.
See https://www.paws-r-sdk.com/docs/sagemaker_create_domain/ for full documentation.
sagemaker_create_domain(
DomainName,
AuthMode,
DefaultUserSettings,
DomainSettings = NULL,
SubnetIds,
VpcId,
Tags = NULL,
AppNetworkAccessType = NULL,
HomeEfsFileSystemKmsKeyId = NULL,
KmsKeyId = NULL,
AppSecurityGroupManagement = NULL,
DefaultSpaceSettings = NULL
)
DomainName |
[required] A name for the domain. |
AuthMode |
[required] The mode of authentication that members use to access the domain. |
DefaultUserSettings |
[required] The default settings to use to create a user profile when
|
DomainSettings |
A collection of |
SubnetIds |
[required] The VPC subnets that the domain uses for communication. |
VpcId |
[required] The ID of the Amazon Virtual Private Cloud (VPC) that the domain uses for communication. |
Tags |
Tags to associated with the Domain. Each tag consists of a key and an
optional value. Tag keys must be unique per resource. Tags are
searchable using the Tags that you specify for the Domain are also added to all Apps that the Domain launches. |
AppNetworkAccessType |
Specifies the VPC used for non-EFS traffic. The default value is
|
HomeEfsFileSystemKmsKeyId |
Use |
KmsKeyId |
SageMaker uses Amazon Web Services KMS to encrypt EFS and EBS volumes attached to the domain with an Amazon Web Services managed key by default. For more control, specify a customer managed key. |
AppSecurityGroupManagement |
The entity that creates and manages the required security groups for
inter-app communication in |
DefaultSpaceSettings |
The default settings used to create a space. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.