-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.376.0 (#22)
Co-authored-by: speakeasybot <[email protected]>
- v1.3.5
- v1.3.4
- v1.3.1
- v1.3.0
- v1.2.0
- v1.1.0
- v1.0.4
- v1.0.3
- packages/mistralai-gcp/v1.3.5
- packages/mistralai-gcp/v1.3.4
- packages/mistralai-gcp/v1.3.1
- packages/mistralai-gcp/v1.3.0
- packages/mistralai-gcp/v1.1.0
- packages/mistralai-gcp/v1.0.4
- packages/mistralai-azure/v1.3.5
- packages/mistralai-azure/v1.3.4
- packages/mistralai-azure/v1.3.1
- packages/mistralai-azure/v1.3.0
- packages/mistralai-azure/v1.1.0
- packages/mistralai-azure/v1.0.4
1 parent
b2ea0a0
commit b540ca7
Showing
79 changed files
with
1,171 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# ArchiveFTModelOutObject | ||
|
||
## Example Usage | ||
|
||
```typescript | ||
import { ArchiveFTModelOutObject } from "@mistralai/mistralai/models/components"; | ||
|
||
let value: ArchiveFTModelOutObject = "model"; | ||
``` | ||
|
||
## Values | ||
|
||
```typescript | ||
"model" | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# DetailedJobOutIntegrations | ||
|
||
## Example Usage | ||
|
||
```typescript | ||
import { DetailedJobOutIntegrations } from "@mistralai/mistralai/models/components"; | ||
|
||
let value: DetailedJobOutIntegrations = { | ||
project: "<value>", | ||
}; | ||
``` | ||
|
||
## Supported Types | ||
|
||
### `components.WandbIntegrationOut` | ||
|
||
```typescript | ||
const value: components.WandbIntegrationOut = /* values here */ | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# DetailedJobOutObject | ||
|
||
## Example Usage | ||
|
||
```typescript | ||
import { DetailedJobOutObject } from "@mistralai/mistralai/models/components"; | ||
|
||
let value: DetailedJobOutObject = "job"; | ||
``` | ||
|
||
## Values | ||
|
||
```typescript | ||
"job" | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# DetailedJobOutRepositories | ||
|
||
## Example Usage | ||
|
||
```typescript | ||
import { DetailedJobOutRepositories } from "@mistralai/mistralai/models/components"; | ||
|
||
let value: DetailedJobOutRepositories = { | ||
name: "<value>", | ||
owner: "<value>", | ||
commitId: "<value>", | ||
}; | ||
``` | ||
|
||
## Supported Types | ||
|
||
### `components.GithubRepositoryOut` | ||
|
||
```typescript | ||
const value: components.GithubRepositoryOut = /* values here */ | ||
``` | ||
|
Oops, something went wrong.