Uses of Class
software.amazon.awssdk.services.machinelearning.model.DataSourceFilterVariable
-
Packages that use DataSourceFilterVariable Package Description software.amazon.awssdk.services.machinelearning.model -
-
Uses of DataSourceFilterVariable in software.amazon.awssdk.services.machinelearning.model
Methods in software.amazon.awssdk.services.machinelearning.model that return DataSourceFilterVariable Modifier and Type Method Description DataSourceFilterVariableDescribeDataSourcesRequest. filterVariable()Use one of the following variables to filter a list ofDataSource:static DataSourceFilterVariableDataSourceFilterVariable. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DataSourceFilterVariableDataSourceFilterVariable. valueOf(String name)Returns the enum constant of this type with the specified name.static DataSourceFilterVariable[]DataSourceFilterVariable. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.machinelearning.model that return types with arguments of type DataSourceFilterVariable Modifier and Type Method Description static Set<DataSourceFilterVariable>DataSourceFilterVariable. knownValues()Methods in software.amazon.awssdk.services.machinelearning.model with parameters of type DataSourceFilterVariable Modifier and Type Method Description DescribeDataSourcesRequest.BuilderDescribeDataSourcesRequest.Builder. filterVariable(DataSourceFilterVariable filterVariable)Use one of the following variables to filter a list ofDataSource:
-