SkillVersion 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.
A specific version of a skill.
public class SkillVersion : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.SkillVersion>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.SkillVersion>
type SkillVersion = class
interface IJsonModel<SkillVersion>
interface IPersistableModel<SkillVersion>
Public Class SkillVersion
Implements IJsonModel(Of SkillVersion), IPersistableModel(Of SkillVersion)
- Inheritance
-
SkillVersion
- Implements
Properties
| Name | Description |
|---|---|
| CreatedAt |
The Unix timestamp (seconds) when the skill version was created. |
| Description |
A human-readable description of the skill version. |
| Id |
The unique identifier of the skill version. |
| Name |
The name of the skill version. |
| SkillId |
The identifier of the parent skill. |
| Version |
The version identifier. Skill versions are immutable. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(ClientResult to SkillVersion) | |