Amazon SageMaker · Schema

Endpoint

Endpoint schema from Amazon SageMaker API

Artificial IntelligenceInferenceMachine-LearningMLOpsTraining

Properties

Name Type Description
EndpointName string The name of the endpoint.
EndpointArn string The Amazon Resource Name (ARN) of the endpoint.
EndpointConfigName string The name of the endpoint configuration.
EndpointStatus string The status of the endpoint.
ProductionVariants array An array of production variants.
CreationTime string A timestamp indicating when the endpoint was created.
LastModifiedTime string A timestamp indicating when the endpoint was last modified.
FailureReason string If the status is Failed, the reason it failed.
View JSON Schema on GitHub

JSON Schema

amazon-sagemaker-endpoint-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-sagemaker/refs/heads/main/json-schema/amazon-sagemaker-endpoint-schema.json",
  "title": "Endpoint",
  "description": "Endpoint schema from Amazon SageMaker API",
  "type": "object",
  "properties": {
    "EndpointName": {
      "type": "string",
      "description": "The name of the endpoint."
    },
    "EndpointArn": {
      "type": "string",
      "description": "The Amazon Resource Name (ARN) of the endpoint."
    },
    "EndpointConfigName": {
      "type": "string",
      "description": "The name of the endpoint configuration."
    },
    "EndpointStatus": {
      "type": "string",
      "description": "The status of the endpoint.",
      "enum": [
        "OutOfService",
        "Creating",
        "Updating",
        "SystemUpdating",
        "RollingBack",
        "InService",
        "Deleting",
        "Failed"
      ]
    },
    "ProductionVariants": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "VariantName": {
            "type": "string"
          },
          "DeployedImages": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "SpecifiedImage": {
                  "type": "string"
                },
                "ResolvedImage": {
                  "type": "string"
                }
              }
            }
          },
          "CurrentWeight": {
            "type": "number"
          },
          "DesiredWeight": {
            "type": "number"
          },
          "CurrentInstanceCount": {
            "type": "integer"
          },
          "DesiredInstanceCount": {
            "type": "integer"
          }
        }
      },
      "description": "An array of production variants."
    },
    "CreationTime": {
      "type": "string",
      "format": "date-time",
      "description": "A timestamp indicating when the endpoint was created."
    },
    "LastModifiedTime": {
      "type": "string",
      "format": "date-time",
      "description": "A timestamp indicating when the endpoint was last modified."
    },
    "FailureReason": {
      "type": "string",
      "description": "If the status is Failed, the reason it failed."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-sagemaker-endpoint"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.