weaviate.collections.tenants

class weaviate.collections.tenants._Tenants(connection, name, validate_arguments=True)[source]

Bases: _TenantsExecutor[ConnectionSync]

Parameters:
  • connection (ConnectionType)

  • name (str)

  • validate_arguments (bool)

class weaviate.collections.tenants._TenantsAsync(connection, name, validate_arguments=True)[source]

Bases: _TenantsExecutor[ConnectionAsync]

Parameters:
  • connection (ConnectionType)

  • name (str)

  • validate_arguments (bool)

weaviate.collections.tenants.TenantOutputType

alias of Tenant