TransformFilterCriteria
The criteria used to filter the machine learning transforms.
Contents
- CreatedAfter
-
The time and date after which the transforms were created.
Type: Timestamp
Required: No
- CreatedBefore
-
The time and date before which the transforms were created.
Type: Timestamp
Required: No
- GlueVersion
-
This value determines which version of AWS 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 AWS Glue Versions in the developer guide.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
^\w+\.\w+$
Required: No
- LastModifiedAfter
-
Filter on transforms last modified after this date.
Type: Timestamp
Required: No
- LastModifiedBefore
-
Filter on transforms last modified before this date.
Type: Timestamp
Required: No
- Name
-
A unique transform name that is used to filter the machine learning transforms.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*
Required: No
- Schema
-
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, whereColumn
is the name of a column, andType
is the type of the data such as an integer or string. Has an upper bound of 100 columns.Type: Array of SchemaColumn objects
Array Members: Maximum number of 100 items.
Required: No
- Status
-
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".
Type: String
Valid Values:
NOT_READY | READY | DELETING
Required: No
- TransformType
-
The type of machine learning transform that is used to filter the machine learning transforms.
Type: String
Valid Values:
FIND_MATCHES
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: