Creates a running app for the specified UserProfile
Source:R/sagemaker_operations.R
sagemaker_create_app.RdCreates a running app for the specified UserProfile. This operation is automatically invoked by Amazon SageMaker AI 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.
Usage
sagemaker_create_app(
DomainId,
UserProfileName = NULL,
SpaceName = NULL,
AppType,
AppName,
Tags = NULL,
ResourceSpec = NULL,
RecoveryMode = NULL
)Arguments
- DomainId
[required] The domain ID.
- UserProfileName
The user profile name. If this value is not set, then
SpaceNamemust be set.- SpaceName
The name of the space. If this value is not set, then
UserProfileNamemust be set.- AppType
[required] The type of app.
- AppName
[required] The name of the app.
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 AI image created on the instance.
The value of
InstanceTypepassed as part of theResourceSpecin thecreate_appcall overrides the value passed as part of theResourceSpecconfigured for the user profile or the domain. IfInstanceTypeis not specified in any of those threeResourceSpecvalues for aKernelGatewayapp, thecreate_appcall fails with a request validation error.- RecoveryMode
Indicates whether the application is launched in recovery mode.