AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Get-MLBatchPredictionList-EQ <String>-FilterVariable <BatchPredictionFilterVariable>-GE <String>-GT <String>-LE <String>-LT <String>-NE <String>-Prefix <String>-SortOrder <SortOrder>-Limit <Int32>-NextToken <String>-Select <String>-NoAutoIteration <SwitchParameter>-ClientConfig <AmazonMachineLearningConfig>
BatchPrediction
operations that match the search criteria in the request.Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
BatchPrediction
results will have FilterVariable
values that exactly match the value specified with EQ
. Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
BatchPrediction
:CreatedAt
- Sets the search criteria to the BatchPrediction
creation date.Status
- Sets the search criteria to the BatchPrediction
status.Name
- Sets the search criteria to the contents of the BatchPrediction
Name
.IAMUser
- Sets the search criteria to the user account that invoked the BatchPrediction
creation.MLModelId
- Sets the search criteria to the MLModel
used in the BatchPrediction
.DataSourceId
- Sets the search criteria to the DataSource
used in the BatchPrediction
.DataURI
- Sets the search criteria to the data file(s) used in the BatchPrediction
. The URL can identify either a file or an Amazon Simple Storage Solution (Amazon S3) bucket or directory.Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
BatchPrediction
results will have FilterVariable
values that are greater than or equal to the value specified with GE
. Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
BatchPrediction
results will have FilterVariable
values that are greater than the value specified with GT
. Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
BatchPrediction
results will have FilterVariable
values that are less than or equal to the value specified with LE
. Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
1
through 100
. The default value is 100
.Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | MaxItems |
BatchPrediction
results will have FilterVariable
values that are less than the value specified with LT
. Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
BatchPrediction
results will have FilterVariable
values not equal to the value specified with NE
. Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Name
or Id
.For example, a Batch Prediction
operation could have the Name
2014-09-09-HolidayGiftMailer
. To search for this BatchPrediction
, select Name
for the FilterVariable
and any of the following strings for the Prefix
: Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
MLModel
s.asc
- Arranges the list in ascending order (A-Z, 0-9).dsc
- Arranges the list in descending order (Z-A, 9-0).FilterVariable
. Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | AK |
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByValue, ByPropertyName) |
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByValue, ByPropertyName) |
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | AWSProfilesLocation, ProfilesLocation |
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | StoredCredentials, AWSProfileName |
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | RegionToCall |
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | SK, SecretAccessKey |
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | ST |
Get-MLBatchPredictionListReturns a list of all BatchPredictions and their associated data records that match the search criterion given in the request.
Get-MLBatchPredictionList -FilterVariable Status -EQ COMPLETEDReturns a list of all BatchPredictions with a status of COMPLETED.
AWS Tools for PowerShell: 2.x.y.z