Amazon Glue · JSON Structure

Glue List Ml Transforms Request Structure

ListMLTransformsRequest schema from Amazon Glue API

Type: object Properties: 5
AnalyticsData CatalogData IntegrationData PipelineETLServerless

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

Properties

NextToken MaxResults Filter Sort Tags

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-list-ml-transforms-request-structure.json",
  "name": "ListMLTransformsRequest",
  "description": "ListMLTransformsRequest schema from Amazon Glue API",
  "type": "object",
  "properties": {
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PaginationToken"
        },
        {
          "description": "A continuation token, if this is a continuation request."
        }
      ]
    },
    "MaxResults": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PageSize"
        },
        {
          "description": "The maximum size of a list to return."
        }
      ]
    },
    "Filter": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TransformFilterCriteria"
        },
        {
          "description": "A <code>TransformFilterCriteria</code> used to filter the machine learning transforms."
        }
      ]
    },
    "Sort": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TransformSortCriteria"
        },
        {
          "description": "A <code>TransformSortCriteria</code> used to sort the machine learning transforms."
        }
      ]
    },
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagsMap"
        },
        {
          "description": "Specifies to return only these tagged resources."
        }
      ]
    }
  }
}