API Methods under "dataset" category


Methods:


POSTcreateDatasetFromFileConnector

Creates a dataset from a file located in a cloud storage, such as Amazon AWS S3, using the specified dataset name and location.

POSTcreateDatasetVersionFromFileConnector

Creates a new version of the specified dataset.

POSTcreateDatasetFromDatabaseConnector

Creates a dataset from a Database Connector.

POSTcreateDatasetFromApplicationConnector

Creates a dataset from an Application Connector.

POSTcreateDatasetVersionFromDatabaseConnector

Creates a new version of the specified dataset.

POSTcreateDatasetVersionFromApplicationConnector

Creates a new version of the specified dataset.

POSTcreateDatasetFromUpload

Creates a dataset and returns an upload ID that can be used to upload a file.

POSTcreateDatasetVersionFromUpload

Creates a new version of the specified dataset using a local file upload.

POSTcreateDatasetVersionFromDocumentReprocessing

Creates a new dataset version for a source docstore dataset with the provided document processing configuration. This does not re-import the data but uses the same data which is imported in the latest dataset version and only performs document processing on it.

POSTsnapshotStreamingData

Snapshots the current data in the streaming dataset.

POSTsetDatasetColumnDataType

Set a Dataset's column type.

POSTcreateDatasetFromStreamingConnector

Creates a dataset from a Streaming Connector

POSTsetStreamingRetentionPolicy

Sets the streaming retention policy.

GETgetDatasetSchema

Retrieves the column schema of a dataset.

GETsetDatasetDatabaseConnectorConfig

Sets database connector config for a dataset. This method is currently only supported for streaming datasets.

GETgetDatasetVersionMetrics

Get metrics for a specific dataset version.

GETlistDatasets

Retrieves a list of all datasets in the organization.

GETdescribeDataset

Retrieves a full description of the specified dataset, with attributes such as its ID, name, source type, etc.

GETdescribeDatasetVersion

Retrieves a full description of the specified dataset version, including its ID, name, source type, and other attributes.

GETlistDatasetVersions

Retrieves a list of all dataset versions for the specified dataset.

DELETEdeleteDataset

Deletes the specified dataset from the organization.

GETgetDatasetVersionLogs

Retrieves the dataset import logs.