Skip to content

Commit

Permalink
Fix table
Browse files Browse the repository at this point in the history
  • Loading branch information
Naarcha-AWS authored Nov 21, 2022
1 parent 4939583 commit 505b9ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion _ml-commons-plugin/model-serving-framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ Field | Data type | Description
`name`| string | The name of the model. |
`version` | string | The version number of the model. Since OpenSearch does not enforce a specific version schema for models, you can choose any number or format that makes sense for your models. |
`model_format` | string | The portable format of the model file. Currently only supports `TORCH_SCRIPT`. |
`model_config` | json object | The model's configuration, including the `model_type`, `embedding_dimension`, and `framework_type`. |
[`model_config`](#the-model_config-object) | json object | The model's configuration, including the `model_type`, `embedding_dimension`, and `framework_type`. |
`url` | string | The URL where the model is located. |

Expand Down

0 comments on commit 505b9ab

Please sign in to comment.