Clean Up | Scoring with a model file | Teradata Open Analytics Framework - Clean Up after Scoring with External Model FIle - Teradata VantageCloud Lake

Lake - Analyze Your Data with ClearScape Analytics™

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2026-02-20
dita:mapPath
tcl1683670667798.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
tcl1683670667798
  1. Remove the user environment used for this analysis.
    remove_env('opaf_my_scoring_env')
    Using this statement permanently removes the environment and its contents.

    Out:

    User environment 'opaf_my_scoring_env' removed.
    True
  2. (Optional) Verify the specified environment has been removed by checking on the list of available user environments.
    list_user_envs()
  3. Terminate the connection to the target VantageCloud Lake.
    remove_context()

    Out:

    True