Javascript
import PiClient from 'withpi'; const client = new PiClient({ apiKey: 'My API Key', }); const response = await client.scoringSystem.calibrate.streamMessages('job_id'); console.log(response);
"<string>"
Opens a message stream about a Scoring Spec Calibration job
Streaming messages from the job
The response is of type string.
string