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

Description

 
Synopsis

Documentation

newtype BatchPredictionFilterVariable Source #

A list of the variables to use in searching or filtering BatchPrediction.

  • CreatedAt - Sets the search criteria to BatchPrediction creation date.
  • Status - Sets the search criteria to BatchPrediction status.
  • Name - Sets the search criteria to the contents of 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 Service (Amazon S3) bucket or directory.

Instances

Instances details
Eq BatchPredictionFilterVariable Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.BatchPredictionFilterVariable

Ord BatchPredictionFilterVariable Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.BatchPredictionFilterVariable

Read BatchPredictionFilterVariable Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.BatchPredictionFilterVariable

Show BatchPredictionFilterVariable Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.BatchPredictionFilterVariable

Generic BatchPredictionFilterVariable Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.BatchPredictionFilterVariable

Associated Types

type Rep BatchPredictionFilterVariable :: Type -> Type #

NFData BatchPredictionFilterVariable Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.BatchPredictionFilterVariable

Hashable BatchPredictionFilterVariable Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.BatchPredictionFilterVariable

ToJSON BatchPredictionFilterVariable Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.BatchPredictionFilterVariable

ToJSONKey BatchPredictionFilterVariable Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.BatchPredictionFilterVariable

FromJSON BatchPredictionFilterVariable Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.BatchPredictionFilterVariable

FromJSONKey BatchPredictionFilterVariable Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.BatchPredictionFilterVariable

ToLog BatchPredictionFilterVariable Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.BatchPredictionFilterVariable

ToHeader BatchPredictionFilterVariable Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.BatchPredictionFilterVariable

ToQuery BatchPredictionFilterVariable Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.BatchPredictionFilterVariable

FromXML BatchPredictionFilterVariable Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.BatchPredictionFilterVariable

ToXML BatchPredictionFilterVariable Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.BatchPredictionFilterVariable

ToByteString BatchPredictionFilterVariable Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.BatchPredictionFilterVariable

FromText BatchPredictionFilterVariable Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.BatchPredictionFilterVariable

ToText BatchPredictionFilterVariable Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.BatchPredictionFilterVariable

type Rep BatchPredictionFilterVariable Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.BatchPredictionFilterVariable

type Rep BatchPredictionFilterVariable = D1 ('MetaData "BatchPredictionFilterVariable" "Amazonka.MachineLearning.Types.BatchPredictionFilterVariable" "libZSservicesZSamazonka-mlZSamazonka-ml" 'True) (C1 ('MetaCons "BatchPredictionFilterVariable'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromBatchPredictionFilterVariable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))