FeedbackIngestToken#
- class langsmith.schemas.FeedbackIngestToken[source]#
Bases:
BaseModel
Represents the schema for a feedback ingest token.
Create a new model by parsing and validating input data from keyword arguments.
Raises ValidationError if the input data cannot be parsed to form a valid model.
- param expires_at: datetime [Required]#
The expiration time of the token.
- param id: UUID [Required]#
The ID of the feedback ingest token.
- param url: str [Required]#
The URL to GET when logging the feedback.