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

Summary

Functions

Link to this function

get(class, options \\ nil)

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

update(class, shard, status, options \\ nil)

@spec update(
  class :: module() | String.t(),
  shard :: any(),
  status :: atom(),
  options :: any()
) ::
  {:ok, any()} | {:error, any()}