| Package | Description |
|---|---|
| com.amazonaws.services.cleanroomsml.model |
| Modifier and Type | Method and Description |
|---|---|
Dataset |
Dataset.clone() |
Dataset |
Dataset.withInputConfig(DatasetInputConfig inputConfig)
A DatasetInputConfig object that defines the data source and schema mapping.
|
Dataset |
Dataset.withType(DatasetType type)
What type of information is found in the dataset.
|
Dataset |
Dataset.withType(String type)
What type of information is found in the dataset.
|
| Modifier and Type | Method and Description |
|---|---|
List<Dataset> |
GetTrainingDatasetResult.getTrainingData()
Metadata about the requested training data.
|
List<Dataset> |
CreateTrainingDatasetRequest.getTrainingData()
An array of information that lists the Dataset objects, which specifies the dataset type and details on its
location and schema.
|
| Modifier and Type | Method and Description |
|---|---|
GetTrainingDatasetResult |
GetTrainingDatasetResult.withTrainingData(Dataset... trainingData)
Metadata about the requested training data.
|
CreateTrainingDatasetRequest |
CreateTrainingDatasetRequest.withTrainingData(Dataset... trainingData)
An array of information that lists the Dataset objects, which specifies the dataset type and details on its
location and schema.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetTrainingDatasetResult.setTrainingData(Collection<Dataset> trainingData)
Metadata about the requested training data.
|
void |
CreateTrainingDatasetRequest.setTrainingData(Collection<Dataset> trainingData)
An array of information that lists the Dataset objects, which specifies the dataset type and details on its
location and schema.
|
GetTrainingDatasetResult |
GetTrainingDatasetResult.withTrainingData(Collection<Dataset> trainingData)
Metadata about the requested training data.
|
CreateTrainingDatasetRequest |
CreateTrainingDatasetRequest.withTrainingData(Collection<Dataset> trainingData)
An array of information that lists the Dataset objects, which specifies the dataset type and details on its
location and schema.
|
Copyright © 2025. All rights reserved.