You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can link to both hosted data collections, and AWS/GCP/Azure based block storage media, you're able to link your algorithm code with your model files, wherever they live today.
290
+
291
+
292
+
## Datarobot MLOps Integration
293
+
As part of the integration with Datarobot, we've built out integration support for the [DataRobot MLOps Agent](https://docs.datarobot.com/en/docs/mlops/deployment/mlops-agent/index.html)
294
+
By selecting `mlops=True` as part of the ADK `init()` function, the ADK will configure and setup the MLOps Agent to support writing content directly back to DataRobot.
295
+
296
+
297
+
For this, you'll need to select an MLOps Enabled Environment; and you will need to setup a DataRobot External Deployment.
298
+
Once setup, you will need to define your `mlops.json` file, including your deployment and model ids.
As you can link to both hosted data collections, and AWS/GCP/Azure based block storage media, you're able to link your algorithm code with your model files, wherever they live today.
73
+
74
+
75
+
## Datarobot MLOps Integration
76
+
As part of the integration with Datarobot, we've built out integration support for the [DataRobot MLOps Agent](https://docs.datarobot.com/en/docs/mlops/deployment/mlops-agent/index.html)
77
+
By selecting `mlops=True` as part of the ADK `init()` function, the ADK will configure and setup the MLOps Agent to support writing content directly back to DataRobot.
78
+
79
+
80
+
For this, you'll need to select an MLOps Enabled Environment; and you will need to setup a DataRobot External Deployment.
81
+
Once setup, you will need to define your `mlops.json` file, including your deployment and model ids.
0 commit comments