TransformFilterCriteria

The criteria used to filter the machine learning transforms.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time and date after which the transforms were created.

Link copied to clipboard

The time and date before which the transforms were created.

Link copied to clipboard

This value determines which version of Glue this machine learning transform is compatible with. Glue 1.0 is recommended for most customers. If the value is not set, the Glue compatibility defaults to Glue 0.9. For more information, see Glue Versions in the developer guide.

Link copied to clipboard

Filter on transforms last modified after this date.

Link copied to clipboard

Filter on transforms last modified before this date.

Link copied to clipboard
val name: String?

A unique transform name that is used to filter the machine learning transforms.

Link copied to clipboard

Filters on datasets with a specific schema. The Map<Column, Type> object is an array of key-value pairs representing the schema this transform accepts, where Column is the name of a column, and Type is the type of the data such as an integer or string. Has an upper bound of 100 columns.

Link copied to clipboard

Filters the list of machine learning transforms by the last known status of the transforms (to indicate whether a transform can be used or not). One of "NOT_READY", "READY", or "DELETING".

Link copied to clipboard

The type of machine learning transform that is used to filter the machine learning transforms.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String