Noizu.Weaviate.Api.Schema.Class (Noizu Weaviate v0.1.1)

Summary

Functions

Link to this function

create(class, options \\ nil)

@spec create(class :: module(), options :: any()) :: {:ok, any()} | {:error, any()}
Link to this function

delete(class, options \\ nil)

@spec delete(class :: String.t() | module(), options :: any()) ::
  {:ok, any()} | {:error, any()}
Link to this function

get(class, options \\ nil)

@spec get(class :: String.t() | module(), options :: any()) ::
  {:ok, any()} | {:error, any()}
Link to this function

update(class, options \\ nil)

@spec update(class :: module(), options :: any()) :: {:ok, any()} | {:error, any()}