Enum DataSourceFilterVariable
java.lang.Object
java.lang.Enum<DataSourceFilterVariable>
com.amazonaws.services.machinelearning.model.DataSourceFilterVariable
- All Implemented Interfaces:
Serializable,Comparable<DataSourceFilterVariable>,java.lang.constant.Constable
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.
The variable names should match the variable names in the
DataSource.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionstatic DataSourceFilterVariableUse this in place of valueOf.toString()static DataSourceFilterVariableReturns the enum constant of this type with the specified name.static DataSourceFilterVariable[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
CreatedAt
-
LastUpdatedAt
-
Status
-
Name
-
DataLocationS3
-
IAMUser
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
toString
- Overrides:
toStringin classEnum<DataSourceFilterVariable>
-
fromValue
Use this in place of valueOf.- Parameters:
value- real value- Returns:
- DataSourceFilterVariable corresponding to the value
-