Skip to main content
POST
Commit Benchmark Task Append

Authorizations

X-API-Key
string
header
required

Organization API key

Path Parameters

bench_id
string
required
batch_id
string
required

Body

application/json
name
string
required
tasks
TaskSpec · object[]
required
Minimum array length: 1
description
string
default:""
source_format
enum<string>
default:sdk
Available options:
harbor,
sdk,
repo
visibility
enum<string>
default:private
Available options:
public,
private
family
string | null
runtime
RuntimeSpec · object | null

Response

Successful Response

bench_id
string
required
batch_id
string
required
added_count
integer
required
updated_count
integer
required
skipped_count
integer
required
task_count
integer
required
failed_tasks
BenchmarkTaskWriteFailure · object[]