Amazon Glue · JSON Structure

Glue Get Ml Task Runs Response Structure

GetMLTaskRunsResponse schema from Amazon Glue API

Type: object Properties: 2
AnalyticsData CatalogData IntegrationData PipelineETLServerless

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

Properties

TaskRuns NextToken

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/refs/heads/main/json-structure/glue-get-ml-task-runs-response-structure.json",
  "name": "GetMLTaskRunsResponse",
  "description": "GetMLTaskRunsResponse schema from Amazon Glue API",
  "type": "object",
  "properties": {
    "TaskRuns": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TaskRunList"
        },
        {
          "description": "A list of task runs that are associated with the transform."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PaginationToken"
        },
        {
          "description": "A pagination token, if more results are available."
        }
      ]
    }
  }
}