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>
BatchPrediction
operations that match the search criteria in the request.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 (ByPropertyName) |
Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs)
If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user's home directory)\.aws\credentials. Note that the encrypted credential file is not supported on all platforms. It will be skipped when searching for profiles on Windows Nano Server, Mac, and Linux platforms.
If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given.
As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | AWSProfilesLocation, ProfilesLocation |
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | AWSProfileName, StoredCredentials |
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | SecretAccessKey, SK |
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | ST |
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | RegionToCall |
The endpoint to make the call against.
Note: This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
PS C:\>Get-MLBatchPredictionListReturns a list of all BatchPredictions and their associated data records that match the search criterion given in the request.
PS C:\>Get-MLBatchPredictionList -FilterVariable Status -EQ COMPLETEDReturns a list of all BatchPredictions with a status of COMPLETED.
AWS Tools for PowerShell: 2.x.y.z