Skip to content

minio

openml._api.clients.minio #

MinIOClient #

Lightweight client configuration for interacting with a MinIO-compatible object storage service.

This class stores basic configuration such as a base filesystem path and default HTTP headers. It is intended to be extended with actual request or storage logic elsewhere.

ATTRIBUTE DESCRIPTION
path

Configured base path for storage operations.

TYPE: Path or None

headers

Default HTTP headers, including a user-agent identifying the OpenML Python client version.

TYPE: dict of str to str