Amazon Lookout for Vision · Schema
TargetPlatform
The platform on which a model runs on an AWS IoT Greengrass core device.
Computer-VisionMachine-LearningManufacturingQuality InspectionAnomaly Detection
Properties
| Name | Type | Description |
|---|---|---|
| Os | object | |
| Arch | object | |
| Accelerator | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-lookout-for-vision/refs/heads/main/json-schema/amazon-lookout-for-vision-target-platform-schema.json",
"title": "TargetPlatform",
"description": "The platform on which a model runs on an AWS IoT Greengrass core device.",
"type": "object",
"properties": {
"Os": {
"allOf": [
{
"$ref": "#/components/schemas/TargetPlatformOs"
},
{
"description": "The target operating system for the model. Linux is the only operating system that is currently supported. "
}
]
},
"Arch": {
"allOf": [
{
"$ref": "#/components/schemas/TargetPlatformArch"
},
{
"description": "The target architecture for the model. The currently supported architectures are X86_64 (64-bit version of the x86 instruction set) and ARM_64 (ARMv8 64-bit CPU). "
}
]
},
"Accelerator": {
"allOf": [
{
"$ref": "#/components/schemas/TargetPlatformAccelerator"
},
{
"description": "<p>The target accelerator for the model. Currently, Amazon Lookout for Vision only supports NVIDIA (Nvidia graphics processing unit) and CPU accelerators. If you specify NVIDIA as an accelerator, you must also specify the <code>gpu-code</code>, <code>trt-ver</code>, and <code>cuda-ver</code> compiler options. If you don't specify an accelerator, Lookout for Vision uses the CPU for compilation and we highly recommend that you use the <a>GreengrassConfiguration$CompilerOptions</a> field. For example, you can use the following compiler options for CPU: </p> <ul> <li> <p> <code>mcpu</code>: CPU micro-architecture. For example, <code>{'mcpu': 'skylake-avx512'}</code> </p> </li> <li> <p> <code>mattr</code>: CPU flags. For example, <code>{'mattr': ['+neon', '+vfpv4']}</code> </p> </li> </ul>"
}
]
}
},
"required": [
"Os",
"Arch"
]
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-lookout-for-vision-target-platform"
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.