| 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.Types.DataSourceFilterVariable
Description
Synopsis
- newtype DataSourceFilterVariable where
- DataSourceFilterVariable' { }
- pattern DataSourceFilterVariable_CreatedAt :: DataSourceFilterVariable
- pattern DataSourceFilterVariable_DataLocationS3 :: DataSourceFilterVariable
- pattern DataSourceFilterVariable_IAMUser :: DataSourceFilterVariable
- pattern DataSourceFilterVariable_LastUpdatedAt :: DataSourceFilterVariable
- pattern DataSourceFilterVariable_Name :: DataSourceFilterVariable
- pattern DataSourceFilterVariable_Status :: DataSourceFilterVariable
Documentation
newtype DataSourceFilterVariable Source #
A list of the variables to use in searching or filtering DataSource.
CreatedAt- Sets the search criteria toDataSourcecreation date.Status- Sets the search criteria toDataSourcestatus.Name- Sets the search criteria to the contents ofDataSourceName.DataUri- Sets the search criteria to the URI of data files used to create theDataSource. The URI can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory.IAMUser- Sets the search criteria to the user account that invoked theDataSourcecreation.
Note: The variable names should match the variable names in the
DataSource.
Constructors
| DataSourceFilterVariable' | |
Fields | |
Bundled Patterns