updateDatasetGroup
inline suspend fun ForecastClient.updateDatasetGroup(crossinline block: UpdateDatasetGroupRequest.Builder.() -> Unit): UpdateDatasetGroupResponse
Replaces the datasets in a dataset group with the specified datasets.
The Status
of the dataset group must be ACTIVE
before you can use the dataset group to create a predictor. Use the DescribeDatasetGroup operation to get the status.