Builder

class Builder

Properties

Link copied to clipboard
var createdAfter: <Error class: unknown class>?

The time and date after which the transforms were created.

Link copied to clipboard
var createdBefore: <Error class: unknown class>?

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
var lastModifiedAfter: <Error class: unknown class>?

Filter on transforms last modified after this date.

Link copied to clipboard
var lastModifiedBefore: <Error class: unknown class>?

Filter on transforms last modified before this date.

Link copied to clipboard
var 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.