Hands-on tutorial for launching and deploying LLMs using Friendli Dedicated Endpoints with Weights & Biases artifacts through webhook automation.
idempotencyKey
to ensure the reliability of automated workflows. Each deployment trigger via webhook automation is tracked with a unique idempotencyKey
, ensuring that operations like endpoint creation or updates are processed exactly once. It prevents duplicate or conflicting operations, giving you confidence in the consistency of your deployment.Field | Description |
---|---|
wandbArtifactVersionName | Specific model artifact version from W&B. |
idempotencyKey
is required to roll out an endpoint between different model artifact versions.v0
represents the first deployed version of the model when the endpoint was created.v1
is a newer model artifact version that the alias was reassigned to, triggering a rollout to update the endpoint accordingly.What happens if multiple aliases are added to a single model artifact version?
Will removing an alias added to a model artifact version affect the endpoints deployed with that version?
What happens if I move an alias to another model version?
idempotencyKey
is included in the payload, moving an alias to a different model artifact version will reassign the created endpoint to the new version within the same project.What happens when I add an alias to a model artifact for the first time?
projectId
is specified, the endpoint will be made in an existing project. Otherwise, a new project will be created.