Returns a paginated page of dataset examples with runs from the requested
experiments. Response uses the canonical {items, next_cursor} envelope.
create(
datasetID: string,
body: ExperimentRunCreateParams,
options: RequestOptions
): PagePromise<ExperimentRunCreateResponsesItemsCursorPostPagination, ExperimentRunCreateResponse>| Name | Type | Description |
|---|---|---|
datasetID* | string | |
body* | ExperimentRunCreateParams | |
options | RequestOptions |