Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.Dataset
-
Packages that use Dataset Package Description software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of Dataset in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return types with arguments of type Dataset Modifier and Type Method Description List<Dataset>CreateTrainingDatasetRequest. trainingData()An array of information that lists the Dataset objects, which specifies the dataset type and details on its location and schema.List<Dataset>GetTrainingDatasetResponse. trainingData()Metadata about the requested training data.Methods in software.amazon.awssdk.services.cleanroomsml.model with parameters of type Dataset Modifier and Type Method Description CreateTrainingDatasetRequest.BuilderCreateTrainingDatasetRequest.Builder. trainingData(Dataset... trainingData)An array of information that lists the Dataset objects, which specifies the dataset type and details on its location and schema.GetTrainingDatasetResponse.BuilderGetTrainingDatasetResponse.Builder. trainingData(Dataset... trainingData)Metadata about the requested training data.Method parameters in software.amazon.awssdk.services.cleanroomsml.model with type arguments of type Dataset Modifier and Type Method Description CreateTrainingDatasetRequest.BuilderCreateTrainingDatasetRequest.Builder. trainingData(Collection<Dataset> trainingData)An array of information that lists the Dataset objects, which specifies the dataset type and details on its location and schema.GetTrainingDatasetResponse.BuilderGetTrainingDatasetResponse.Builder. trainingData(Collection<Dataset> trainingData)Metadata about the requested training data.
-