You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glue::Types::TransformSortCriteria

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing TransformSortCriteria as input to an Aws::Client method, you can use a vanilla Hash:

{
  column: "NAME", # required, accepts NAME, TRANSFORM_TYPE, STATUS, CREATED, LAST_MODIFIED
  sort_direction: "DESCENDING", # required, accepts DESCENDING, ASCENDING
}

The sorting criteria that are associated with the machine learning transform.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#columnString

The column to be used in the sorting criteria that are associated with the machine learning transform.

Possible values:

  • NAME
  • TRANSFORM_TYPE
  • STATUS
  • CREATED
  • LAST_MODIFIED

Returns:

  • (String)

    The column to be used in the sorting criteria that are associated with the machine learning transform.

#sort_directionString

The sort direction to be used in the sorting criteria that are associated with the machine learning transform.

Possible values:

  • DESCENDING
  • ASCENDING

Returns:

  • (String)

    The sort direction to be used in the sorting criteria that are associated with the machine learning transform.