Fetch the number of regressions/improvements for each example in a dataset,.
func (
r *DatasetRunService) Delta(ctx context.Context,
datasetID string,
body DatasetRunDeltaParams,
opts ...option.RequestOption) (res *SessionFeedbackDelta,
err error
)Fetch the number of regressions/improvements for each example in a dataset, between sessions[0] and sessions[1].
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
datasetID* | string | |
body* | DatasetRunDeltaParams | |
opts* | ...option.RequestOption |