import SGPClient from 'sgp';
const client = new SGPClient({
apiKey: 'My API Key',
});
const hybridEvaluationMetrics = await client.evaluations.hybridEvalMetrics.retrieve('evaluation_id');
console.log(hybridEvaluationMetrics.all_question_info);
{
"all_question_info": {}
}
import SGPClient from 'sgp';
const client = new SGPClient({
apiKey: 'My API Key',
});
const hybridEvaluationMetrics = await client.evaluations.hybridEvalMetrics.retrieve('evaluation_id');
console.log(hybridEvaluationMetrics.all_question_info);
{
"all_question_info": {}
}
Successful Response
The response is of type object
.