sdk.algorithm_version.deprecate()

elements.sdk.api.algorithm_version

Deprecate the specific version of this Algorithm.

Deprecated Algorithm Versions can still be searched for, metadata can be retrieved, and can still be used to create new Algorithm Configs which can be used as part of Algorithm Computations, but they are no longer actively supported. All Algorithm Configs created from this Algorithm Version are also deprecated, but can still be used in new Algorithm Computations.

Parameters

  • ids (List[str]) - List of Algorithm Versions to deprecate

Retrun

None

Examples

# Deprecate Algorithm Verions
ids =["bde8e4c5-f763-4770-99d9-fc0a836ac35b","48e82f8b-02cb-4ab5-8fa7-018b01dd2fbd"]
await sdk.algorithm_version.deprecate(ids=ids)