import Dataframer from 'dataframer';
const client = new Dataframer({
apiKey: 'My API Key',
});
const humanLabel = await client.dataframer.humanLabels.update('label_id');
console.log(humanLabel);{}Update a human label
import Dataframer from 'dataframer';
const client = new Dataframer({
apiKey: 'My API Key',
});
const humanLabel = await client.dataframer.humanLabels.update('label_id');
console.log(humanLabel);{}