EvaluatorGenerationJob Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Evaluator Generation Job resource β a long-running job that generates rubric-based evaluator definitions from source materials. On success, the result is the persisted EvaluatorVersion.
public class EvaluatorGenerationJob : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.EvaluatorGenerationJob>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.EvaluatorGenerationJob>
type EvaluatorGenerationJob = class
interface IJsonModel<EvaluatorGenerationJob>
interface IPersistableModel<EvaluatorGenerationJob>
Public Class EvaluatorGenerationJob
Implements IJsonModel(Of EvaluatorGenerationJob), IPersistableModel(Of EvaluatorGenerationJob)
- Inheritance
-
EvaluatorGenerationJob
- Implements
Constructors
| Name | Description |
|---|---|
| EvaluatorGenerationJob() |
Initializes a new instance of EvaluatorGenerationJob. |
Properties
| Name | Description |
|---|---|
| CreatedAt |
The timestamp when the job was created, represented in Unix time (seconds since January 1, 1970). |
| FinishedAt |
The timestamp when the job finished, represented in Unix time (seconds since January 1, 1970). |
| Id |
Server-assigned unique identifier. |
| Inputs |
Caller-supplied inputs. |
| Result |
Result produced on success. |
| Status |
Current lifecycle status. |
| Usage |
Token consumption summary. Populated when the job reaches a terminal state. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(ClientResult to EvaluatorGenerationJob) | |
| Implicit(EvaluatorGenerationJob to BinaryContent) | |