Package ai.vectros.types
Class ModelDataVersionResponse
java.lang.Object
ai.vectros.types.ModelDataVersionResponse
-
Method Details
-
getId
- Returns:
- Unique identifier for this version-history entry.
-
getChangeType
- Returns:
- The kind of change this entry records: CREATE for the initial creation, UPDATE for a mutation, DELETE for a deletion.
-
getPreviousContent
- Returns:
- A JSON-encoded snapshot of the record's full state immediately before this change. Deserialize it to inspect the previous payload, ownership, and other fields. Present on UPDATE and DELETE entries; null on CREATE.
-
getPreviousVersion
- Returns:
- The record's version number immediately before this change. Null on CREATE.
-
getChangeReason
- Returns:
- A short, system-generated description of what changed.
-
getChangedBy
- Returns:
- Identifier of the user or API key that made the change.
-
getCreatedAt
- Returns:
- Time this version-history entry was recorded, as an ISO-8601 UTC timestamp.
-
getChangedFields
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-