Skip to content

Commit 44933a0

Browse files
[YOLO] Reconcile dependencies, updated IDs, tags (#1471)
Co-authored-by: svc-harness-git2 <[email protected]>
1 parent 39742b0 commit 44933a0

File tree

11 files changed

+99
-22
lines changed

11 files changed

+99
-22
lines changed

public_dropin_environments/java_codegen/env_info.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,17 @@
33
"name": "[DataRobot] Java Drop-In (DR Codegen, H2O)",
44
"description": "This template can be used as an environment for DataRobot generated scoring code or models that implement the either the IClassificationPredictor or IRegressionPredictor interface from the datarobot-prediction package and for H2O models exported as POJO or MOJO.",
55
"programmingLanguage": "java",
6-
"environmentVersionId": "68271d84cbce0247227de598",
6+
"label": "",
7+
"environmentVersionId": "682f9944114ca0117f36acfa",
8+
"environmentVersionDescription": "",
79
"isPublic": true,
810
"useCases": [
911
"customModel"
1012
],
11-
"imageRepository": "env-java-codegen"
13+
"imageRepository": "env-java-codegen",
14+
"tags": [
15+
"v11.1.0-682f9944114ca0117f36acfa",
16+
"682f9944114ca0117f36acfa",
17+
"v11.1.0-latest"
18+
]
1219
}

public_dropin_environments/python311/env_info.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,17 @@
33
"name": "[DataRobot] Python 3.11 Drop-In",
44
"description": "This template environment can be used to create Python based custom models. User is responsible to provide requirements.txt with the model, to install all the required dependencies.",
55
"programmingLanguage": "python",
6-
"environmentVersionId": "68271d84cbce0247227de59b",
6+
"label": "",
7+
"environmentVersionId": "682f9953114ca011a612e518",
8+
"environmentVersionDescription": "",
79
"isPublic": true,
810
"useCases": [
911
"customModel"
1012
],
11-
"imageRepository": "env-python"
13+
"imageRepository": "env-python",
14+
"tags": [
15+
"v11.1.0-682f9953114ca011a612e518",
16+
"682f9953114ca011a612e518",
17+
"v11.1.0-latest"
18+
]
1219
}

public_dropin_environments/python311_genai/env_info.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,17 @@
33
"name": "[DataRobot] Python 3.11 GenAI",
44
"description": "This template environment can be used to create GenAI-powered custom models and includes common dependencies for workflows using OpenAI, Langchain, vector DBs, or transformers in PyTorch. Similar to other drop-in environments, you can either include a .pth artifact or any other code needed to deserialize your model, and optionally a custom.py file.",
55
"programmingLanguage": "python",
6-
"environmentVersionId": "68271d84cbce0247227de5a0",
6+
"label": "",
7+
"environmentVersionId": "682f995c114ca011c2a50fce",
8+
"environmentVersionDescription": "",
79
"isPublic": true,
810
"useCases": [
911
"customModel"
1012
],
11-
"imageRepository": "env-python-genai"
13+
"imageRepository": "env-python-genai",
14+
"tags": [
15+
"v11.1.0-682f995c114ca011c2a50fce",
16+
"682f995c114ca011c2a50fce",
17+
"v11.1.0-latest"
18+
]
1219
}

public_dropin_environments/python311_genai_agents/env_info.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,18 @@
33
"name": "[DataRobot] Python 3.11 GenAI Agents",
44
"description": "This template environment can be used to create GenAI-powered agents using CrewAI, LangGraph, or Llama-Index. Similar to other drop-in environments, you can either include a .pth artifact or any other code needed to deserialize your model, and optionally a custom.py file. You can also use this environment in codespaces.",
55
"programmingLanguage": "python",
6-
"environmentVersionId": "682c93429604e979f80dc8f6",
6+
"label": "",
7+
"environmentVersionId": "682f9981114ca0124326ec6c",
8+
"environmentVersionDescription": "",
79
"isPublic": true,
810
"useCases": [
911
"notebook",
1012
"customModel"
1113
],
12-
"imageRepository": "env-python-genai-agents"
14+
"imageRepository": "env-python-genai-agents",
15+
"tags": [
16+
"v11.1.0-682f9981114ca0124326ec6c",
17+
"682f9981114ca0124326ec6c",
18+
"v11.1.0-latest"
19+
]
1320
}

public_dropin_environments/python3_keras/env_info.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,17 @@
33
"name": "[DataRobot] Python 3.11 Keras Drop-In",
44
"description": "This template environment can be used to create artifact-only keras custom models. This environment contains keras backed by tensorflow and only requires your model artifact as a .h5 file and optionally a custom.py file.",
55
"programmingLanguage": "python",
6-
"environmentVersionId": "68271d84cbce0247227de59e",
6+
"label": "",
7+
"environmentVersionId": "682f99ad114ca012a708288b",
8+
"environmentVersionDescription": "",
79
"isPublic": true,
810
"useCases": [
911
"customModel"
1012
],
11-
"imageRepository": "env-python-keras"
13+
"imageRepository": "env-python-keras",
14+
"tags": [
15+
"v11.1.0-682f99ad114ca012a708288b",
16+
"682f99ad114ca012a708288b",
17+
"v11.1.0-latest"
18+
]
1219
}

