NAME
OpenAPI::Client::OpenAI::Path::fine_tuning-alpha-graders-validate - Documentation for the /fine_tuning/alpha/graders/validate path.
OPERATIONS
POST /fine_tuning/alpha/graders/validate
validateGrader
$client->validate_grader({
body => { ... },
});
Validate a grader.
Responses
200 - OK
Content-Type: application/json
Example:
{
"grader" : "{\n \"type\": \"string_check\",\n \"name\": \"Example string check grader\",\n \"input\": \"{{sample.output_text}}\",\n \"reference\": \"{{item.label}}\",\n \"operation\": \"eq\"\n}\n"
}
SCHEMAS
ValidateGraderRequest
Properties:
grader(object, required) - The grader used for the fine-tuning job.
ValidateGraderResponse
Properties:
grader(object) - The grader used for the fine-tuning job.
SEE ALSO
COPYRIGHT AND LICENSE
Copyright (C) 2023-2026 by Nelson Ferraz
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.14.0 or, at your option, any later version of Perl 5 you may have available.