Skip to content

Commit

Permalink
auto-organize
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 23, 2023
1 parent 996d167 commit 4b7ee6f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
16 changes: 6 additions & 10 deletions .domino/compiled_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,15 @@
"dockerfile": "Dockerfile_1",
"requirements_file": null
},
"tags": [
"Example"
],
"tags": [],
"style": {
"node_label": "AutoML Piece",
"node_type": "default",
"node_style": {
"backgroundColor": "#ebebeb"
},
"useIcon": true,
"icon_class_name": "fa-solid fa-microchip",
"icon_class_name": "fa-solid:microchip",
"iconStyle": {
"cursor": "pointer"
}
Expand Down Expand Up @@ -87,12 +85,12 @@
"default": 0,
"type": "integer"
},
"save_leader_model_type": {
"leader_model_save_format": {
"description": "The file type of model to be saved",
"default": "mojo",
"allOf": [
{
"$ref": "#/definitions/SaveLeaderModelTypes"
"$ref": "#/definitions/SaveFormat"
}
]
}
Expand All @@ -102,8 +100,8 @@
"target_column"
],
"definitions": {
"SaveLeaderModelTypes": {
"title": "SaveLeaderModelTypes",
"SaveFormat": {
"title": "SaveFormat",
"description": "An enumeration.",
"enum": [
"bin",
Expand All @@ -120,13 +118,11 @@
"bin_path_file": {
"title": "Bin Path File",
"description": "The path to the bin file",
"format": "file-path",
"type": "string"
},
"mojo_path_file": {
"title": "Mojo Path File",
"description": "The path to the mojo file",
"format": "file-path",
"type": "string"
}
}
Expand Down
2 changes: 1 addition & 1 deletion .domino/dependencies_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"AutoMLPiece"
],
"secrets": [],
"source_image": "ghcr.io/giupb/h2o_ml_pieces:0.1.0-group0"
"source_image": "ghcr.io/giupb/h2o_ml_pieces:0.1.2-group0"
}
}

0 comments on commit 4b7ee6f

Please sign in to comment.