Amazon SageMaker · Example Payload

Amazon Sagemaker Endpoint Example

AIInferenceMachine LearningMLOpsTraining

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

Top-level fields

EndpointNameEndpointArnEndpointConfigNameEndpointStatusProductionVariantsCreationTimeLastModifiedTimeFailureReason

Example Payload

Raw ↑
{
  "EndpointName": "my-endpoint-001",
  "EndpointArn": "arn:aws:sagemaker:us-east-1:123456789012:resource/endpointarn",
  "EndpointConfigName": "my-endpointconfig-001",
  "EndpointStatus": "OutOfService",
  "ProductionVariants": [],
  "CreationTime": "2025-03-15T14:30:00Z",
  "LastModifiedTime": "2025-03-15T14:30:00Z",
  "FailureReason": "example-failurereason"
}