| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MachineLearning.DescribeBatchPredictions
Description
Returns a list of BatchPrediction operations that match the search
criteria in the request.
This operation returns paginated results.
Synopsis
- data DescribeBatchPredictions = DescribeBatchPredictions' {}
- newDescribeBatchPredictions :: DescribeBatchPredictions
- describeBatchPredictions_eq :: Lens' DescribeBatchPredictions (Maybe Text)
- describeBatchPredictions_filterVariable :: Lens' DescribeBatchPredictions (Maybe BatchPredictionFilterVariable)
- describeBatchPredictions_ge :: Lens' DescribeBatchPredictions (Maybe Text)
- describeBatchPredictions_gt :: Lens' DescribeBatchPredictions (Maybe Text)
- describeBatchPredictions_le :: Lens' DescribeBatchPredictions (Maybe Text)
- describeBatchPredictions_lt :: Lens' DescribeBatchPredictions (Maybe Text)
- describeBatchPredictions_limit :: Lens' DescribeBatchPredictions (Maybe Natural)
- describeBatchPredictions_ne :: Lens' DescribeBatchPredictions (Maybe Text)
- describeBatchPredictions_nextToken :: Lens' DescribeBatchPredictions (Maybe Text)
- describeBatchPredictions_prefix :: Lens' DescribeBatchPredictions (Maybe Text)
- describeBatchPredictions_sortOrder :: Lens' DescribeBatchPredictions (Maybe SortOrder)
- data DescribeBatchPredictionsResponse = DescribeBatchPredictionsResponse' {
- nextToken :: Maybe Text
- results :: Maybe [BatchPrediction]
- httpStatus :: Int
- newDescribeBatchPredictionsResponse :: Int -> DescribeBatchPredictionsResponse
- describeBatchPredictionsResponse_nextToken :: Lens' DescribeBatchPredictionsResponse (Maybe Text)
- describeBatchPredictionsResponse_results :: Lens' DescribeBatchPredictionsResponse (Maybe [BatchPrediction])
- describeBatchPredictionsResponse_httpStatus :: Lens' DescribeBatchPredictionsResponse Int
Creating a Request
data DescribeBatchPredictions Source #
See: newDescribeBatchPredictions smart constructor.
Constructors
| DescribeBatchPredictions' | |
Fields
| |
Instances
newDescribeBatchPredictions :: DescribeBatchPredictions Source #
Create a value of DescribeBatchPredictions with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:eq:DescribeBatchPredictions', describeBatchPredictions_eq - The equal to operator. The BatchPrediction results will have
FilterVariable values that exactly match the value specified with
EQ.
$sel:filterVariable:DescribeBatchPredictions', describeBatchPredictions_filterVariable - Use one of the following variables to filter a list of
BatchPrediction:
CreatedAt- Sets the search criteria to theBatchPredictioncreation date.Status- Sets the search criteria to theBatchPredictionstatus.Name- Sets the search criteria to the contents of theBatchPrediction____Name.IAMUser- Sets the search criteria to the user account that invoked theBatchPredictioncreation.MLModelId- Sets the search criteria to theMLModelused in theBatchPrediction.DataSourceId- Sets the search criteria to theDataSourceused in theBatchPrediction.DataURI- Sets the search criteria to the data file(s) used in theBatchPrediction. The URL can identify either a file or an Amazon Simple Storage Solution (Amazon S3) bucket or directory.
$sel:ge:DescribeBatchPredictions', describeBatchPredictions_ge - The greater than or equal to operator. The BatchPrediction results
will have FilterVariable values that are greater than or equal to the
value specified with GE.
$sel:gt:DescribeBatchPredictions', describeBatchPredictions_gt - The greater than operator. The BatchPrediction results will have
FilterVariable values that are greater than the value specified with
GT.
$sel:le:DescribeBatchPredictions', describeBatchPredictions_le - The less than or equal to operator. The BatchPrediction results will
have FilterVariable values that are less than or equal to the value
specified with LE.
$sel:lt:DescribeBatchPredictions', describeBatchPredictions_lt - The less than operator. The BatchPrediction results will have
FilterVariable values that are less than the value specified with
LT.
$sel:limit:DescribeBatchPredictions', describeBatchPredictions_limit - The number of pages of information to include in the result. The range
of acceptable values is 1 through 100. The default value is 100.
$sel:ne:DescribeBatchPredictions', describeBatchPredictions_ne - The not equal to operator. The BatchPrediction results will have
FilterVariable values not equal to the value specified with NE.
DescribeBatchPredictions, describeBatchPredictions_nextToken - An ID of the page in the paginated results.
$sel:prefix:DescribeBatchPredictions', describeBatchPredictions_prefix - A string that is found at the beginning of a variable, such as 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:
- 2014-09
- 2014-09-09
- 2014-09-09-Holiday
$sel:sortOrder:DescribeBatchPredictions', describeBatchPredictions_sortOrder - A two-value parameter that determines the sequence of the resulting list
of MLModels.
asc- Arranges the list in ascending order (A-Z, 0-9).dsc- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable.
Request Lenses
describeBatchPredictions_eq :: Lens' DescribeBatchPredictions (Maybe Text) Source #
The equal to operator. The BatchPrediction results will have
FilterVariable values that exactly match the value specified with
EQ.
describeBatchPredictions_filterVariable :: Lens' DescribeBatchPredictions (Maybe BatchPredictionFilterVariable) Source #
Use one of the following variables to filter a list of
BatchPrediction:
CreatedAt- Sets the search criteria to theBatchPredictioncreation date.Status- Sets the search criteria to theBatchPredictionstatus.Name- Sets the search criteria to the contents of theBatchPrediction____Name.IAMUser- Sets the search criteria to the user account that invoked theBatchPredictioncreation.MLModelId- Sets the search criteria to theMLModelused in theBatchPrediction.DataSourceId- Sets the search criteria to theDataSourceused in theBatchPrediction.DataURI- Sets the search criteria to the data file(s) used in theBatchPrediction. The URL can identify either a file or an Amazon Simple Storage Solution (Amazon S3) bucket or directory.
describeBatchPredictions_ge :: Lens' DescribeBatchPredictions (Maybe Text) Source #
The greater than or equal to operator. The BatchPrediction results
will have FilterVariable values that are greater than or equal to the
value specified with GE.
describeBatchPredictions_gt :: Lens' DescribeBatchPredictions (Maybe Text) Source #
The greater than operator. The BatchPrediction results will have
FilterVariable values that are greater than the value specified with
GT.
describeBatchPredictions_le :: Lens' DescribeBatchPredictions (Maybe Text) Source #
The less than or equal to operator. The BatchPrediction results will
have FilterVariable values that are less than or equal to the value
specified with LE.
describeBatchPredictions_lt :: Lens' DescribeBatchPredictions (Maybe Text) Source #
The less than operator. The BatchPrediction results will have
FilterVariable values that are less than the value specified with
LT.
describeBatchPredictions_limit :: Lens' DescribeBatchPredictions (Maybe Natural) Source #
The number of pages of information to include in the result. The range
of acceptable values is 1 through 100. The default value is 100.
describeBatchPredictions_ne :: Lens' DescribeBatchPredictions (Maybe Text) Source #
The not equal to operator. The BatchPrediction results will have
FilterVariable values not equal to the value specified with NE.
describeBatchPredictions_nextToken :: Lens' DescribeBatchPredictions (Maybe Text) Source #
An ID of the page in the paginated results.
describeBatchPredictions_prefix :: Lens' DescribeBatchPredictions (Maybe Text) Source #
A string that is found at the beginning of a variable, such as 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:
- 2014-09
- 2014-09-09
- 2014-09-09-Holiday
describeBatchPredictions_sortOrder :: Lens' DescribeBatchPredictions (Maybe SortOrder) Source #
A two-value parameter that determines the sequence of the resulting list
of MLModels.
asc- Arranges the list in ascending order (A-Z, 0-9).dsc- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable.
Destructuring the Response
data DescribeBatchPredictionsResponse Source #
Represents the output of a DescribeBatchPredictions operation. The
content is essentially a list of BatchPredictions.
See: newDescribeBatchPredictionsResponse smart constructor.
Constructors
| DescribeBatchPredictionsResponse' | |
Fields
| |
Instances
newDescribeBatchPredictionsResponse Source #
Create a value of DescribeBatchPredictionsResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DescribeBatchPredictions, describeBatchPredictionsResponse_nextToken - The ID of the next page in the paginated results that indicates at least
one more page follows.
$sel:results:DescribeBatchPredictionsResponse', describeBatchPredictionsResponse_results - A list of BatchPrediction objects that meet the search criteria.
$sel:httpStatus:DescribeBatchPredictionsResponse', describeBatchPredictionsResponse_httpStatus - The response's http status code.
Response Lenses
describeBatchPredictionsResponse_nextToken :: Lens' DescribeBatchPredictionsResponse (Maybe Text) Source #
The ID of the next page in the paginated results that indicates at least one more page follows.
describeBatchPredictionsResponse_results :: Lens' DescribeBatchPredictionsResponse (Maybe [BatchPrediction]) Source #
A list of BatchPrediction objects that meet the search criteria.
describeBatchPredictionsResponse_httpStatus :: Lens' DescribeBatchPredictionsResponse Int Source #
The response's http status code.