SkillVersion Class
- java.
lang. Object - com.
azure. ai. projects. models. SkillVersion
- com.
Implements
public final class SkillVersion
implements JsonSerializable<SkillVersion>
A specific version of a skill.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Skill |
fromJson(JsonReader jsonReader)
Reads an instance of Skill |
|
Offset |
getCreatedAt()
Get the created |
| String |
getDescription()
Get the description property: A human-readable description of the skill version. |
| String |
getId()
Get the id property: The unique identifier of the skill version. |
| String |
getName()
Get the name property: The name of the skill version. |
| String |
getSkillId()
Get the skill |
| String |
getVersion()
Get the version property: The version identifier. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static SkillVersion fromJson(JsonReader jsonReader)
Reads an instance of SkillVersion from the JsonReader.
Parameters:
Returns:
Throws:
getCreatedAt
public OffsetDateTime getCreatedAt()
Get the createdAt property: The Unix timestamp (seconds) when the skill version was created.
Returns:
getDescription
public String getDescription()
Get the description property: A human-readable description of the skill version.
Returns:
getId
public String getId()
Get the id property: The unique identifier of the skill version.
Returns:
getName
public String getName()
Get the name property: The name of the skill version.
Returns:
getSkillId
public String getSkillId()
Get the skillId property: The identifier of the parent skill.
Returns:
getVersion
public String getVersion()
Get the version property: The version identifier. Skill versions are immutable.
Returns: