/AWS1/CL_SGMDESCRAPPRESPONSE¶
DescribeAppResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_apparn TYPE /AWS1/SGMAPPARN /AWS1/SGMAPPARN¶
The Amazon Resource Name (ARN) of the app.
iv_apptype TYPE /AWS1/SGMAPPTYPE /AWS1/SGMAPPTYPE¶
The type of app.
iv_appname TYPE /AWS1/SGMAPPNAME /AWS1/SGMAPPNAME¶
The name of the app.
iv_domainid TYPE /AWS1/SGMDOMAINID /AWS1/SGMDOMAINID¶
The domain ID.
iv_userprofilename TYPE /AWS1/SGMUSERPROFILENAME /AWS1/SGMUSERPROFILENAME¶
The user profile name.
iv_spacename TYPE /AWS1/SGMSPACENAME /AWS1/SGMSPACENAME¶
The name of the space. If this value is not set, then
UserProfileNamemust be set.
iv_status TYPE /AWS1/SGMAPPSTATUS /AWS1/SGMAPPSTATUS¶
The status.
iv_effectivetrsidpropagati00 TYPE /AWS1/SGMFEATURESTATUS /AWS1/SGMFEATURESTATUS¶
The effective status of Trusted Identity Propagation (TIP) for this application. When enabled, user identities from IAM Identity Center are being propagated through the application to TIP enabled Amazon Web Services services. When disabled, standard IAM role-based access is used.
iv_recoverymode TYPE /AWS1/SGMBOOLEAN /AWS1/SGMBOOLEAN¶
Indicates whether the application is launched in recovery mode.
iv_lasthealthchecktimestamp TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
The timestamp of the last health check.
iv_lastuseractivitytimestamp TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
The timestamp of the last user's activity.
LastUserActivityTimestampis also updated when SageMaker AI performs health checks without user activity. As a result, this value is set to the same value asLastHealthCheckTimestamp.
iv_creationtime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
The 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.
iv_failurereason TYPE /AWS1/SGMFAILUREREASON /AWS1/SGMFAILUREREASON¶
The failure reason.
io_resourcespec TYPE REF TO /AWS1/CL_SGMRESOURCESPEC /AWS1/CL_SGMRESOURCESPEC¶
The instance type and the Amazon Resource Name (ARN) of the SageMaker AI image created on the instance.
iv_builtinlifecycleconfigarn TYPE /AWS1/SGMSTUDIOLCCONFIGARN /AWS1/SGMSTUDIOLCCONFIGARN¶
The lifecycle configuration that runs before the default lifecycle configuration
Queryable Attributes¶
AppArn¶
The Amazon Resource Name (ARN) of the app.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPARN() |
Getter for APPARN, with configurable default |
ASK_APPARN() |
Getter for APPARN w/ exceptions if field has no value |
HAS_APPARN() |
Determine if APPARN has a value |
AppType¶
The type of app.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPTYPE() |
Getter for APPTYPE, with configurable default |
ASK_APPTYPE() |
Getter for APPTYPE w/ exceptions if field has no value |
HAS_APPTYPE() |
Determine if APPTYPE has a value |
AppName¶
The name of the app.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPNAME() |
Getter for APPNAME, with configurable default |
ASK_APPNAME() |
Getter for APPNAME w/ exceptions if field has no value |
HAS_APPNAME() |
Determine if APPNAME has a value |
DomainId¶
The domain ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAINID() |
Getter for DOMAINID, with configurable default |
ASK_DOMAINID() |
Getter for DOMAINID w/ exceptions if field has no value |
HAS_DOMAINID() |
Determine if DOMAINID has a value |
UserProfileName¶
The user profile name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERPROFILENAME() |
Getter for USERPROFILENAME, with configurable default |
ASK_USERPROFILENAME() |
Getter for USERPROFILENAME w/ exceptions if field has no val |
HAS_USERPROFILENAME() |
Determine if USERPROFILENAME has a value |
SpaceName¶
The name of the space. If this value is not set, then
UserProfileNamemust be set.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SPACENAME() |
Getter for SPACENAME, with configurable default |
ASK_SPACENAME() |
Getter for SPACENAME w/ exceptions if field has no value |
HAS_SPACENAME() |
Determine if SPACENAME has a value |
Status¶
The status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
EffectiveTrustedIdentityPropagationStatus¶
The effective status of Trusted Identity Propagation (TIP) for this application. When enabled, user identities from IAM Identity Center are being propagated through the application to TIP enabled Amazon Web Services services. When disabled, standard IAM role-based access is used.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EFFECTIVETRSIDPROPAGAT00() |
Getter for EFFECTIVETRSIDPROPAGATIONS00, with configurable d |
ASK_EFFECTIVETRSIDPROPAGAT00() |
Getter for EFFECTIVETRSIDPROPAGATIONS00 w/ exceptions if fie |
HAS_EFFECTIVETRSIDPROPAGAT00() |
Determine if EFFECTIVETRSIDPROPAGATIONS00 has a value |
RecoveryMode¶
Indicates whether the application is launched in recovery mode.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECOVERYMODE() |
Getter for RECOVERYMODE, with configurable default |
ASK_RECOVERYMODE() |
Getter for RECOVERYMODE w/ exceptions if field has no value |
HAS_RECOVERYMODE() |
Determine if RECOVERYMODE has a value |
LastHealthCheckTimestamp¶
The timestamp of the last health check.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTHEALTHCHECKTIMESTAMP() |
Getter for LASTHEALTHCHECKTIMESTAMP, with configurable defau |
ASK_LASTHEALTHCHECKTIMESTAMP() |
Getter for LASTHEALTHCHECKTIMESTAMP w/ exceptions if field h |
HAS_LASTHEALTHCHECKTIMESTAMP() |
Determine if LASTHEALTHCHECKTIMESTAMP has a value |
LastUserActivityTimestamp¶
The timestamp of the last user's activity.
LastUserActivityTimestampis also updated when SageMaker AI performs health checks without user activity. As a result, this value is set to the same value asLastHealthCheckTimestamp.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUSERACTIVITYTSMP() |
Getter for LASTUSERACTIVITYTIMESTAMP, with configurable defa |
ASK_LASTUSERACTIVITYTSMP() |
Getter for LASTUSERACTIVITYTIMESTAMP w/ exceptions if field |
HAS_LASTUSERACTIVITYTSMP() |
Determine if LASTUSERACTIVITYTIMESTAMP has a value |
CreationTime¶
The 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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
FailureReason¶
The failure reason.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILUREREASON() |
Getter for FAILUREREASON, with configurable default |
ASK_FAILUREREASON() |
Getter for FAILUREREASON w/ exceptions if field has no value |
HAS_FAILUREREASON() |
Determine if FAILUREREASON has a value |
ResourceSpec¶
The instance type and the Amazon Resource Name (ARN) of the SageMaker AI image created on the instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCESPEC() |
Getter for RESOURCESPEC |
BuiltInLifecycleConfigArn¶
The lifecycle configuration that runs before the default lifecycle configuration
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUILTINLCCONFIGARN() |
Getter for BUILTINLIFECYCLECONFIGARN, with configurable defa |
ASK_BUILTINLCCONFIGARN() |
Getter for BUILTINLIFECYCLECONFIGARN w/ exceptions if field |
HAS_BUILTINLCCONFIGARN() |
Determine if BUILTINLIFECYCLECONFIGARN has a value |