Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.DatasetType
-
Packages that use DatasetType Package Description software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of DatasetType in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return DatasetType Modifier and Type Method Description static DatasetTypeDatasetType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DatasetTypeDataset. type()What type of information is found in the dataset.static DatasetTypeDatasetType. valueOf(String name)Returns the enum constant of this type with the specified name.static DatasetType[]DatasetType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cleanroomsml.model that return types with arguments of type DatasetType Modifier and Type Method Description static Set<DatasetType>DatasetType. knownValues()Methods in software.amazon.awssdk.services.cleanroomsml.model with parameters of type DatasetType Modifier and Type Method Description Dataset.BuilderDataset.Builder. type(DatasetType type)What type of information is found in the dataset.
-