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 if the input data cannot be parsed to form a valid model.

param client_version: Framework [Required]#

Client version used for the app.

param description: str | None = None#

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.