View source: R/sagemaker_operations.R
sagemaker_create_app | R Documentation |
Creates a running app for the specified UserProfile. This operation is automatically invoked by Amazon SageMaker upon access to the associated Domain, and when new kernel configurations are selected by the user. A user may have multiple Apps active simultaneously.
See https://www.paws-r-sdk.com/docs/sagemaker_create_app/ for full documentation.
sagemaker_create_app(
DomainId,
UserProfileName = NULL,
SpaceName = NULL,
AppType,
AppName,
Tags = NULL,
ResourceSpec = NULL
)
DomainId |
[required] The domain ID. |
UserProfileName |
The user profile name. If this value is not set, then |
SpaceName |
The name of the space. If this value is not set, then |
AppType |
[required] The type of app. |
AppName |
[required] The name of the app. |
Tags |
Each tag consists of a key and an optional value. Tag keys must be unique per resource. |
ResourceSpec |
The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. The value of |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.