Amazon Glue DataBrew · JSON Structure

Glue Databrew Statistic Override Structure

Override of a particular evaluation for a profile job.

Type: object Properties: 2 Required: 2
Data AnalyticsData PreparationETLMachine Learning

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

Properties

Statistic Parameters

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-glue-databrew/refs/heads/main/json-structure/glue-databrew-statistic-override-structure.json",
  "name": "StatisticOverride",
  "description": "Override of a particular evaluation for a profile job. ",
  "type": "object",
  "properties": {
    "Statistic": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Statistic"
        },
        {
          "description": "The name of an evaluation"
        }
      ]
    },
    "Parameters": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ParameterMap"
        },
        {
          "description": "A map that includes overrides of an evaluation\u2019s parameters."
        }
      ]
    }
  },
  "required": [
    "Statistic",
    "Parameters"
  ]
}