amazonka-ml-2.0: Amazon Machine Learning SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
FromJSON BatchPredictionFilterVariable Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.BatchPredictionFilterVariable

FromJSONKey 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

ToByteString BatchPredictionFilterVariable Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.BatchPredictionFilterVariable

ToHeader BatchPredictionFilterVariable Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.BatchPredictionFilterVariable

ToLog BatchPredictionFilterVariable Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.BatchPredictionFilterVariable

ToQuery 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

FromXML BatchPredictionFilterVariable Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.BatchPredictionFilterVariable

ToXML 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 #

Read BatchPredictionFilterVariable Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.BatchPredictionFilterVariable

Show BatchPredictionFilterVariable Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.BatchPredictionFilterVariable

NFData BatchPredictionFilterVariable Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.BatchPredictionFilterVariable

Eq BatchPredictionFilterVariable Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.BatchPredictionFilterVariable

Ord BatchPredictionFilterVariable Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.BatchPredictionFilterVariable

Hashable 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" "amazonka-ml-2.0-A3JLJ63WvmfHxGBBIqhdRA" 'True) (C1 ('MetaCons "BatchPredictionFilterVariable'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromBatchPredictionFilterVariable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))