-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaliases.go
396 lines (294 loc) · 16.6 KB
/
aliases.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
package nvidiacloudfunctions
import (
"github.com/brevdev/nvcf-go/internal/apierror"
"github.com/brevdev/nvcf-go/shared"
)
type Error = apierror.Error
// Parties authorized to invoke function
//
// This is an alias to an internal type.
type AuthorizedPartiesResponse = shared.AuthorizedPartiesResponse
// Data Transfer Object(DTO) representing a function with authorized accounts
//
// This is an alias to an internal type.
type AuthorizedPartiesResponseFunction = shared.AuthorizedPartiesResponseFunction
// Data Transfer Object(DTO) representing an authorized party.
//
// This is an alias to an internal type.
type AuthorizedPartiesResponseFunctionAuthorizedParty = shared.AuthorizedPartiesResponseFunctionAuthorizedParty
// Response body for create function request.
//
// This is an alias to an internal type.
type CreateFunctionResponse = shared.CreateFunctionResponse
// Data Transfer Object (DTO) representing a function
//
// This is an alias to an internal type.
type CreateFunctionResponseFunction = shared.CreateFunctionResponseFunction
// Used to indicate a STREAMING function. Defaults to DEFAULT.
//
// This is an alias to an internal type.
type CreateFunctionResponseFunctionFunctionType = shared.CreateFunctionResponseFunctionFunctionType
// This is an alias to an internal value.
const CreateFunctionResponseFunctionFunctionTypeDefault = shared.CreateFunctionResponseFunctionFunctionTypeDefault
// This is an alias to an internal value.
const CreateFunctionResponseFunctionFunctionTypeStreaming = shared.CreateFunctionResponseFunctionFunctionTypeStreaming
// Function status
//
// This is an alias to an internal type.
type CreateFunctionResponseFunctionStatus = shared.CreateFunctionResponseFunctionStatus
// This is an alias to an internal value.
const CreateFunctionResponseFunctionStatusActive = shared.CreateFunctionResponseFunctionStatusActive
// This is an alias to an internal value.
const CreateFunctionResponseFunctionStatusDeploying = shared.CreateFunctionResponseFunctionStatusDeploying
// This is an alias to an internal value.
const CreateFunctionResponseFunctionStatusError = shared.CreateFunctionResponseFunctionStatusError
// This is an alias to an internal value.
const CreateFunctionResponseFunctionStatusInactive = shared.CreateFunctionResponseFunctionStatusInactive
// This is an alias to an internal value.
const CreateFunctionResponseFunctionStatusDeleted = shared.CreateFunctionResponseFunctionStatusDeleted
// Data Transfer Object(DTO) representing a spot instance
//
// This is an alias to an internal type.
type CreateFunctionResponseFunctionActiveInstance = shared.CreateFunctionResponseFunctionActiveInstance
// Instance status
//
// This is an alias to an internal type.
type CreateFunctionResponseFunctionActiveInstancesInstanceStatus = shared.CreateFunctionResponseFunctionActiveInstancesInstanceStatus
// This is an alias to an internal value.
const CreateFunctionResponseFunctionActiveInstancesInstanceStatusActive = shared.CreateFunctionResponseFunctionActiveInstancesInstanceStatusActive
// This is an alias to an internal value.
const CreateFunctionResponseFunctionActiveInstancesInstanceStatusErrored = shared.CreateFunctionResponseFunctionActiveInstancesInstanceStatusErrored
// This is an alias to an internal value.
const CreateFunctionResponseFunctionActiveInstancesInstanceStatusPreempted = shared.CreateFunctionResponseFunctionActiveInstancesInstanceStatusPreempted
// This is an alias to an internal value.
const CreateFunctionResponseFunctionActiveInstancesInstanceStatusDeleted = shared.CreateFunctionResponseFunctionActiveInstancesInstanceStatusDeleted
// Invocation request body format
//
// This is an alias to an internal type.
type CreateFunctionResponseFunctionAPIBodyFormat = shared.CreateFunctionResponseFunctionAPIBodyFormat
// This is an alias to an internal value.
const CreateFunctionResponseFunctionAPIBodyFormatPredictV2 = shared.CreateFunctionResponseFunctionAPIBodyFormatPredictV2
// This is an alias to an internal value.
const CreateFunctionResponseFunctionAPIBodyFormatCustom = shared.CreateFunctionResponseFunctionAPIBodyFormatCustom
// Data Transfer Object(DTO) representing a container environment entry
//
// This is an alias to an internal type.
type CreateFunctionResponseFunctionContainerEnvironment = shared.CreateFunctionResponseFunctionContainerEnvironment
// Data Transfer Object(DTO) representing a function ne
//
// This is an alias to an internal type.
type CreateFunctionResponseFunctionHealth = shared.CreateFunctionResponseFunctionHealth
// HTTP/gPRC protocol type for health endpoint
//
// This is an alias to an internal type.
type CreateFunctionResponseFunctionHealthProtocol = shared.CreateFunctionResponseFunctionHealthProtocol
// This is an alias to an internal value.
const CreateFunctionResponseFunctionHealthProtocolHTTP = shared.CreateFunctionResponseFunctionHealthProtocolHTTP
// This is an alias to an internal value.
const CreateFunctionResponseFunctionHealthProtocolGRpc = shared.CreateFunctionResponseFunctionHealthProtocolGRpc
// Data Transfer Object(DTO) representing an artifact
//
// This is an alias to an internal type.
type CreateFunctionResponseFunctionModel = shared.CreateFunctionResponseFunctionModel
// Data Transfer Object(DTO) representing an artifact
//
// This is an alias to an internal type.
type CreateFunctionResponseFunctionResource = shared.CreateFunctionResponseFunctionResource
// Response body with function details
//
// This is an alias to an internal type.
type FunctionResponse = shared.FunctionResponse
// Data Transfer Object (DTO) representing a function
//
// This is an alias to an internal type.
type FunctionResponseFunction = shared.FunctionResponseFunction
// Used to indicate a STREAMING function. Defaults to DEFAULT.
//
// This is an alias to an internal type.
type FunctionResponseFunctionFunctionType = shared.FunctionResponseFunctionFunctionType
// This is an alias to an internal value.
const FunctionResponseFunctionFunctionTypeDefault = shared.FunctionResponseFunctionFunctionTypeDefault
// This is an alias to an internal value.
const FunctionResponseFunctionFunctionTypeStreaming = shared.FunctionResponseFunctionFunctionTypeStreaming
// Function status
//
// This is an alias to an internal type.
type FunctionResponseFunctionStatus = shared.FunctionResponseFunctionStatus
// This is an alias to an internal value.
const FunctionResponseFunctionStatusActive = shared.FunctionResponseFunctionStatusActive
// This is an alias to an internal value.
const FunctionResponseFunctionStatusDeploying = shared.FunctionResponseFunctionStatusDeploying
// This is an alias to an internal value.
const FunctionResponseFunctionStatusError = shared.FunctionResponseFunctionStatusError
// This is an alias to an internal value.
const FunctionResponseFunctionStatusInactive = shared.FunctionResponseFunctionStatusInactive
// This is an alias to an internal value.
const FunctionResponseFunctionStatusDeleted = shared.FunctionResponseFunctionStatusDeleted
// Data Transfer Object(DTO) representing a spot instance
//
// This is an alias to an internal type.
type FunctionResponseFunctionActiveInstance = shared.FunctionResponseFunctionActiveInstance
// Instance status
//
// This is an alias to an internal type.
type FunctionResponseFunctionActiveInstancesInstanceStatus = shared.FunctionResponseFunctionActiveInstancesInstanceStatus
// This is an alias to an internal value.
const FunctionResponseFunctionActiveInstancesInstanceStatusActive = shared.FunctionResponseFunctionActiveInstancesInstanceStatusActive
// This is an alias to an internal value.
const FunctionResponseFunctionActiveInstancesInstanceStatusErrored = shared.FunctionResponseFunctionActiveInstancesInstanceStatusErrored
// This is an alias to an internal value.
const FunctionResponseFunctionActiveInstancesInstanceStatusPreempted = shared.FunctionResponseFunctionActiveInstancesInstanceStatusPreempted
// This is an alias to an internal value.
const FunctionResponseFunctionActiveInstancesInstanceStatusDeleted = shared.FunctionResponseFunctionActiveInstancesInstanceStatusDeleted
// Invocation request body format
//
// This is an alias to an internal type.
type FunctionResponseFunctionAPIBodyFormat = shared.FunctionResponseFunctionAPIBodyFormat
// This is an alias to an internal value.
const FunctionResponseFunctionAPIBodyFormatPredictV2 = shared.FunctionResponseFunctionAPIBodyFormatPredictV2
// This is an alias to an internal value.
const FunctionResponseFunctionAPIBodyFormatCustom = shared.FunctionResponseFunctionAPIBodyFormatCustom
// Data Transfer Object(DTO) representing a container environment entry
//
// This is an alias to an internal type.
type FunctionResponseFunctionContainerEnvironment = shared.FunctionResponseFunctionContainerEnvironment
// Data Transfer Object(DTO) representing a function ne
//
// This is an alias to an internal type.
type FunctionResponseFunctionHealth = shared.FunctionResponseFunctionHealth
// HTTP/gPRC protocol type for health endpoint
//
// This is an alias to an internal type.
type FunctionResponseFunctionHealthProtocol = shared.FunctionResponseFunctionHealthProtocol
// This is an alias to an internal value.
const FunctionResponseFunctionHealthProtocolHTTP = shared.FunctionResponseFunctionHealthProtocolHTTP
// This is an alias to an internal value.
const FunctionResponseFunctionHealthProtocolGRpc = shared.FunctionResponseFunctionHealthProtocolGRpc
// Data Transfer Object(DTO) representing an artifact
//
// This is an alias to an internal type.
type FunctionResponseFunctionModel = shared.FunctionResponseFunctionModel
// Data Transfer Object(DTO) representing an artifact
//
// This is an alias to an internal type.
type FunctionResponseFunctionResource = shared.FunctionResponseFunctionResource
// Request queue details of all the functions with same id in an account
//
// This is an alias to an internal type.
type GetQueuesResponse = shared.GetQueuesResponse
// Data Transfer Object(DTO) representing a request queue for function version
//
// This is an alias to an internal type.
type GetQueuesResponseQueue = shared.GetQueuesResponseQueue
// Function status
//
// This is an alias to an internal type.
type GetQueuesResponseQueuesFunctionStatus = shared.GetQueuesResponseQueuesFunctionStatus
// This is an alias to an internal value.
const GetQueuesResponseQueuesFunctionStatusActive = shared.GetQueuesResponseQueuesFunctionStatusActive
// This is an alias to an internal value.
const GetQueuesResponseQueuesFunctionStatusDeploying = shared.GetQueuesResponseQueuesFunctionStatusDeploying
// This is an alias to an internal value.
const GetQueuesResponseQueuesFunctionStatusError = shared.GetQueuesResponseQueuesFunctionStatusError
// This is an alias to an internal value.
const GetQueuesResponseQueuesFunctionStatusInactive = shared.GetQueuesResponseQueuesFunctionStatusInactive
// This is an alias to an internal value.
const GetQueuesResponseQueuesFunctionStatusDeleted = shared.GetQueuesResponseQueuesFunctionStatusDeleted
// Response body with result from a request for executing a job/task as a cloud
// function using a GPU powered spot/on-demand instance.
//
// This is an alias to an internal type.
type InvokeFunctionResponse = shared.InvokeFunctionResponse
// Status of the task/job executing cloud function.
//
// This is an alias to an internal type.
type InvokeFunctionResponseStatus = shared.InvokeFunctionResponseStatus
// This is an alias to an internal value.
const InvokeFunctionResponseStatusErrored = shared.InvokeFunctionResponseStatusErrored
// This is an alias to an internal value.
const InvokeFunctionResponseStatusInProgress = shared.InvokeFunctionResponseStatusInProgress
// This is an alias to an internal value.
const InvokeFunctionResponseStatusFulfilled = shared.InvokeFunctionResponseStatusFulfilled
// This is an alias to an internal value.
const InvokeFunctionResponseStatusPendingEvaluation = shared.InvokeFunctionResponseStatusPendingEvaluation
// This is an alias to an internal value.
const InvokeFunctionResponseStatusRejected = shared.InvokeFunctionResponseStatusRejected
// Response body containing list of functions
//
// This is an alias to an internal type.
type ListFunctionsResponse = shared.ListFunctionsResponse
// Data Transfer Object (DTO) representing a function
//
// This is an alias to an internal type.
type ListFunctionsResponseFunction = shared.ListFunctionsResponseFunction
// Used to indicate a STREAMING function. Defaults to DEFAULT.
//
// This is an alias to an internal type.
type ListFunctionsResponseFunctionsFunctionType = shared.ListFunctionsResponseFunctionsFunctionType
// This is an alias to an internal value.
const ListFunctionsResponseFunctionsFunctionTypeDefault = shared.ListFunctionsResponseFunctionsFunctionTypeDefault
// This is an alias to an internal value.
const ListFunctionsResponseFunctionsFunctionTypeStreaming = shared.ListFunctionsResponseFunctionsFunctionTypeStreaming
// Function status
//
// This is an alias to an internal type.
type ListFunctionsResponseFunctionsStatus = shared.ListFunctionsResponseFunctionsStatus
// This is an alias to an internal value.
const ListFunctionsResponseFunctionsStatusActive = shared.ListFunctionsResponseFunctionsStatusActive
// This is an alias to an internal value.
const ListFunctionsResponseFunctionsStatusDeploying = shared.ListFunctionsResponseFunctionsStatusDeploying
// This is an alias to an internal value.
const ListFunctionsResponseFunctionsStatusError = shared.ListFunctionsResponseFunctionsStatusError
// This is an alias to an internal value.
const ListFunctionsResponseFunctionsStatusInactive = shared.ListFunctionsResponseFunctionsStatusInactive
// This is an alias to an internal value.
const ListFunctionsResponseFunctionsStatusDeleted = shared.ListFunctionsResponseFunctionsStatusDeleted
// Data Transfer Object(DTO) representing a spot instance
//
// This is an alias to an internal type.
type ListFunctionsResponseFunctionsActiveInstance = shared.ListFunctionsResponseFunctionsActiveInstance
// Instance status
//
// This is an alias to an internal type.
type ListFunctionsResponseFunctionsActiveInstancesInstanceStatus = shared.ListFunctionsResponseFunctionsActiveInstancesInstanceStatus
// This is an alias to an internal value.
const ListFunctionsResponseFunctionsActiveInstancesInstanceStatusActive = shared.ListFunctionsResponseFunctionsActiveInstancesInstanceStatusActive
// This is an alias to an internal value.
const ListFunctionsResponseFunctionsActiveInstancesInstanceStatusErrored = shared.ListFunctionsResponseFunctionsActiveInstancesInstanceStatusErrored
// This is an alias to an internal value.
const ListFunctionsResponseFunctionsActiveInstancesInstanceStatusPreempted = shared.ListFunctionsResponseFunctionsActiveInstancesInstanceStatusPreempted
// This is an alias to an internal value.
const ListFunctionsResponseFunctionsActiveInstancesInstanceStatusDeleted = shared.ListFunctionsResponseFunctionsActiveInstancesInstanceStatusDeleted
// Invocation request body format
//
// This is an alias to an internal type.
type ListFunctionsResponseFunctionsAPIBodyFormat = shared.ListFunctionsResponseFunctionsAPIBodyFormat
// This is an alias to an internal value.
const ListFunctionsResponseFunctionsAPIBodyFormatPredictV2 = shared.ListFunctionsResponseFunctionsAPIBodyFormatPredictV2
// This is an alias to an internal value.
const ListFunctionsResponseFunctionsAPIBodyFormatCustom = shared.ListFunctionsResponseFunctionsAPIBodyFormatCustom
// Data Transfer Object(DTO) representing a container environment entry
//
// This is an alias to an internal type.
type ListFunctionsResponseFunctionsContainerEnvironment = shared.ListFunctionsResponseFunctionsContainerEnvironment
// Data Transfer Object(DTO) representing a function ne
//
// This is an alias to an internal type.
type ListFunctionsResponseFunctionsHealth = shared.ListFunctionsResponseFunctionsHealth
// HTTP/gPRC protocol type for health endpoint
//
// This is an alias to an internal type.
type ListFunctionsResponseFunctionsHealthProtocol = shared.ListFunctionsResponseFunctionsHealthProtocol
// This is an alias to an internal value.
const ListFunctionsResponseFunctionsHealthProtocolHTTP = shared.ListFunctionsResponseFunctionsHealthProtocolHTTP
// This is an alias to an internal value.
const ListFunctionsResponseFunctionsHealthProtocolGRpc = shared.ListFunctionsResponseFunctionsHealthProtocolGRpc
// Data Transfer Object(DTO) representing an artifact
//
// This is an alias to an internal type.
type ListFunctionsResponseFunctionsModel = shared.ListFunctionsResponseFunctionsModel
// Data Transfer Object(DTO) representing an artifact
//
// This is an alias to an internal type.
type ListFunctionsResponseFunctionsResource = shared.ListFunctionsResponseFunctionsResource