| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
TransformFilterCriteria |
TransformFilterCriteria.clone() |
TransformFilterCriteria |
ListMLTransformsRequest.getFilter()
A
TransformFilterCriteria used to filter the machine learning transforms. |
TransformFilterCriteria |
GetMLTransformsRequest.getFilter()
The filter transformation criteria.
|
TransformFilterCriteria |
TransformFilterCriteria.withCreatedAfter(Date createdAfter)
The time and date after which the transforms were created.
|
TransformFilterCriteria |
TransformFilterCriteria.withCreatedBefore(Date createdBefore)
The time and date before which the transforms were created.
|
TransformFilterCriteria |
TransformFilterCriteria.withGlueVersion(String glueVersion)
This value determines which version of Glue this machine learning transform is compatible with.
|
TransformFilterCriteria |
TransformFilterCriteria.withLastModifiedAfter(Date lastModifiedAfter)
Filter on transforms last modified after this date.
|
TransformFilterCriteria |
TransformFilterCriteria.withLastModifiedBefore(Date lastModifiedBefore)
Filter on transforms last modified before this date.
|
TransformFilterCriteria |
TransformFilterCriteria.withName(String name)
A unique transform name that is used to filter the machine learning transforms.
|
TransformFilterCriteria |
TransformFilterCriteria.withSchema(Collection<SchemaColumn> schema)
Filters on datasets with a specific schema.
|
TransformFilterCriteria |
TransformFilterCriteria.withSchema(SchemaColumn... schema)
Filters on datasets with a specific schema.
|
TransformFilterCriteria |
TransformFilterCriteria.withStatus(String 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).
|
TransformFilterCriteria |
TransformFilterCriteria.withStatus(TransformStatusType 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).
|
TransformFilterCriteria |
TransformFilterCriteria.withTransformType(String transformType)
The type of machine learning transform that is used to filter the machine learning transforms.
|
TransformFilterCriteria |
TransformFilterCriteria.withTransformType(TransformType transformType)
The type of machine learning transform that is used to filter the machine learning transforms.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListMLTransformsRequest.setFilter(TransformFilterCriteria filter)
A
TransformFilterCriteria used to filter the machine learning transforms. |
void |
GetMLTransformsRequest.setFilter(TransformFilterCriteria filter)
The filter transformation criteria.
|
ListMLTransformsRequest |
ListMLTransformsRequest.withFilter(TransformFilterCriteria filter)
A
TransformFilterCriteria used to filter the machine learning transforms. |
GetMLTransformsRequest |
GetMLTransformsRequest.withFilter(TransformFilterCriteria filter)
The filter transformation criteria.
|
Copyright © 2024. All rights reserved.