TransformFilterCriteria class

The criteria used to filter the machine learning transforms.

Constructors

TransformFilterCriteria({DateTime? createdAfter, DateTime? createdBefore, String? glueVersion, DateTime? lastModifiedAfter, DateTime? lastModifiedBefore, String? name, List<SchemaColumn>? schema, TransformStatusType? status, TransformType? transformType})

Properties

createdAfter DateTime?
The time and date after which the transforms were created.
final
createdBefore DateTime?
The time and date before which the transforms were created.
final
glueVersion String?
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.
final
hashCode int
The hash code for this object.
no setterinherited
lastModifiedAfter DateTime?
Filter on transforms last modified after this date.
final
lastModifiedBefore DateTime?
Filter on transforms last modified before this date.
final
name String?
A unique transform name that is used to filter the machine learning transforms.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schema List<SchemaColumn>?
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.
final
status TransformStatusType?
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".
final
transformType TransformType?
The type of machine learning transform that is used to filter the machine learning transforms.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited