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
*FPGAEntitlementsAPI* | [**UpdateFPGAEntitlement**](docs/FPGAEntitlementsAPI.md#updatefpgaentitlement) | **Put** /fpga-entitlements | Update an FPGA entitlement that defines which users are permitted to interact with an FPGA.
*FPGAJobsAPI* | [**DownloadFpgaJobArtefact**](docs/FPGAJobsAPI.md#downloadfpgajobartefact) | **Get** /fpga-jobs/{jobName}/artefacts/{artefactName}/artefact | Download the artefact for the corresponding FPGA job.
NewFPGAJobItemLinks instantiates a new FPGAJobItemLinks object
29
30
This constructor will assign default values to properties that have it defined,
@@ -182,6 +183,11 @@ and a boolean to check if the value has been set.
182
183
183
184
SetDescribedby sets Describedby field to given value.
184
185
186
+
### HasDescribedby
187
+
188
+
`func (o *FPGAJobItemLinks) HasDescribedby() bool`
189
+
190
+
HasDescribedby returns a boolean if a field has been set.
185
191
186
192
### GetDetails
187
193
@@ -273,6 +279,31 @@ and a boolean to check if the value has been set.
273
279
SetSelf sets Self field to given value.
274
280
275
281
282
+
### GetSunset
283
+
284
+
`func (o *FPGAJobItemLinks) GetSunset() HalLinkData`
285
+
286
+
GetSunset returns the Sunset field if non-nil, zero value otherwise.
287
+
288
+
### GetSunsetOk
289
+
290
+
`func (o *FPGAJobItemLinks) GetSunsetOk() (*HalLinkData, bool)`
291
+
292
+
GetSunsetOk returns a tuple with the Sunset field if it's non-nil, zero value otherwise
293
+
and a boolean to check if the value has been set.
294
+
295
+
### SetSunset
296
+
297
+
`func (o *FPGAJobItemLinks) SetSunset(v HalLinkData)`
298
+
299
+
SetSunset sets Sunset field to given value.
300
+
301
+
### HasSunset
302
+
303
+
`func (o *FPGAJobItemLinks) HasSunset() bool`
304
+
305
+
HasSunset returns a boolean if a field has been set.
306
+
276
307
277
308
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[**CancelFpgaJob**](FPGAJobsAPI.md#CancelFpgaJob) | **Post** /fpga-jobs/{jobName}/cancel | Cancel an FPGA job.
12
12
[**ClearFpgaJobArtefact**](FPGAJobsAPI.md#ClearFpgaJobArtefact) | **Delete** /fpga-jobs/{jobName}/artefacts/{artefactName}/artefact | Clear the job artefact.
13
+
[**CompleteFpgaJob**](FPGAJobsAPI.md#CompleteFpgaJob) | **Post** /fpga-jobs/{jobName}/complete | Gracefully ends the job.
13
14
[**CreateFpgaJobArtefactManager**](FPGAJobsAPI.md#CreateFpgaJobArtefactManager) | **Post** /fpga-jobs/{jobName}/artefacts/ | Create a job artefact manager.
14
15
[**DeleteFpgaJob**](FPGAJobsAPI.md#DeleteFpgaJob) | **Delete** /fpga-jobs/{jobName} | Delete an FPGA job.
15
16
[**DownloadFpgaJobArtefact**](FPGAJobsAPI.md#DownloadFpgaJobArtefact) | **Get** /fpga-jobs/{jobName}/artefacts/{artefactName}/artefact | Download the artefact for the corresponding FPGA job.
@@ -179,6 +180,78 @@ Name | Type | Description | Notes
jobName:="jobName_example"// string | Unique ID of the FPGA job.
205
+
acceptVersion:="1.0.0"// string | Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning. (optional)
**acceptVersion** | **string** | Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning. |
236
+
237
+
### Return type
238
+
239
+
[**FPGAJobItem**](FPGAJobItem.md)
240
+
241
+
### Authorization
242
+
243
+
[TokenAuth](../README.md#TokenAuth)
244
+
245
+
### HTTP request headers
246
+
247
+
-**Content-Type**: Not defined
248
+
-**Accept**: application/json
249
+
250
+
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)
251
+
[[Back to Model list]](../README.md#documentation-for-models)
0 commit comments