Amazon Lookout for Vision · JSON Structure

Amazon Lookout For Vision Dataset Source Structure

Information about the location of a manifest file that Amazon Lookout for Vision uses to to create a dataset.

Type: object Properties: 1
Computer VisionMachine LearningManufacturingQuality InspectionAnomaly Detection

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

Properties

GroundTruthManifest

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-dataset-source-structure.json",
  "name": "DatasetSource",
  "description": "Information about the location of a manifest file that Amazon Lookout for Vision uses to to create a dataset.",
  "type": "object",
  "properties": {
    "GroundTruthManifest": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DatasetGroundTruthManifest"
        },
        {
          "description": "Location information for the manifest file."
        }
      ]
    }
  }
}