Aident logoAident logo centerAident Loadout
Use CasesPricingDocs
ENStart Now
AppsDataRobot ToolsDatarobot Update Custom Tasks Versions
DataRobot Tools

Datarobot Update Custom Tasks Versions

Tool to update a DataRobot custom task version by uploading new files and/or updating configuration. Creates a new version (major or minor) of an existing custom task with updated code files. Use when you need to modify custom task code, change the base environment, or update ta…

Write actionRisk level 2 of 5API key connection
Use Datarobot Update Custom Tasks Versions

Pricing and limits

Aident logo

Product

Aident LoadoutAident Playbook EditorOpen-CUAK

About

AppsSkillsUse CasesDocsBlogPricingDownloadsPrivacy PolicyTerms of Service

Alternatives

vs Composiovs Zapier
llms.txtGet an AI summary of Aident LoadoutSummarize with ChatGPTSummarize with ClaudeSummarize with GeminiSummarize with Perplexity

© Aident Labs, 2024-2026

Pricing
Free
Unified payment
Not currently supported

Inputs

  • file
    File(s) with code for the custom task. Each file must have a corresponding filePath entry showing its relative location. If a file at the same filePath already exists, it will be replaced. Can be a single file or a list for multiple files.
  • filePath
    The relative path(s) of the file(s) being uploaded. Must correspond to each file in the 'file' field. Examples: 'main.py', 'helpers/helper.py'. If uploading multiple files, provide a list with the same length as the file list.
  • customTaskIdstring
    Required
    The ID of the custom task to update.
  • filesToDelete
    The ID(s) of file(s) to be deleted from the custom task version. Can be a single ID or a list.
  • isMajorUpdatestring
    Required
    If true, creates a new major version; if false, creates a minor version.
  • maximumMemoryinteger
    [DEPRECATED] Maximum memory in bytes that may be allocated by the custom task. If exceeded, the task will be killed.
  • requiredMetadatastring
    Additional parameters required by the execution environment (JSON string). Required keys are defined by the base environment's requiredMetadataKeys. Cannot be changed once set.
  • baseEnvironmentIdstring
    Required
    The base environment to use with this custom task version.
  • outboundNetworkPolicystring
    Outbound network policy options
  • requiredMetadataValuesstring
    Additional parameters required by the execution environment (JSON string). Field names are defined by base environment's requiredMetadataKeys.

Observable output

  • data
    Required
    Data from the action execution
  • errorstring
    Error if any occurred during the execution of the action
  • successfulboolean
    Required
    Whether or not the action execution was successful or not

Skills that use this Action

Related use cases

No verified related use cases are linked yet.

Official source

Provider source

Skills that use this Action

No published Skills explicitly reference this Action yet.