Enum DataSourceFilterVariable

java.lang.Object
java.lang.Enum<DataSourceFilterVariable>
software.amazon.awssdk.services.machinelearning.model.DataSourceFilterVariable
All Implemented Interfaces:
Serializable, Comparable<DataSourceFilterVariable>

@Generated("software.amazon.awssdk:codegen") public enum DataSourceFilterVariable extends Enum<DataSourceFilterVariable>

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

  • CreatedAt - Sets the search criteria to DataSource creation date.

  • Status - Sets the search criteria to DataSource status.

  • Name - Sets the search criteria to the contents of DataSource Name.

  • DataUri - Sets the search criteria to the URI of data files used to create the DataSource. 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 the DataSource creation.

Note: The variable names should match the variable names in the DataSource.