Skip to content

Commit

Permalink
liblab SDK update for version v0.9.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
seniorquico committed Oct 1, 2024
1 parent 4787e92 commit b970227
Show file tree
Hide file tree
Showing 21 changed files with 38 additions and 58 deletions.
29 changes: 14 additions & 15 deletions .manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"liblabVersion": "2.4.0",
"date": "2024-09-17T04:02:28.854Z",
"liblabVersion": "2.5.0",
"date": "2024-10-01T05:14:05.186Z",
"config": {
"apiId": 1172,
"apiId": 1228,
"sdkName": "salad-cloud-sdk",
"sdkVersion": "0.9.0-alpha.3",
"sdkVersion": "0.9.0-alpha.4",
"liblabVersion": "2",
"deliveryMethods": ["zip"],
"languages": ["csharp"],
Expand All @@ -26,15 +26,15 @@
"homepage": "https://github.com/saladtechnologies/salad-cloud-sdk-dotnet",
"ignoreFiles": [".gitignore", "./LICENSE"],
"liblabVersion": "2",
"sdkVersion": "0.9.0-alpha.3",
"sdkVersion": "0.9.0-alpha.4",
"targetBranch": "main"
},
"go": {
"goModuleName": "github.com/saladtechnologies/salad-cloud-sdk-go",
"githubRepoName": "salad-cloud-sdk-go",
"ignoreFiles": [".gitignore", "./LICENSE"],
"liblabVersion": "2",
"sdkVersion": "0.9.0-alpha.3",
"sdkVersion": "0.9.0-alpha.4",
"targetBranch": "main"
},
"java": {
Expand All @@ -58,7 +58,7 @@
"homepage": "https://github.com/saladtechnologies/salad-cloud-sdk-java",
"ignoreFiles": [".gitignore", "./LICENSE"],
"liblabVersion": "2",
"sdkVersion": "0.9.0-alpha.3",
"sdkVersion": "0.9.0-alpha.5",
"targetBranch": "main"
},
"python": {
Expand Down Expand Up @@ -101,7 +101,7 @@
"githubRepoName": "salad-cloud-sdk-python",
"ignoreFiles": [".gitignore", "./LICENSE"],
"liblabVersion": "2",
"sdkVersion": "0.9.0-alpha.3",
"sdkVersion": "0.9.0-alpha.4",
"targetBranch": "main"
},
"terraform": {
Expand All @@ -112,7 +112,7 @@
"providerSchemaConfig": {
"authTokenKey": "api_key"
},
"providerVersion": "0.9.0-alpha.3",
"providerVersion": "0.9.0-alpha.1",
"githubRepoName": "terraform-provider-salad-cloud",
"ignoreFiles": [".gitignore", "./LICENSE"],
"liblabVersion": "2",
Expand All @@ -138,8 +138,9 @@
"homepage": "https://github.com/saladtechnologies/salad-cloud-sdk-javascript",
"ignoreFiles": [".gitignore", "./LICENSE"],
"liblabVersion": "2",
"sdkVersion": "0.9.0-alpha.3",
"targetBranch": "main"
"sdkVersion": "0.9.0-alpha.5",
"targetBranch": "main",
"generateEnumAs": "enum"
}
},
"publishing": {
Expand Down Expand Up @@ -232,7 +233,7 @@
}
],
"apiName": "SaladCloud API",
"apiVersion": "0.9.0-alpha.3",
"apiVersion": "0.9.0-alpha.4",
"authentication": {
"apiKey": {
"header": "Salad-Api-Key"
Expand Down Expand Up @@ -286,7 +287,7 @@
"httpLibrary": {
"name": "axios",
"packages": {
"axios": "^1.7.4"
"axios": "^1.7.7"
},
"languages": ["typescript"]
},
Expand Down Expand Up @@ -396,7 +397,6 @@
"documentation/models/UpdateContainerGroupNetworking.md",
"documentation/models/WorkloadError.md",
"documentation/models/ContainerGroupsQuotas.md",
"documentation/models/RecipesQuotas.md",
"documentation/models/GpuClass.md",
"documentation/models/GpuClassPrice.md",
".devcontainer/devcontainer.json",
Expand Down Expand Up @@ -446,7 +446,6 @@
"Salad.Cloud.SDK/Models/UpdateContainerGroupNetworking.cs",
"Salad.Cloud.SDK/Models/WorkloadError.cs",
"Salad.Cloud.SDK/Models/ContainerGroupsQuotas.cs",
"Salad.Cloud.SDK/Models/RecipesQuotas.cs",
"Salad.Cloud.SDK/Models/GpuClass.cs",
"Salad.Cloud.SDK/Models/GpuClassPrice.cs",
"documentation/models/ContainerGroupInstance.md",
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# SaladCloudSdk C# SDK 0.9.0-alpha.3
# SaladCloudSdk C# SDK 0.9.0-alpha.4

Welcome to the SaladCloudSdk SDK documentation. This guide will help you get started with integrating and using the SaladCloudSdk SDK in your project.

## Versions

- API version: `0.9.0-alpha.3`
- SDK version: `0.9.0-alpha.3`
- API version: `0.9.0-alpha.4`
- SDK version: `0.9.0-alpha.4`

## About the API

Expand Down Expand Up @@ -168,7 +168,6 @@ The SDK includes several models that represent the data structures used in API r
| [WorkloadError](documentation/models/WorkloadError.md) | Represents a workload error |
| [QueueJobEvent](documentation/models/QueueJobEvent.md) | Represents an event for queue job |
| [ContainerGroupsQuotas](documentation/models/ContainerGroupsQuotas.md) | |
| [RecipesQuotas](documentation/models/RecipesQuotas.md) | |
| [InferenceEndpointJobEvent](documentation/models/InferenceEndpointJobEvent.md) | Represents an event for inference endpoint job |
| [GpuClass](documentation/models/GpuClass.md) | Represents a GPU Class |
| [GpuClassPrice](documentation/models/GpuClassPrice.md) | Represents the price of a GPU class for a given container group priority |
Expand Down
1 change: 0 additions & 1 deletion Salad.Cloud.SDK/Models/Quotas.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ namespace Salad.Cloud.SDK.Models;
public record Quotas(
[property: JsonPropertyName("container_groups_quotas")]
ContainerGroupsQuotas ContainerGroupsQuotas,
[property: JsonPropertyName("recipes_quotas")] RecipesQuotas RecipesQuotas,
/// <value>The time the resource was created</value>
[property:
JsonPropertyName("create_time"),
Expand Down
8 changes: 0 additions & 8 deletions Salad.Cloud.SDK/Models/RecipesQuotas.cs

This file was deleted.

2 changes: 1 addition & 1 deletion Salad.Cloud.SDK/Salad.Cloud.SDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>Salad.Cloud.SDK</RootNamespace>
<Version>0.9.0-alpha.3</Version>
<Version>0.9.0-alpha.4</Version>
<PackageId>Salad.Cloud.SDK</PackageId>
<Authors>salad, seniorquico</Authors>
<ProjectUrl>https://github.com/saladtechnologies/salad-cloud-sdk-dotnet</ProjectUrl>
Expand Down
1 change: 0 additions & 1 deletion documentation/models/Quotas.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ Represents the organization quotas
| Name | Type | Required | Description |
| :-------------------- | :-------------------- | :------- | :------------------------------------- |
| ContainerGroupsQuotas | ContainerGroupsQuotas || |
| RecipesQuotas | RecipesQuotas || |
| CreateTime | string || The time the resource was created |
| UpdateTime | string || The time the resource was last updated |
8 changes: 0 additions & 8 deletions documentation/models/RecipesQuotas.md

This file was deleted.

2 changes: 1 addition & 1 deletion documentation/services/ContainerGroupsService.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ using Salad.Cloud.SDK.Models;

var client = new SaladCloudSdkClient();

var resources = new ContainerResourceRequirements(10, 17858);
var resources = new ContainerResourceRequirements(10, 35273);
var container = new CreateContainer("voluptate officia adipisicing", resources);
var input = new CreateContainerGroup("qfojt-6ccoil4t55-ccoyybgw92dermtsdfn3t2xmag", container, false, ContainerRestartPolicy.Always, 114);

Expand Down
12 changes: 6 additions & 6 deletions documentation/services/InferenceEndpointsService.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ using Salad.Cloud.SDK;

var client = new SaladCloudSdkClient();

var response = await client.InferenceEndpoints.ListInferenceEndpointsAsync("wg1umdxtc9fte8osib-e-5ux2vsmrhjjt13u7q3pryxxnm", 756148233, 66);
var response = await client.InferenceEndpoints.ListInferenceEndpointsAsync("l50g1umdxtc9fte7", 832002798, 51);

Console.WriteLine(response);
```
Expand Down Expand Up @@ -67,7 +67,7 @@ using Salad.Cloud.SDK;

var client = new SaladCloudSdkClient();

var response = await client.InferenceEndpoints.GetInferenceEndpointAsync("uzp1dyfm2yp4-lxa27tl0fwms3fu3myo74a99jr6ouv4w8", "aute Ut reprehenderit occaecat sed");
var response = await client.InferenceEndpoints.GetInferenceEndpointAsync("zux2vsmrhjjt13u7q3pryxxnnnyigut20zp1dyfm2yp4-lxa27tl0e", "qui adipisicing");

Console.WriteLine(response);
```
Expand Down Expand Up @@ -99,7 +99,7 @@ using Salad.Cloud.SDK;

var client = new SaladCloudSdkClient();

var response = await client.InferenceEndpoints.GetInferenceEndpointJobsAsync("trzfoq1p77wk9jgwxjp56dzbnwtbgowklqt1wsbe00", "ut officia ut", 1653138765, 76);
var response = await client.InferenceEndpoints.GetInferenceEndpointJobsAsync("bzx0y-i4o1cvulgdrx", "minim", 82661968, 27);

Console.WriteLine(response);
```
Expand Down Expand Up @@ -133,7 +133,7 @@ var client = new SaladCloudSdkClient();

var input = new CreateInferenceEndpointJob(new object {});

var response = await client.InferenceEndpoints.CreateInferenceEndpointJobAsync(input, "trzfoq1p77wk9jgwxjp56dzbnwtbgowklqt1wsbe00", "ut officia ut");
var response = await client.InferenceEndpoints.CreateInferenceEndpointJobAsync(input, "bzx0y-i4o1cvulgdrx", "minim");

Console.WriteLine(response);
```
Expand Down Expand Up @@ -164,7 +164,7 @@ using Salad.Cloud.SDK;

var client = new SaladCloudSdkClient();

var response = await client.InferenceEndpoints.GetInferenceEndpointJobAsync("b7tj9", "sed eu labore", "inference_endpoint_job_id");
var response = await client.InferenceEndpoints.GetInferenceEndpointJobAsync("v0jo001xz6w2uhgmhtgvpqzhztmaqawqn92-rig0bznv-21cb7tj-hp2ecbvldq", "elit sint", "inference_endpoint_job_id");

Console.WriteLine(response);
```
Expand All @@ -191,5 +191,5 @@ using Salad.Cloud.SDK;

var client = new SaladCloudSdkClient();

await client.InferenceEndpoints.DeleteInferenceEndpointJobAsync("b7tj9", "sed eu labore", "inference_endpoint_job_id");
await client.InferenceEndpoints.DeleteInferenceEndpointJobAsync("v0jo001xz6w2uhgmhtgvpqzhztmaqawqn92-rig0bznv-21cb7tj-hp2ecbvldq", "elit sint", "inference_endpoint_job_id");
```
2 changes: 1 addition & 1 deletion documentation/services/OrganizationDataService.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ using Salad.Cloud.SDK;

var client = new SaladCloudSdkClient();

var response = await client.OrganizationData.ListGpuClassesAsync("ksb7ikadj659qttkrqdm5b9xdre4met9iop");
var response = await client.OrganizationData.ListGpuClassesAsync("w9qttkrqdm5b9xdre4met9ioqxf-a3suyfz4tkhle7s9-vpaj7uvpj");

Console.WriteLine(response);
```
4 changes: 2 additions & 2 deletions documentation/services/WebhookSecretKeyService.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ using Salad.Cloud.SDK;

var client = new SaladCloudSdkClient();

var response = await client.WebhookSecretKey.GetWebhookSecretKeyAsync("dyxdaqq1t3iwwpawdlk-78rt9bh26smkuf3v0nd2ropp");
var response = await client.WebhookSecretKey.GetWebhookSecretKeyAsync("wmkuf3v0nd2roppi64zikv73wys88ns81");

Console.WriteLine(response);
```
Expand Down Expand Up @@ -60,7 +60,7 @@ using Salad.Cloud.SDK;

var client = new SaladCloudSdkClient();

var response = await client.WebhookSecretKey.UpdateWebhookSecretKeyAsync("dyxdaqq1t3iwwpawdlk-78rt9bh26smkuf3v0nd2ropp");
var response = await client.WebhookSecretKey.UpdateWebhookSecretKeyAsync("wmkuf3v0nd2roppi64zikv73wys88ns81");

Console.WriteLine(response);
```
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using Salad.Cloud.SDK;

var client = new SaladCloudSdkClient();

var response = await client.OrganizationData.ListGpuClassesAsync("ksb7ikadj659qttkrqdm5b9xdre4met9iop");
var response = await client.OrganizationData.ListGpuClassesAsync("w9qttkrqdm5b9xdre4met9ioqxf-a3suyfz4tkhle7s9-vpaj7uvpj");

Console.WriteLine(response);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using Salad.Cloud.SDK;

var client = new SaladCloudSdkClient();

var response = await client.InferenceEndpoints.ListInferenceEndpointsAsync("wg1umdxtc9fte8osib-e-5ux2vsmrhjjt13u7q3pryxxnm", 756148233, 66);
var response = await client.InferenceEndpoints.ListInferenceEndpointsAsync("l50g1umdxtc9fte7", 832002798, 51);

Console.WriteLine(response);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using Salad.Cloud.SDK;

var client = new SaladCloudSdkClient();

var response = await client.InferenceEndpoints.GetInferenceEndpointAsync("uzp1dyfm2yp4-lxa27tl0fwms3fu3myo74a99jr6ouv4w8", "aute Ut reprehenderit occaecat sed");
var response = await client.InferenceEndpoints.GetInferenceEndpointAsync("zux2vsmrhjjt13u7q3pryxxnnnyigut20zp1dyfm2yp4-lxa27tl0e", "qui adipisicing");

Console.WriteLine(response);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using Salad.Cloud.SDK;

var client = new SaladCloudSdkClient();

var response = await client.InferenceEndpoints.GetInferenceEndpointJobsAsync("trzfoq1p77wk9jgwxjp56dzbnwtbgowklqt1wsbe00", "ut officia ut", 1653138765, 76);
var response = await client.InferenceEndpoints.GetInferenceEndpointJobsAsync("bzx0y-i4o1cvulgdrx", "minim", 82661968, 27);

Console.WriteLine(response);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var client = new SaladCloudSdkClient();

var input = new CreateInferenceEndpointJob(new object {});

var response = await client.InferenceEndpoints.CreateInferenceEndpointJobAsync(input, "trzfoq1p77wk9jgwxjp56dzbnwtbgowklqt1wsbe00", "ut officia ut");
var response = await client.InferenceEndpoints.CreateInferenceEndpointJobAsync(input, "bzx0y-i4o1cvulgdrx", "minim");

Console.WriteLine(response);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using Salad.Cloud.SDK;

var client = new SaladCloudSdkClient();

await client.InferenceEndpoints.DeleteInferenceEndpointJobAsync("b7tj9", "sed eu labore", "inference_endpoint_job_id");
await client.InferenceEndpoints.DeleteInferenceEndpointJobAsync("v0jo001xz6w2uhgmhtgvpqzhztmaqawqn92-rig0bznv-21cb7tj-hp2ecbvldq", "elit sint", "inference_endpoint_job_id");


```
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using Salad.Cloud.SDK;

var client = new SaladCloudSdkClient();

var response = await client.InferenceEndpoints.GetInferenceEndpointJobAsync("b7tj9", "sed eu labore", "inference_endpoint_job_id");
var response = await client.InferenceEndpoints.GetInferenceEndpointJobAsync("v0jo001xz6w2uhgmhtgvpqzhztmaqawqn92-rig0bznv-21cb7tj-hp2ecbvldq", "elit sint", "inference_endpoint_job_id");

Console.WriteLine(response);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using Salad.Cloud.SDK.Models;

var client = new SaladCloudSdkClient();

var resources = new ContainerResourceRequirements(10, 17858);
var resources = new ContainerResourceRequirements(10, 35273);
var container = new CreateContainer("voluptate officia adipisicing", resources);
var input = new CreateContainerGroup("qfojt-6ccoil4t55-ccoyybgw92dermtsdfn3t2xmag", container, false, ContainerRestartPolicy.Always, 114);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using Salad.Cloud.SDK;

var client = new SaladCloudSdkClient();

var response = await client.WebhookSecretKey.GetWebhookSecretKeyAsync("dyxdaqq1t3iwwpawdlk-78rt9bh26smkuf3v0nd2ropp");
var response = await client.WebhookSecretKey.GetWebhookSecretKeyAsync("wmkuf3v0nd2roppi64zikv73wys88ns81");

Console.WriteLine(response);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using Salad.Cloud.SDK;

var client = new SaladCloudSdkClient();

var response = await client.WebhookSecretKey.UpdateWebhookSecretKeyAsync("dyxdaqq1t3iwwpawdlk-78rt9bh26smkuf3v0nd2ropp");
var response = await client.WebhookSecretKey.UpdateWebhookSecretKeyAsync("wmkuf3v0nd2roppi64zikv73wys88ns81");

Console.WriteLine(response);

Expand Down

0 comments on commit b970227

Please sign in to comment.