CreateDatasetRequest: {
    crawl_options?: CrawlOptions | null;
    dataset_name: string;
    server_configuration?: DatasetConfigurationDTO | null;
    tracking_id?: string | null;
}

Type declaration

  • Optionalcrawl_options?: CrawlOptions | null
  • dataset_name: string

    Name of the dataset.

  • Optionalserver_configuration?: DatasetConfigurationDTO | null
  • Optionaltracking_id?: string | null

    Optional tracking ID for the dataset. Can be used to track the dataset in external systems. Must be unique within the organization. Strongly recommended to not use a valid uuid value as that will not work with the TR-Dataset header.