Add Datapoints from a CSV file to a Dataset.
This will create a new version of the Dataset with the Datapoints from the CSV file.
If either version_id
or environment
is provided, the new version will be based on the specified version,
with the Datapoints from the CSV file added to the existing Datapoints in the version.
If neither version_id
nor environment
is provided, the new version will be based on the version
of the Dataset that is deployed to the default Environment.
You can optionally provide a name and description for the new version using version_name
and version_description
parameters.