You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this instance we add the label `group=A` to the AI Deploy app. A set of defaults labels are added to all AI Deploy apps:
30
+
In this instance we add the label `group=A` to the AI Deploy app. A set of defaults labels is added to all AI Deploy apps:
31
31
32
-
-`ovh/id`which value is the ID of the AI Deploy app
32
+
-`ovh/id`whose value is the ID of the AI Deploy app
33
33
-`ovh/type` with value `app`, the type of AI resource
34
34
35
35
> [!primary]
@@ -61,15 +61,15 @@ A Read-only token will only grant you the right to query the deployed app while
61
61
Let us create a token for the AI Deploy apps matching the label `group=A` with read-only access in the GRA cluster.
62
62
To create an AI Deploy app token we need to specify 3 parameters:
63
63
64
-
- The token scope specified through label selectors, a token will be scoped over any app matching the set of label selectors. In this case `group=A`
64
+
- The token scope is specified through label selectors, and a token will be scoped over any app matching the set of label selectors. In this case `group=A`
65
65
- The token role: AI Training - Read-only
66
66
- The region (cluster in which are deployed the AI Deploy apps): GRA.
@@ -96,7 +96,7 @@ Additional information about the use of a token to manage an AI Training resourc
96
96
97
97
### Using a token to query an AI Deploy app
98
98
99
-
With the token we generated in the previous step we will now query the app. For this demonstration, we deployed a simple Hello World app that always responds `Hello, World!`.
99
+
With the token we generated in the previous step, we will now query the app. For this demonstration, we deployed a simple Hello World app that always responds `Hello, World!`.
100
100
101
101
You can get the access URL of your app in the details of the AI Deploy app, above the **Tags**.
0 commit comments