Skip to content

Commit

Permalink
Update documentation/docs/extending/datasource.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Håkon Flatval <70905152+haakonflatval-cognite@users.noreply.github.com>
  • Loading branch information
larsmoa and haakonflatval-cognite authored May 27, 2022
1 parent 9fc8482 commit ea0ee84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/extending/datasource.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class CdfModelIdentifier implements ModelIdentifier {
| `getModelOutputs()` | Yes | Returns an object describing the set of valid formats and version for the given model |

`getModelUri()` returns a "base URL" that will be passed to `ModelDataProvider.getBinaryFile()` and `getJsonFile()`. Note that
its up to `ModelDataProvider` how this base URL is handled and it is possible to use this base URL as
it's up to `ModelDataProvider` how this base URL is handled and it is possible to use this base URL as
some other identifier, e.g. a folder on disk or ID of a blob storage. `getModelUri()` accepts `BlobOutputMetadata` as input which
defines the format, version, and if applicable, the "blob id" of the output.

Expand Down

0 comments on commit ea0ee84

Please sign in to comment.