Amazon Lookout for Vision · JSON Structure

Amazon Lookout For Vision Greengrass Output Details Structure

Information about the AWS IoT Greengrass component created by a model packaging job.

Type: object Properties: 3
Computer VisionMachine LearningManufacturingQuality InspectionAnomaly Detection

GreengrassOutputDetails is a JSON Structure definition published by Amazon Lookout for Vision, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ComponentVersionArn ComponentName ComponentVersion

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-lookout-for-vision/refs/heads/main/json-structure/amazon-lookout-for-vision-greengrass-output-details-structure.json",
  "name": "GreengrassOutputDetails",
  "description": "Information about the AWS IoT Greengrass component created by a model packaging job. ",
  "type": "object",
  "properties": {
    "ComponentVersionArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ComponentVersionArn"
        },
        {
          "description": " The Amazon Resource Name (ARN) of the component. "
        }
      ]
    },
    "ComponentName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ComponentName"
        },
        {
          "description": " The name of the component. "
        }
      ]
    },
    "ComponentVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ComponentVersion"
        },
        {
          "description": " The version of the component. "
        }
      ]
    }
  }
}