Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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_ge :: Lens' DescribeBatchPredictions (Maybe Text)
- describeBatchPredictions_prefix :: Lens' DescribeBatchPredictions (Maybe Text)
- describeBatchPredictions_gt :: Lens' DescribeBatchPredictions (Maybe Text)
- describeBatchPredictions_ne :: Lens' DescribeBatchPredictions (Maybe Text)
- describeBatchPredictions_nextToken :: Lens' DescribeBatchPredictions (Maybe Text)
- describeBatchPredictions_sortOrder :: Lens' DescribeBatchPredictions (Maybe SortOrder)
- describeBatchPredictions_limit :: Lens' DescribeBatchPredictions (Maybe Natural)
- describeBatchPredictions_lt :: Lens' DescribeBatchPredictions (Maybe Text)
- describeBatchPredictions_filterVariable :: Lens' DescribeBatchPredictions (Maybe BatchPredictionFilterVariable)
- describeBatchPredictions_le :: Lens' DescribeBatchPredictions (Maybe Text)
- data DescribeBatchPredictionsResponse = DescribeBatchPredictionsResponse' {
- results :: Maybe [BatchPrediction]
- nextToken :: Maybe Text
- httpStatus :: Int
- newDescribeBatchPredictionsResponse :: Int -> DescribeBatchPredictionsResponse
- describeBatchPredictionsResponse_results :: Lens' DescribeBatchPredictionsResponse (Maybe [BatchPrediction])
- describeBatchPredictionsResponse_nextToken :: Lens' DescribeBatchPredictionsResponse (Maybe Text)
- describeBatchPredictionsResponse_httpStatus :: Lens' DescribeBatchPredictionsResponse Int
Creating a Request
data DescribeBatchPredictions Source #
See: newDescribeBatchPredictions
smart constructor.
DescribeBatchPredictions' | |
|
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: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: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: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:ne:DescribeBatchPredictions'
, describeBatchPredictions_ne
- The not equal to operator. The BatchPrediction
results will have
FilterVariable
values not equal to the value specified with NE
.
$sel:nextToken:DescribeBatchPredictions'
, describeBatchPredictions_nextToken
- An ID of the page in the paginated results.
$sel:sortOrder:DescribeBatchPredictions'
, describeBatchPredictions_sortOrder
- A two-value parameter that determines the sequence of the resulting list
of MLModel
s.
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
.
$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: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:filterVariable:DescribeBatchPredictions'
, describeBatchPredictions_filterVariable
- Use one of the following variables to filter a list of
BatchPrediction
:
CreatedAt
- Sets the search criteria to theBatchPrediction
creation date.Status
- Sets the search criteria to theBatchPrediction
status.Name
- Sets the search criteria to the contents of theBatchPrediction
____Name
.IAMUser
- Sets the search criteria to the user account that invoked theBatchPrediction
creation.MLModelId
- Sets the search criteria to theMLModel
used in theBatchPrediction
.DataSourceId
- Sets the search criteria to theDataSource
used 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: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
.
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_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_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_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_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_sortOrder :: Lens' DescribeBatchPredictions (Maybe SortOrder) Source #
A two-value parameter that determines the sequence of the resulting list
of MLModel
s.
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
.
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_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_filterVariable :: Lens' DescribeBatchPredictions (Maybe BatchPredictionFilterVariable) Source #
Use one of the following variables to filter a list of
BatchPrediction
:
CreatedAt
- Sets the search criteria to theBatchPrediction
creation date.Status
- Sets the search criteria to theBatchPrediction
status.Name
- Sets the search criteria to the contents of theBatchPrediction
____Name
.IAMUser
- Sets the search criteria to the user account that invoked theBatchPrediction
creation.MLModelId
- Sets the search criteria to theMLModel
used in theBatchPrediction
.DataSourceId
- Sets the search criteria to theDataSource
used 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_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
.
Destructuring the Response
data DescribeBatchPredictionsResponse Source #
Represents the output of a DescribeBatchPredictions
operation. The
content is essentially a list of BatchPrediction
s.
See: newDescribeBatchPredictionsResponse
smart constructor.
DescribeBatchPredictionsResponse' | |
|
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:
$sel:results:DescribeBatchPredictionsResponse'
, describeBatchPredictionsResponse_results
- A list of BatchPrediction
objects that meet the search criteria.
$sel:nextToken:DescribeBatchPredictions'
, describeBatchPredictionsResponse_nextToken
- The ID of the next page in the paginated results that indicates at least
one more page follows.
$sel:httpStatus:DescribeBatchPredictionsResponse'
, describeBatchPredictionsResponse_httpStatus
- The response's http status code.
Response Lenses
describeBatchPredictionsResponse_results :: Lens' DescribeBatchPredictionsResponse (Maybe [BatchPrediction]) Source #
A list of BatchPrediction
objects that meet the search criteria.
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_httpStatus :: Lens' DescribeBatchPredictionsResponse Int Source #
The response's http status code.