Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_ml_transform

Glue.Client.delete_ml_transform(**kwargs)

Deletes an Glue machine learning transform. Machine learning transforms are a special type of transform that use machine learning to learn the details of the transformation to be performed by learning from examples provided by humans. These transformations are then saved by Glue. If you no longer need a transform, you can delete it by calling DeleteMLTransforms . However, any Glue jobs that still reference the deleted transform will no longer succeed.

See also: AWS API Documentation

Request Syntax

response = client.delete_ml_transform(
    TransformId='string'
)
Parameters
TransformId (string) --

[REQUIRED]

The unique identifier of the transform to delete.

Return type
dict
Returns
Response Syntax
{
    'TransformId': 'string'
}

Response Structure

  • (dict) --
    • TransformId (string) --

      The unique identifier of the transform that was deleted.

Exceptions

  • Glue.Client.exceptions.EntityNotFoundException
  • Glue.Client.exceptions.InvalidInputException
  • Glue.Client.exceptions.OperationTimeoutException
  • Glue.Client.exceptions.InternalServiceException