App#

class langchain_community.utilities.pebblo.App[source]#

Bases: BaseModel

Pebblo AI application.

Create a new model by parsing and validating input data from keyword arguments.

Raises [ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.

self is explicitly positional-only to allow self as a field name.

param client_version: Framework [Required]#

Client version used for the app.

param description: str | None [Required]#

Description of the app.

param framework: Framework [Required]#

Framework details of the app.

param load_id: str [Required]#

Unique load_id of the app instance.

param name: str [Required]#

Name of the app.

param owner: str [Required]#

Owner of the app.

param plugin_version: str [Required]#

Plugin version used for the app.

param runtime: Runtime [Required]#

Runtime details of the app.