actions-marketplace-validations/Custom Models Action
Manage custom inference models and deployments in DataRobot.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-token | DataRobot authentication API token. | yes | — |
| webserver | DataRobot frontend web server. | yes | — |
| branch | The branch for which pull request and push events will trigger the action. | yes | — |
| namespace | Determines the namespace under which models and deployments will be created, updated and deleted. | no | — |
| allow-model-deletion | Whether to detected local deleted model definitions and consequently delete them in DataRobot. | no | false |
| allow-deployment-deletion | Whether to detect local deleted deployment definitions and consequently delete them in DataRobot. | no | false |
| models-only | Whether to handle custom inference models only, without deployments.. | no | false |
| skip-cert-verification | Whether a request to an HTTPS URL will be made without a certificate verification. | no | false |
Outputs
| name | description |
|---|---|
| models--total-affected | The total number of models that were affected. |
| models--total-created | The total number of new models that were created. |
| models--total-deleted | The total number of models that were deleted. |
| models--total-updated-settings | The total number of models that were updated by their settings. |
| models--total-created-versions | The total number of new model versions that were created. |
| deployments--total-affected | How many deployments were affected. |
| deployments--total-created | How many new deployments were created. |
| deployments--total-deleted | How many deployments were deleted. |
| deployments--total-updated-settings | The total number of deployments that were updated by their settings. |
| message | The output message from the GitHub action. |