langchain_community.utilities.pebblo.Runtime

class langchain_community.utilities.pebblo.Runtime[source]

基类: BaseModel

Pebblo运行时。

通过解析和验证从关键字参数输入的数据来创建新模型。

如果输入数据无法解析成有效的模型,将引发ValidationError。

参数host: str [必需]

运行时的主机名。

参数ip: Optional[str] = ''

运行时的IP地址。默认为空字符串。

参数language: str [必需]

运行时内核。

参数language_version: str [必需]

运行时内核的版本。

参数os: str [必需]

操作系统名称。

参数os_version: str [必需]

操作系统版本。

参数path: str [必需]

当前工作目录路径。

参数platform: str [必需]

运行时的平台细节。

参数runtime: str = 'local'

更多运行时细节。默认为‘local’。

参数type: str = 'local'

运行时类型。默认为‘local’。