LangSmithSettings#
- class langsmith.schemas.LangSmithSettings[source]#
Bases:
BaseModel
Settings for the LangSmith tenant.
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 created_at: datetime [Required]#
The creation time of the tenant.
- param display_name: str [Required]#
The display name of the tenant.
- param id: str [Required]#
The ID of the tenant.
- param tenant_handle: str | None = None#