DescribeSpace
Describes the space.
Request Syntax
{
"DomainId": "string
",
"SpaceName": "string
"
}
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
The request accepts the following data in JSON format.
Response Syntax
{
"CreationTime": number,
"DomainId": "string",
"FailureReason": "string",
"HomeEfsFileSystemUid": "string",
"LastModifiedTime": number,
"SpaceArn": "string",
"SpaceName": "string",
"SpaceSettings": {
"JupyterServerAppSettings": {
"CodeRepositories": [
{
"RepositoryUrl": "string"
}
],
"DefaultResourceSpec": {
"InstanceType": "string",
"LifecycleConfigArn": "string",
"SageMakerImageArn": "string",
"SageMakerImageVersionArn": "string"
},
"LifecycleConfigArns": [ "string" ]
},
"KernelGatewayAppSettings": {
"CustomImages": [
{
"AppImageConfigName": "string",
"ImageName": "string",
"ImageVersionNumber": number
}
],
"DefaultResourceSpec": {
"InstanceType": "string",
"LifecycleConfigArn": "string",
"SageMakerImageArn": "string",
"SageMakerImageVersionArn": "string"
},
"LifecycleConfigArns": [ "string" ]
}
},
"Status": "string"
}
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
- CreationTime
-
The creation time.
Type: Timestamp
- DomainId
-
The ID of the associated Domain.
Type: String
Length Constraints: Maximum length of 63.
- FailureReason
-
The failure reason.
Type: String
Length Constraints: Maximum length of 1024.
- HomeEfsFileSystemUid
-
The ID of the space's profile in the Amazon Elastic File System volume.
Type: String
Length Constraints: Maximum length of 10.
Pattern:
\d+
- LastModifiedTime
-
The last modified time.
Type: Timestamp
- SpaceArn
-
The space's Amazon Resource Name (ARN).
Type: String
Length Constraints: Maximum length of 256.
Pattern:
arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:space/.*
- 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}
- SpaceSettings
-
A collection of space settings.
Type: SpaceSettings object
- Status
-
The status.
Type: String
Valid Values:
Deleting | Failed | InService | Pending | Updating | Update_Failed | Delete_Failed
Errors
For information about the errors that are common to all actions, see Common Errors.
- ResourceNotFound
-
Resource being access is not found.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: