# `Ash.Resource.Pipeline`
[🔗](https://github.com/ash-project/ash/blob/v3.23.1/lib/ash/resource/pipeline.ex#L5)

Represents a reusable pipeline of changes, validations, and preparations
that can be referenced from multiple actions via `pipe_through`.

# `t`

```elixir
@type t() :: %Ash.Resource.Pipeline{
  __spark_metadata__: Spark.Dsl.Entity.spark_meta(),
  changes: list(),
  description: String.t() | nil,
  name: atom(),
  preparations: list(),
  validations: list()
}
```

# `schema`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
