Create feedback
Create feedback
Request Body required
The unique identifier for the pipeline run
Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.
Possible values: <= 1
The score of the feedback, ranging from 0 to 1
Optional details about the feedback
- 200
- 400
- 500
Feedback created successfully
Schema
The unique identifier for the feedback
The unique identifier for the pipeline run
Possible values: <= 1
The score of the feedback, ranging from 0 to 1
Optional details about the feedback
Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.
{ "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "pipelineRunId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "score": 0, "details": "string", "recordedTime": 0 }
Schema
The unique identifier for the feedback
The unique identifier for the pipeline run
Possible values: <= 1
The score of the feedback, ranging from 0 to 1
Optional details about the feedback
Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.
{ "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "pipelineRunId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "score": 0, "details": "string", "recordedTime": 0 }
Bad request
Server error