Amazon Lookout for Vision · JSON Structure

Amazon Lookout For Vision Dataset Ground Truth Manifest Structure

Location information about a manifest file. You can use a manifest file to create a dataset.

Type: object Properties: 1
Computer VisionMachine LearningManufacturingQuality InspectionAnomaly Detection

DatasetGroundTruthManifest 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

S3Object

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-ground-truth-manifest-structure.json",
  "name": "DatasetGroundTruthManifest",
  "description": "Location information about a manifest file. You can use a manifest file to create a dataset.",
  "type": "object",
  "properties": {
    "S3Object": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InputS3Object"
        },
        {
          "description": "The S3 bucket location for the manifest file."
        }
      ]
    }
  }
}