sdk.algorithm.update()
elements.sdk.api.algorithm
Update an Algorithm.
Update the mutable fields of a top level Algorithm. This should be done rarely and with caution as it will affect all Algorithm Version, and Algorithm Config associated with this Algorithm.
Endpoint In Progress
Parameters
- algorithms (List[Algorithm]) - list of Algorithm objects with updated metadata
Returns
None
Example(s)
# Update algorithm
await sdk.algorithm.update(
[
Algorithm(id="6a9c41bc-0daf-44b9-8ba6-0d5701c72721",
name="very-awesome-algo",
display_name="Very Awesome Algo"
]
)Updated 6 months ago