Amazon Personalize · JSON Structure

Openapi Solution Structure

Solution schema from Amazon Personalize

Type: object Properties: 5
AICustomer ExperienceMachine LearningMLPersonalizationRecommendations

Solution is a JSON Structure definition published by Amazon Personalize, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name solutionArn recipeArn datasetGroupArn status

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-personalize/refs/heads/main/json-structure/openapi-solution-structure.json",
  "name": "Solution",
  "description": "Solution schema from Amazon Personalize",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "solutionArn": {
      "type": "string"
    },
    "recipeArn": {
      "type": "string"
    },
    "datasetGroupArn": {
      "type": "string"
    },
    "status": {
      "type": "string"
    }
  }
}