Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicvaz committed May 7, 2024
2 parents 6a4d24d + 3934828 commit 557c982
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .domino/compiled_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,14 @@
},
"output_schema": {
"properties": {
"model_file_path": {
"prophet_model_file_path": {
"description": "Path to the file containing the trained model.",
"title": "Model File Path",
"title": "Prophet model path",
"type": "string"
}
},
"required": [
"model_file_path"
"prophet_model_file_path"
],
"title": "OutputModel",
"type": "object"
Expand Down Expand Up @@ -236,9 +236,9 @@
},
"input_schema": {
"properties": {
"model_path": {
"prophet_model_path": {
"description": "Path to the file containing the trained model.",
"title": "Model Path",
"title": "Prophet Model Path",
"type": "string"
},
"periods": {
Expand All @@ -248,7 +248,7 @@
}
},
"required": [
"model_path",
"prophet_model_path",
"periods"
],
"title": "InputModel",
Expand Down
2 changes: 1 addition & 1 deletion .domino/dependencies_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"ProphetPredictPiece"
],
"secrets": [],
"source_image": "ghcr.io/enter-your-registry-name-here/enter-your-repository-name-here:development-group0"
"source_image": "ghcr.io/tauffer-consulting/timeseries_domino_pieces:development-group0"
}
}

0 comments on commit 557c982

Please sign in to comment.