Small edits (#594)

This commit is contained in:
pollfly
2023-06-13 12:21:35 +03:00
committed by GitHub
parent b2849c423d
commit c256f46993
11 changed files with 13 additions and 108 deletions

View File

@@ -933,7 +933,7 @@ and limitations on bucket naming.
**`sdk.development.default_output_uri`** (*string*) <a class="tr_top_negative" id="config_default_output_uri"></a>
* The default output destination for model checkpoints (snapshots) and artifacts. If the `output_uri` parameter is not provided
when calling the `Task.init` method, then use the destination in `default_output_uri`.
when calling [`Task.init()`](../references/sdk/task.md#taskinit), then use the destination in `default_output_uri`.
---