List evaluators for the current workspace, with optional filtering by type,.
func (
r *OnlineEvaluatorService) List(ctx context.Context,
query OnlineEvaluatorListParams,
opts ...option.RequestOption) (res *pagination.OffsetPaginationOnlineEvaluators[OnlineEvaluator],
err error
)List evaluators for the current workspace, with optional filtering by type, name, tag, feedback key, or resource ID.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
query* | OnlineEvaluatorListParams | |
opts* | ...option.RequestOption |