langchain_community.utilities.pebblo
.Runtime¶
- class langchain_community.utilities.pebblo.Runtime[source]¶
Bases:
BaseModel
Pebblo Runtime.
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 host: str [Required]¶
Host name of the runtime.
- param ip: Optional[str] = ''¶
IP address of the runtime. Defaults to ‘’.
- param language: str [Required]¶
Runtime kernel.
- param language_version: str [Required]¶
Version of the runtime kernel.
- param os: str [Required]¶
OS name.
- param os_version: str [Required]¶
OS version.
- param path: str [Required]¶
Current working directory path.
- param platform: str [Required]¶
Platform details of the runtime.
- param runtime: str = 'local'¶
More runtime details. Defaults to ‘local’.
- param type: str = 'local'¶
Runtime type. Defaults to ‘local’.