Returns a paginated page of dataset examples with runs from the requested.
func (
r *DatasetExperimentRunService) New(ctx context.Context,
datasetID string,
body DatasetExperimentRunNewParams,
opts ...option.RequestOption) (res *pagination.ItemsCursorPostPagination[DatasetExperimentRunNewResponse],
err error
)Returns a paginated page of dataset examples with runs from the requested
experiments. Response uses the canonical {items, next_cursor} envelope.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
datasetID* | string | |
body* | DatasetExperimentRunNewParams | |
opts* | ...option.RequestOption |