SageMaker App

SageMaker App in AWS represents an interactive application instance within Amazon SageMaker, such as Jupyter notebooks, RStudio, or other integrated development environments. It allows users to run and manage machine learning development environments securely, with resources provisioned on demand. This resource provides details about the app’s configuration, status, and associated user profiles.

aws.sagemaker_app

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
app_arncorestringThe Amazon Resource Name (ARN) of the app.
app_namecorestringThe name of the app.
app_typecorestringThe type of app.
built_in_lifecycle_config_arncorestringThe lifecycle configuration that runs before the default lifecycle configuration
creation_timecoretimestampThe creation time of the application. After an application has been shut down for 24 hours, SageMaker AI deletes all metadata for the application. To be considered an update and retain application metadata, applications must be restarted within 24 hours after the previous application has been shut down. After this time window, creation of an application is considered a new application rather than an update of the previous application.
domain_idcorestringThe domain ID.
failure_reasoncorestringThe failure reason.
last_health_check_timestampcoretimestampThe timestamp of the last health check.
last_user_activity_timestampcoretimestampThe timestamp of the last user's activity. LastUserActivityTimestamp is also updated when SageMaker AI performs health checks without user activity. As a result, this value is set to the same value as LastHealthCheckTimestamp.
recovery_modecoreboolIndicates whether the application is launched in recovery mode.
resource_speccorejsonThe instance type and the Amazon Resource Name (ARN) of the SageMaker AI image created on the instance.
space_namecorestringThe name of the space. If this value is not set, then UserProfileName must be set.
statuscorestringThe status.
tagscorehstore
user_profile_namecorestringThe user profile name.