Skip to content

Commit 2ca23ee

Browse files
author
Syeda Haya Fatima
committed
Generated docs, fixed formatting and lint passing
1 parent 34b107e commit 2ca23ee

22 files changed

Lines changed: 552 additions & 0 deletions

docs/stackit.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ stackit [flags]
2727
### SEE ALSO
2828

2929
* [stackit affinity-group](./stackit_affinity-group.md) - Manage server affinity groups
30+
* [stackit ai-model-experiments](./stackit_ai-model-experiments.md) - Provides functionality for AI Model Experiments
3031
* [stackit auth](./stackit_auth.md) - Authenticates the STACKIT CLI
3132
* [stackit beta](./stackit_beta.md) - Contains beta STACKIT CLI commands
3233
* [stackit config](./stackit_config.md) - Provides functionality for CLI configuration options
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## stackit ai-model-experiments
2+
3+
Provides functionality for AI Model Experiments
4+
5+
### Synopsis
6+
7+
Provides functionality for AI Model Experiments.
8+
9+
```
10+
stackit ai-model-experiments [flags]
11+
```
12+
13+
### Options
14+
15+
```
16+
-h, --help Help for "stackit ai-model-experiments"
17+
```
18+
19+
### Options inherited from parent commands
20+
21+
```
22+
-y, --assume-yes If set, skips all confirmation prompts
23+
--async If set, runs the command asynchronously
24+
-o, --output-format string Output format, (one of: [json, pretty, none, yaml])
25+
-p, --project-id string Project ID
26+
--region string Target region for region-specific requests
27+
--verbosity string Verbosity of the CLI, (one of: [debug, info, warning, error]) (default "info")
28+
```
29+
30+
### SEE ALSO
31+
32+
* [stackit](./stackit.md) - Manage STACKIT resources using the command line
33+
* [stackit ai-model-experiments instance](./stackit_ai-model-experiments_instance.md) - Provides functionality for AI Model Experiments instances
34+
* [stackit ai-model-experiments token](./stackit_ai-model-experiments_token.md) - Provides functionality for AI Model Experiments instance tokens
35+
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
## stackit ai-model-experiments instance
2+
3+
Provides functionality for AI Model Experiments instances
4+
5+
### Synopsis
6+
7+
Provides functionality for AI Model Experiments instances.
8+
9+
```
10+
stackit ai-model-experiments instance [flags]
11+
```
12+
13+
### Options
14+
15+
```
16+
-h, --help Help for "stackit ai-model-experiments instance"
17+
```
18+
19+
### Options inherited from parent commands
20+
21+
```
22+
-y, --assume-yes If set, skips all confirmation prompts
23+
--async If set, runs the command asynchronously
24+
-o, --output-format string Output format, (one of: [json, pretty, none, yaml])
25+
-p, --project-id string Project ID
26+
--region string Target region for region-specific requests
27+
--verbosity string Verbosity of the CLI, (one of: [debug, info, warning, error]) (default "info")
28+
```
29+
30+
### SEE ALSO
31+
32+
* [stackit ai-model-experiments](./stackit_ai-model-experiments.md) - Provides functionality for AI Model Experiments
33+
* [stackit ai-model-experiments instance create](./stackit_ai-model-experiments_instance_create.md) - Creates an AI Model Experiments instance
34+
* [stackit ai-model-experiments instance delete](./stackit_ai-model-experiments_instance_delete.md) - Deletes an AI Model Experiments instance
35+
* [stackit ai-model-experiments instance get](./stackit_ai-model-experiments_instance_get.md) - Gets an AI Model Experiments instance
36+
* [stackit ai-model-experiments instance list](./stackit_ai-model-experiments_instance_list.md) - Lists AI Model Experiments instances
37+
* [stackit ai-model-experiments instance patch](./stackit_ai-model-experiments_instance_patch.md) - Updates an AI Model Experiments instance
38+
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
## stackit ai-model-experiments instance create
2+
3+
Creates an AI Model Experiments instance
4+
5+
### Synopsis
6+
7+
Creates an AI Model Experiments (MLflow) instance in your STACKIT project.
8+
9+
```
10+
stackit ai-model-experiments instance create [flags]
11+
```
12+
13+
### Examples
14+
15+
```
16+
Create an AI Model Experiments instance with name "my-tracking"
17+
$ stackit ai-model-experiments instance create --name my-tracking
18+
19+
Create an instance with a description and labels
20+
$ stackit ai-model-experiments instance create --name my-tracking --description "team tracking server" --label env=prod
21+
```
22+
23+
### Options
24+
25+
```
26+
--deleted-experiment-retention string Retention period for deleted experiments before permanent purge, e.g. "30d" (min 1d, max 90d)
27+
--description string Instance description
28+
-h, --help Help for "stackit ai-model-experiments instance create"
29+
--label stringToString Labels as key-value pairs, e.g. "--label env=prod" (default [])
30+
-n, --name string Instance name
31+
```
32+
33+
### Options inherited from parent commands
34+
35+
```
36+
-y, --assume-yes If set, skips all confirmation prompts
37+
--async If set, runs the command asynchronously
38+
-o, --output-format string Output format, (one of: [json, pretty, none, yaml])
39+
-p, --project-id string Project ID
40+
--region string Target region for region-specific requests
41+
--verbosity string Verbosity of the CLI, (one of: [debug, info, warning, error]) (default "info")
42+
```
43+
44+
### SEE ALSO
45+
46+
* [stackit ai-model-experiments instance](./stackit_ai-model-experiments_instance.md) - Provides functionality for AI Model Experiments instances
47+
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
## stackit ai-model-experiments instance delete
2+
3+
Deletes an AI Model Experiments instance
4+
5+
### Synopsis
6+
7+
Deletes an AI Model Experiments instance from a STACKIT project.
8+
9+
```
10+
stackit ai-model-experiments instance delete INSTANCE_ID [flags]
11+
```
12+
13+
### Examples
14+
15+
```
16+
Delete an AI Model Experiments instance with ID "xxx"
17+
$ stackit ai-model-experiments instance delete xxx
18+
```
19+
20+
### Options
21+
22+
```
23+
-h, --help Help for "stackit ai-model-experiments instance delete"
24+
```
25+
26+
### Options inherited from parent commands
27+
28+
```
29+
-y, --assume-yes If set, skips all confirmation prompts
30+
--async If set, runs the command asynchronously
31+
-o, --output-format string Output format, (one of: [json, pretty, none, yaml])
32+
-p, --project-id string Project ID
33+
--region string Target region for region-specific requests
34+
--verbosity string Verbosity of the CLI, (one of: [debug, info, warning, error]) (default "info")
35+
```
36+
37+
### SEE ALSO
38+
39+
* [stackit ai-model-experiments instance](./stackit_ai-model-experiments_instance.md) - Provides functionality for AI Model Experiments instances
40+
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
## stackit ai-model-experiments instance get
2+
3+
Gets an AI Model Experiments instance
4+
5+
### Synopsis
6+
7+
Gets an AI Model Experiments instance in a STACKIT project.
8+
9+
```
10+
stackit ai-model-experiments instance get INSTANCE_ID [flags]
11+
```
12+
13+
### Examples
14+
15+
```
16+
Get an AI Model Experiments instance with ID "xxx"
17+
$ stackit ai-model-experiments instance get xxx
18+
```
19+
20+
### Options
21+
22+
```
23+
-h, --help Help for "stackit ai-model-experiments instance get"
24+
```
25+
26+
### Options inherited from parent commands
27+
28+
```
29+
-y, --assume-yes If set, skips all confirmation prompts
30+
--async If set, runs the command asynchronously
31+
-o, --output-format string Output format, (one of: [json, pretty, none, yaml])
32+
-p, --project-id string Project ID
33+
--region string Target region for region-specific requests
34+
--verbosity string Verbosity of the CLI, (one of: [debug, info, warning, error]) (default "info")
35+
```
36+
37+
### SEE ALSO
38+
39+
* [stackit ai-model-experiments instance](./stackit_ai-model-experiments_instance.md) - Provides functionality for AI Model Experiments instances
40+
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
## stackit ai-model-experiments instance list
2+
3+
Lists AI Model Experiments instances
4+
5+
### Synopsis
6+
7+
Lists AI Model Experiments instances in a STACKIT project.
8+
9+
```
10+
stackit ai-model-experiments instance list [flags]
11+
```
12+
13+
### Examples
14+
15+
```
16+
List AI Model Experiments instances in a project
17+
$ stackit ai-model-experiments instance list --region eu01
18+
```
19+
20+
### Options
21+
22+
```
23+
-h, --help Help for "stackit ai-model-experiments instance list"
24+
```
25+
26+
### Options inherited from parent commands
27+
28+
```
29+
-y, --assume-yes If set, skips all confirmation prompts
30+
--async If set, runs the command asynchronously
31+
-o, --output-format string Output format, (one of: [json, pretty, none, yaml])
32+
-p, --project-id string Project ID
33+
--region string Target region for region-specific requests
34+
--verbosity string Verbosity of the CLI, (one of: [debug, info, warning, error]) (default "info")
35+
```
36+
37+
### SEE ALSO
38+
39+
* [stackit ai-model-experiments instance](./stackit_ai-model-experiments_instance.md) - Provides functionality for AI Model Experiments instances
40+
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
## stackit ai-model-experiments instance patch
2+
3+
Updates an AI Model Experiments instance
4+
5+
### Synopsis
6+
7+
Partially updates an AI Model Experiments instance in a STACKIT project.
8+
9+
```
10+
stackit ai-model-experiments instance patch INSTANCE_ID [flags]
11+
```
12+
13+
### Examples
14+
15+
```
16+
Update the name of an AI Model Experiments instance with ID "xxx"
17+
$ stackit ai-model-experiments instance patch xxx --name my-new-name
18+
19+
Update the description of an AI Model Experiments instance
20+
$ stackit ai-model-experiments instance patch xxx --description "team tracking server"
21+
22+
Update labels on an AI Model Experiments instance
23+
$ stackit ai-model-experiments instance patch xxx --label env=prod
24+
25+
Update multiple fields of an AI Model Experiments instance
26+
$ stackit ai-model-experiments instance patch xxx --name my-new-name --description "team tracking server" --label env=prod --deleted-experiment-retention 30d
27+
```
28+
29+
### Options
30+
31+
```
32+
--deleted-experiment-retention string Retention period for deleted experiments before permanent purge, e.g. "30d" (min 1d, max 90d)
33+
--description string Instance description
34+
-h, --help Help for "stackit ai-model-experiments instance patch"
35+
--label stringToString Labels as key-value pairs, e.g. "--label env=prod" (default [])
36+
-n, --name string Instance name
37+
```
38+
39+
### Options inherited from parent commands
40+
41+
```
42+
-y, --assume-yes If set, skips all confirmation prompts
43+
--async If set, runs the command asynchronously
44+
-o, --output-format string Output format, (one of: [json, pretty, none, yaml])
45+
-p, --project-id string Project ID
46+
--region string Target region for region-specific requests
47+
--verbosity string Verbosity of the CLI, (one of: [debug, info, warning, error]) (default "info")
48+
```
49+
50+
### SEE ALSO
51+
52+
* [stackit ai-model-experiments instance](./stackit_ai-model-experiments_instance.md) - Provides functionality for AI Model Experiments instances
53+
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
## stackit ai-model-experiments token
2+
3+
Provides functionality for AI Model Experiments instance tokens
4+
5+
### Synopsis
6+
7+
Provides functionality for AI Model Experiments instance tokens.
8+
9+
```
10+
stackit ai-model-experiments token [flags]
11+
```
12+
13+
### Options
14+
15+
```
16+
-h, --help Help for "stackit ai-model-experiments token"
17+
```
18+
19+
### Options inherited from parent commands
20+
21+
```
22+
-y, --assume-yes If set, skips all confirmation prompts
23+
--async If set, runs the command asynchronously
24+
-o, --output-format string Output format, (one of: [json, pretty, none, yaml])
25+
-p, --project-id string Project ID
26+
--region string Target region for region-specific requests
27+
--verbosity string Verbosity of the CLI, (one of: [debug, info, warning, error]) (default "info")
28+
```
29+
30+
### SEE ALSO
31+
32+
* [stackit ai-model-experiments](./stackit_ai-model-experiments.md) - Provides functionality for AI Model Experiments
33+
* [stackit ai-model-experiments token create](./stackit_ai-model-experiments_token_create.md) - Creates an instance token
34+
* [stackit ai-model-experiments token delete](./stackit_ai-model-experiments_token_delete.md) - Deletes an instance token
35+
* [stackit ai-model-experiments token get](./stackit_ai-model-experiments_token_get.md) - Gets an instance token
36+
* [stackit ai-model-experiments token list](./stackit_ai-model-experiments_token_list.md) - Lists instance tokens
37+
* [stackit ai-model-experiments token patch](./stackit_ai-model-experiments_token_patch.md) - Updates an instance token
38+
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
## stackit ai-model-experiments token create
2+
3+
Creates an instance token
4+
5+
### Synopsis
6+
7+
Creates an auth token for an AI Model Experiments instance.
8+
9+
```
10+
stackit ai-model-experiments token create [flags]
11+
```
12+
13+
### Examples
14+
15+
```
16+
Create an auth token
17+
$ stackit ai-model-experiments token create --instance-id xxx --name my-token
18+
```
19+
20+
### Options
21+
22+
```
23+
--description string Token description
24+
-h, --help Help for "stackit ai-model-experiments token create"
25+
--instance-id string ID of the instance
26+
--label stringToString Labels as key-value pairs, e.g. "--label env=prod" (default [])
27+
--name string Token name
28+
--ttl-duration string Token time to live duration
29+
```
30+
31+
### Options inherited from parent commands
32+
33+
```
34+
-y, --assume-yes If set, skips all confirmation prompts
35+
--async If set, runs the command asynchronously
36+
-o, --output-format string Output format, (one of: [json, pretty, none, yaml])
37+
-p, --project-id string Project ID
38+
--region string Target region for region-specific requests
39+
--verbosity string Verbosity of the CLI, (one of: [debug, info, warning, error]) (default "info")
40+
```
41+
42+
### SEE ALSO
43+
44+
* [stackit ai-model-experiments token](./stackit_ai-model-experiments_token.md) - Provides functionality for AI Model Experiments instance tokens
45+

0 commit comments

Comments
 (0)