Aident logoAident logo centerAident Loadout
Use CasesPricingDocs
ENStart Now
AppsDataRobot ToolsDatarobot Create Custom Models Versions
DataRobot Tools

Datarobot Create Custom Models Versions

Tool to create a new version for an existing DataRobot custom model. Use when you need to update a custom model with new code files, environment changes, or configuration updates. Creates either a major or minor version based on the isMajorUpdate parameter.

Write actionRisk level 2 of 5API key connection
Use Datarobot Create Custom Models 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

  • fileobject
    A file with code for a custom task or a custom model. For each file supplied as form data, you must have a corresponding filePath supplied that shows the relative location of the file. For example, you have two files: /home/username/custom-task/main.py and /home/username/custom-…
  • filePath
    The local path of the file being uploaded. See the file field explanation for more details.
  • replicasinteger
    A fixed number of replicas that will be set for the given custom-model. Maximum of 25.
  • requiresHaboolean
    Require all custom model replicas to be deployed on different Kubernetes nodes for predictions fault tolerance.
  • holdoutDatastring
    Holdout data configuration ID for version. This functionality has to be explicitly enabled for the current model. See isTrainingDataForVersionsPermanentlyEnabled parameter.
  • trainingDatastring
    Training data configuration ID for version. This functionality has to be explicitly enabled for the current model. See isTrainingDataForVersionsPermanentlyEnabled parameter.
  • customModelIdstring
    Required
    The ID of the custom model to create a version for.
  • desiredMemoryinteger
    The amount of memory (in bytes) that is expected to be allocated by the custom model. This setting is incompatible with setting the resourceBundleId. Must be between 134217728 (128MB) and 15032385536 (~14GB).
  • isMajorUpdatestring
    Required
    If set to true, new major version will be created, otherwise minor version will be created.
  • maximumMemoryinteger
    The maximum memory (in bytes) that might be allocated by the custom-model. If exceeded, the custom-model will be killed. This setting is incompatible with setting the resourceBundleId. Must be between 134217728 (128MB) and 15032385536 (~14GB).
  • gitModelVersionobject
    Git-related attributes associated with a custom model version
  • requiredMetadatastring
    Additional parameters required by the execution environment. The required keys are defined by the fieldNames in the base environment's requiredMetadataKeys. Once set, they cannot be changed. If you to change them, make a new version.

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.