public_dropin_environments/python3_onnx/env_info.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,17 @@
33
"name": "[DataRobot] Python 3.11 ONNX Drop-In",
44
"description": "This template environment can be used to create artifact-only ONNX custom models. This environment contains ONNX runtime and only requires your model artifact as an .onnx file and optionally a custom.py file.",
55
"programmingLanguage": "python",
6-
"environmentVersionId": "68271d84cbce0247227de596",
6+
"label": "",
7+
"environmentVersionId": "682f99bb114ca012c957472e",
8+
"environmentVersionDescription": "",
79
"isPublic": true,
810
"useCases": [
911
"customModel"
1012
],
11-
"imageRepository": "env-python-onnx"
13+
"imageRepository": "env-python-onnx",
14+
"tags": [
15+
"v11.1.0-682f99bb114ca012c957472e",
16+
"682f99bb114ca012c957472e",
17+
"v11.1.0-latest"
18+
]
1219
}

public_dropin_environments/python3_pmml/env_info.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,17 @@
33
"name": "[DataRobot] Python 3.11 PMML Drop-In",
44
"description": "This template environment can be used to create artifact-only PMML custom models. This environment contains PyPMML and only requires your model artifact as a .pmml file and optionally a custom.py file.",
55
"programmingLanguage": "python",
6-
"environmentVersionId": "68271d84cbce0247227de59d",
6+
"label": "",
7+
"environmentVersionId": "682f99c4114ca012e328b9dc",
8+
"environmentVersionDescription": "",
79
"isPublic": true,
810
"useCases": [
911
"customModel"
1012
],
11-
"imageRepository": "env-python-pmml"
13+
"imageRepository": "env-python-pmml",
14+
"tags": [
15+
"v11.1.0-682f99c4114ca012e328b9dc",
16+
"682f99c4114ca012e328b9dc",
17+
"v11.1.0-latest"
18+
]
1219
}

public_dropin_environments/python3_pytorch/env_info.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,17 @@
33
"name": "[DataRobot] Python 3.11 PyTorch Drop-In",
44
"description": "This template environment can be used to create artifact-only PyTorch custom models. This environment contains PyTorch and requires only your model artifact as a .pth file, any other code needed to deserialize your model, and optionally a custom.py file.",
55
"programmingLanguage": "python",
6-
"environmentVersionId": "68271d84cbce0247227de59c",
6+
"label": "",
7+
"environmentVersionId": "682f99cc114ca012ff23c346",
8+
"environmentVersionDescription": "",
79
"isPublic": true,
810
"useCases": [
911
"customModel"
1012
],
11-
"imageRepository": "env-python-pytorch"
13+
"imageRepository": "env-python-pytorch",
14+
"tags": [
15+
"v11.1.0-682f99cc114ca012ff23c346",
16+
"682f99cc114ca012ff23c346",
17+
"v11.1.0-latest"
18+
]
1219
}

public_dropin_environments/python3_sklearn/env_info.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,17 @@
33
"name": "[DataRobot] Python 3.11 Scikit-Learn Drop-In",
44
"description": "This template environment can be used to create artifact-only scikit-learn custom models. This environment contains scikit-learn and only requires your model artifact as a .pkl file and optionally a custom.py file.",
55
"programmingLanguage": "python",
6-
"environmentVersionId": "68271d84cbce0247227de59f",
6+
"label": "",
7+
"environmentVersionId": "682f99da114ca0131843b65d",
8+
"environmentVersionDescription": "",
79
"isPublic": true,
810
"useCases": [
911
"customModel"
1012
],
11-
"imageRepository": "env-python-sklearn"
13+
"imageRepository": "env-python-sklearn",
14+
"tags": [
15+
"v11.1.0-682f99da114ca0131843b65d",
16+
"682f99da114ca0131843b65d",
17+
"v11.1.0-latest"
18+
]
1219
}

public_dropin_environments/python3_xgboost/env_info.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,17 @@
33
"name": "[DataRobot] Python 3.11 XGBoost Drop-In",
44
"description": "This template environment can be used to create artifact-only xgboost custom models. This environment contains xgboost and only requires your model artifact as a .pkl file and optionally a custom.py file.",
55
"programmingLanguage": "python",
6-
"environmentVersionId": "68271d84cbce0247227de597",
6+
"label": "",
7+
"environmentVersionId": "682f99e2114ca0133180afbf",
8+
"environmentVersionDescription": "",
79
"isPublic": true,
810
"useCases": [
911
"customModel"
1012
],
11-
"imageRepository": "env-python-xgboost"
13+
"imageRepository": "env-python-xgboost",
14+
"tags": [
15+
"v11.1.0-682f99e2114ca0133180afbf",
16+
"682f99e2114ca0133180afbf",
17+
"v11.1.0-latest"
18+
]
1219
}

0 commit comments

Comments
 (0)