Amazon Lookout for Vision · JSON Structure

Amazon Lookout For Vision Output Config Structure

The S3 location where Amazon Lookout for Vision saves model training files.

Type: object Properties: 1 Required: 1
Computer VisionMachine LearningManufacturingQuality InspectionAnomaly Detection

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

Properties

S3Location

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-output-config-structure.json",
  "name": "OutputConfig",
  "description": "The S3 location where Amazon Lookout for Vision saves model training files.",
  "type": "object",
  "properties": {
    "S3Location": {
      "allOf": [
        {
          "$ref": "#/components/schemas/S3Location"
        },
        {
          "description": "The S3 location for the output."
        }
      ]
    }
  },
  "required": [
    "S3Location"
  ]
}