Distributed Inferences
Authorizations
AuthorizationstringRequired
Bearer authentication
Body
and
and
and
Responses
202
Request completed successfully.
application/json
and
400
Bad request.
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
503
unexpected error
application/json
post/api/v1/workloads/distributed-inferences
Authorizations
AuthorizationstringRequired
Bearer authentication
Path parameters
workloadIdstring · uuidRequired
The Universally Unique Identifier (UUID) of the workload.
Responses
200
Executed successfully.
application/json
and
401
Unauthorized
application/json
403
Forbidden
application/json
404
The specified resource was not found
application/json
500
unexpected error
application/json
503
unexpected error
application/json
get/api/v1/workloads/distributed-inferences/{workloadId}
Authorizations
AuthorizationstringRequired
Bearer authentication
Path parameters
workloadIdstring · uuidRequired
The Universally Unique Identifier (UUID) of the workload.
Responses
202
Accepted.
application/json
codeinteger · min: 100 · max: 599Required
messagestringRequired
401
Unauthorized
application/json
403
Forbidden
application/json
404
The specified resource was not found
application/json
500
unexpected error
application/json
503
unexpected error
application/json
delete/api/v1/workloads/distributed-inferences/{workloadId}
Authorizations
AuthorizationstringRequired
Bearer authentication
Path parameters
workloadIdstring · uuidRequired
The Universally Unique Identifier (UUID) of the workload.
Body
The specifications of the inference to be updated.
Responses
202
Executed successfully.
application/json
and
401
Unauthorized
application/json
403
Forbidden
application/json
404
The specified resource was not found
application/json
500
unexpected error
application/json
503
unexpected error
application/json
patch/api/v1/workloads/distributed-inferences/{workloadId}
Last updated