We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69417f3 commit 7e1f211Copy full SHA for 7e1f211
1 file changed
src/dstack/_internal/core/backends/tensordock/models.py
@@ -4,6 +4,8 @@
4
5
from dstack._internal.core.models.common import CoreModel
6
7
+# TODO: TensorDock is deprecated and will be removed in the future
8
+
9
10
class TensorDockAPIKeyCreds(CoreModel):
11
type: Annotated[Literal["api_key"], Field(description="The type of credentials")] = "api_key"
0 commit comments