libZSservicesZSamazonka-mlZSamazonka-ml
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MachineLearning.DescribeBatchPredictions

Description

Returns a list of BatchPrediction operations that match the search criteria in the request.

This operation returns paginated results.

Synopsis

Creating a Request

data DescribeBatchPredictions Source #

See: newDescribeBatchPredictions smart constructor.

Constructors

DescribeBatchPredictions' 

Fields

  • eq :: Maybe Text

    The equal to operator. The BatchPrediction results will have FilterVariable values that exactly match the value specified with EQ.

  • ge :: Maybe Text

    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.

  • prefix :: Maybe Text

    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
  • gt :: Maybe Text

    The greater than operator. The BatchPrediction results will have FilterVariable values that are greater than the value specified with GT.

  • ne :: Maybe Text

    The not equal to operator. The BatchPrediction results will have FilterVariable values not equal to the value specified with NE.

  • nextToken :: Maybe Text

    An ID of the page in the paginated results.

  • sortOrder :: Maybe 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.

  • limit :: Maybe Natural

    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.

  • lt :: Maybe Text

    The less than operator. The BatchPrediction results will have FilterVariable values that are less than the value specified with LT.

  • filterVariable :: Maybe BatchPredictionFilterVariable

    Use one of the following variables to filter a list of 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.
  • le :: Maybe Text

    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.

Instances

Instances details
Eq DescribeBatchPredictions Source # 
Instance details

Defined in Amazonka.MachineLearning.DescribeBatchPredictions

Read DescribeBatchPredictions Source # 
Instance details

Defined in Amazonka.MachineLearning.DescribeBatchPredictions

Show DescribeBatchPredictions Source # 
Instance details

Defined in Amazonka.MachineLearning.DescribeBatchPredictions

Generic DescribeBatchPredictions Source # 
Instance details

Defined in Amazonka.MachineLearning.DescribeBatchPredictions

Associated Types

type Rep DescribeBatchPredictions :: Type -> Type #

NFData DescribeBatchPredictions Source # 
Instance details

Defined in Amazonka.MachineLearning.DescribeBatchPredictions

Hashable DescribeBatchPredictions Source # 
Instance details

Defined in Amazonka.MachineLearning.DescribeBatchPredictions

ToJSON DescribeBatchPredictions Source # 
Instance details

Defined in Amazonka.MachineLearning.DescribeBatchPredictions

AWSPager DescribeBatchPredictions Source # 
Instance details

Defined in Amazonka.MachineLearning.DescribeBatchPredictions

AWSRequest DescribeBatchPredictions Source # 
Instance details

Defined in Amazonka.MachineLearning.DescribeBatchPredictions

ToHeaders DescribeBatchPredictions Source # 
Instance details

Defined in Amazonka.MachineLearning.DescribeBatchPredictions

ToPath DescribeBatchPredictions Source # 
Instance details

Defined in Amazonka.MachineLearning.DescribeBatchPredictions

ToQuery DescribeBatchPredictions Source # 
Instance details

Defined in Amazonka.MachineLearning.DescribeBatchPredictions

type Rep DescribeBatchPredictions Source # 
Instance details

Defined in Amazonka.MachineLearning.DescribeBatchPredictions

type Rep DescribeBatchPredictions = D1 ('MetaData "DescribeBatchPredictions" "Amazonka.MachineLearning.DescribeBatchPredictions" "libZSservicesZSamazonka-mlZSamazonka-ml" 'False) (C1 ('MetaCons "DescribeBatchPredictions'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "eq") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ge") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "gt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ne") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder)) :*: S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: (S1 ('MetaSel ('Just "lt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "filterVariable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchPredictionFilterVariable)) :*: S1 ('MetaSel ('Just "le") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))
type AWSResponse DescribeBatchPredictions Source # 
Instance details

Defined in Amazonka.MachineLearning.DescribeBatchPredictions

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 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.

$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 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.

$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 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.

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 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.

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 BatchPredictions.

See: newDescribeBatchPredictionsResponse smart constructor.

Constructors

DescribeBatchPredictionsResponse' 

Fields

Instances

Instances details
Eq DescribeBatchPredictionsResponse Source # 
Instance details

Defined in Amazonka.MachineLearning.DescribeBatchPredictions

Read DescribeBatchPredictionsResponse Source # 
Instance details

Defined in Amazonka.MachineLearning.DescribeBatchPredictions

Show DescribeBatchPredictionsResponse Source # 
Instance details

Defined in Amazonka.MachineLearning.DescribeBatchPredictions

Generic DescribeBatchPredictionsResponse Source # 
Instance details

Defined in Amazonka.MachineLearning.DescribeBatchPredictions

Associated Types

type Rep DescribeBatchPredictionsResponse :: Type -> Type #

NFData DescribeBatchPredictionsResponse Source # 
Instance details

Defined in Amazonka.MachineLearning.DescribeBatchPredictions

type Rep DescribeBatchPredictionsResponse Source # 
Instance details

Defined in Amazonka.MachineLearning.DescribeBatchPredictions

type Rep DescribeBatchPredictionsResponse = D1 ('MetaData "DescribeBatchPredictionsResponse" "Amazonka.MachineLearning.DescribeBatchPredictions" "libZSservicesZSamazonka-mlZSamazonka-ml" 'False) (C1 ('MetaCons "DescribeBatchPredictionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "results") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BatchPrediction])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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.