Amazon.PowerShell.Cmdlets.GLUE.AmazonGlueClientCmdlet.ClientConfig
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-Filter_CreatedAfter <DateTime>
The time and date after which the transforms were created.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-Filter_CreatedBefore <DateTime>
The time and date before which the transforms were created.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
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.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-Filter_LastModifiedAfter <DateTime>
Filter on transforms last modified after this date.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-Filter_LastModifiedBefore <DateTime>
Filter on transforms last modified before this date.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
A unique transform name that is used to filter the machine learning transforms.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
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.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
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".
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The type of machine learning transform that is used to filter the machine learning transforms.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The maximum number of results to return.
Note: In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | MaxItems, MaxResults |
A paginated token to offset the results.
Note: This parameter is only used if you are manually controlling output pagination of the service API call.
'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Use the -Select parameter to control the cmdlet output. The default value is 'Transforms'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Glue.Model.GetMLTransformsResponse). Specifying the name of a property of type Amazon.Glue.Model.GetMLTransformsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The column to be used in the sorting criteria that are associated with the machine learning transform.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The sort direction to be used in the sorting criteria that are associated with the machine learning transform.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |