Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions api/serverless/openapi.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -3053,10 +3053,12 @@ components:

GpuAvailability:
type: string
description: Scheduler provisioning availability for this GPU type.
description: >
How the catalogue currently offers this GPU type. `restricted` means the
SKU is not generally available. It is not purchased reserved capacity.
enum:
- available
- reserved
- restricted
- custom

GpuPricing:
Expand Down
16 changes: 8 additions & 8 deletions internal/api/serverless/gen/client.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.