Amazon SageMaker · Example Payload

Amazon Sagemaker Notebook Instance Example

AIInferenceMachine LearningMLOpsTraining

Amazon Sagemaker Notebook Instance Example is an example object payload from Amazon SageMaker, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

NotebookInstanceArnNotebookInstanceNameNotebookInstanceStatusInstanceTypeRoleArnSubnetIdSecurityGroupsUrlVolumeSizeInGBCreationTimeLastModifiedTime

Example Payload

Raw ↑
{
  "NotebookInstanceArn": "arn:aws:sagemaker:us-east-1:123456789012:resource/notebookinstancearn",
  "NotebookInstanceName": "my-notebookinstance-001",
  "NotebookInstanceStatus": "Pending",
  "InstanceType": "example-instancetype",
  "RoleArn": "arn:aws:sagemaker:us-east-1:123456789012:resource/rolearn",
  "SubnetId": "example-subnetid",
  "SecurityGroups": [],
  "Url": "example-url",
  "VolumeSizeInGB": 10,
  "CreationTime": "2025-03-15T14:30:00Z",
  "LastModifiedTime": "2025-03-15T14:30:00Z"
}