AppDetails
Details about an Amazon SageMaker AI app.
Contents
- AppName
-
The name of the app.
Type: String
Length Constraints: Maximum length of 63.
Pattern:
^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}
Required: No
- AppType
-
The type of app.
Type: String
Valid Values:
JupyterServer | KernelGateway | DetailedProfiler | TensorBoard | CodeEditor | JupyterLab | RStudioServerPro | RSessionGateway | Canvas
Required: No
- CreationTime
-
The creation time.
Type: Timestamp
Required: No
- DomainId
-
The domain ID.
Type: String
Length Constraints: Maximum length of 63.
Pattern:
^d-(-*[a-z0-9]){1,61}
Required: No
- ResourceSpec
-
Specifies the ARN's of a SageMaker AI image and SageMaker AI image version, and the instance type that the version runs on.
Note
When both
SageMakerImageVersionArn
andSageMakerImageArn
are passed,SageMakerImageVersionArn
is used. Any updates toSageMakerImageArn
will not take effect ifSageMakerImageVersionArn
already exists in theResourceSpec
becauseSageMakerImageVersionArn
always takes precedence. To clear the value set forSageMakerImageVersionArn
, passNone
as the value.Type: ResourceSpec object
Required: No
- SpaceName
-
The name of the space.
Type: String
Length Constraints: Maximum length of 63.
Pattern:
^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}
Required: No
- Status
-
The status.
Type: String
Valid Values:
Deleted | Deleting | Failed | InService | Pending
Required: No
- UserProfileName
-
The user profile name.
Type: String
Length Constraints: Maximum length of 63.
Pattern:
^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: