LangSmithInfo#
- class langsmith.schemas.LangSmithInfo[source]#
Bases:
BaseModel
Information about the LangSmith server.
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 batch_ingest_config: BatchIngestConfig | None = None#
The instance flags.
- param instance_flags: Dict[str, Any] | None = None#
- param license_expiration_time: datetime | None = None#
The time the license will expire.
- param version: str = ''#
The version of the LangSmith server.