|
NAMEPaws::Glue::TransformFilterCriteria USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::Glue::TransformFilterCriteria object: $service_obj->Method(Att1 => { CreatedAfter => $value, ..., TransformType => $value });
Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Glue::TransformFilterCriteria object: $result = $service_obj->Method(...); $result->Att1->CreatedAfter DESCRIPTIONThe criteria used to filter the machine learning transforms. ATTRIBUTESCreatedAfter => StrThe time and date after which the transforms were created. CreatedBefore => StrThe time and date before which the transforms were created. GlueVersion => StrThis 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 (https://docs.aws.amazon.com/glue/latest/dg/release-notes.html#release-notes-versions) in the developer guide. LastModifiedAfter => StrFilter on transforms last modified after this date. LastModifiedBefore => StrFilter on transforms last modified before this date. Name => StrA unique transform name that is used to filter the machine learning transforms. Schema => ArrayRef[Paws::Glue::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. Status => StrFilters 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". TransformType => StrThe type of machine learning transform that is used to filter the machine learning transforms. SEE ALSOThis class forms part of Paws, describing an object used in Paws::Glue BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|