Amazon Personalize · JSON Structure

Openapi Dataset Group Structure

DatasetGroup schema from Amazon Personalize

Type: object Properties: 5
AICustomer ExperienceMachine LearningMLPersonalizationRecommendations

DatasetGroup 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 datasetGroupArn status domain creationDateTime

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-dataset-group-structure.json",
  "name": "DatasetGroup",
  "description": "DatasetGroup schema from Amazon Personalize",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "datasetGroupArn": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "domain": {
      "type": "string"
    },
    "creationDateTime": {
      "type": "datetime"
    }
  }
}