Fetch examples for a dataset, and fetch the runs for each example if they are.
func (
r *DatasetRunService) New(ctx context.Context,
datasetID string,
params DatasetRunNewParams,
opts ...option.RequestOption) (res| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
datasetID* | string | |
params* | DatasetRunNewParams | |
opts* | ...option.RequestOption |
Fetch examples for a dataset, and fetch the runs for each example if they are associated with the given session_ids.