import Dataframer from 'dataframer';
const client = new Dataframer({
apiKey: process.env['DATAFRAMER_API_KEY'], // This is the default and can be omitted
});
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: process.env['DATAFRAMER_API_KEY'], // This is the default and can be omitted
});
const humanLabel = await client.dataframer.humanLabels.update('label_id');
console.log(humanLabel);{}