OptimizationJob 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.
Agent optimization job resource — a long-running job that optimizes an agent's configuration (instructions, model, skills, tools) to maximize evaluation scores. On success, the result contains scored candidates.
public class OptimizationJob : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.OptimizationJob>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.OptimizationJob>
type OptimizationJob = class
interface IJsonModel<OptimizationJob>
interface IPersistableModel<OptimizationJob>
Public Class OptimizationJob
Implements IJsonModel(Of OptimizationJob), IPersistableModel(Of OptimizationJob)
- Inheritance
-
OptimizationJob
- Implements
Properties
| Name | Description |
|---|---|
| CreatedAt |
The timestamp when the job was created, represented in Unix time. |
| Dataset |
Metadata about the dataset used for this optimization job. |
| Id |
Server-assigned unique identifier. |
| Inputs |
Caller-supplied inputs. |
| Progress |
Progress while in flight. Absent in terminal states. |
| Result |
Result produced on success. |
| Status |
Current lifecycle status. |
| UpdatedAt |
The timestamp when the job was last updated (status, progress, or result change), represented in Unix time. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(ClientResult to OptimizationJob) | |