Amazon Lookout for Vision · JSON Structure

Amazon Lookout For Vision Start Model Packaging Job Request Structure

StartModelPackagingJobRequest schema from Amazon Lookout for Vision API

Type: object Properties: 4 Required: 2
Computer VisionMachine LearningManufacturingQuality InspectionAnomaly Detection

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

Properties

ModelVersion JobName Configuration Description

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-start-model-packaging-job-request-structure.json",
  "name": "StartModelPackagingJobRequest",
  "description": "StartModelPackagingJobRequest schema from Amazon Lookout for Vision API",
  "type": "object",
  "properties": {
    "ModelVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ModelVersion"
        },
        {
          "description": " The version of the model within the project that you want to package. "
        }
      ]
    },
    "JobName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ModelPackagingJobName"
        },
        {
          "description": "A name for the model packaging job. If you don't supply a value, the service creates a job name for you. "
        }
      ]
    },
    "Configuration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ModelPackagingConfiguration"
        },
        {
          "description": "The configuration for the model packaging job. "
        }
      ]
    },
    "Description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ModelPackagingJobDescription"
        },
        {
          "description": "A description for the model packaging job. "
        }
      ]
    }
  },
  "required": [
    "ModelVersion",
    "Configuration"
  ]
}