@databricks/sdk-modelserving 0.0.0-dev → 0.1.0-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +203 -0
- package/dist/v1/client.d.ts +101 -0
- package/dist/v1/client.d.ts.map +1 -0
- package/dist/v1/client.js +708 -0
- package/dist/v1/client.js.map +1 -0
- package/dist/v1/index.d.ts +4 -0
- package/dist/v1/index.d.ts.map +1 -0
- package/dist/v1/index.js +4 -0
- package/dist/v1/index.js.map +1 -0
- package/dist/v1/model.d.ts +1087 -0
- package/dist/v1/model.d.ts.map +1 -0
- package/dist/v1/model.js +1424 -0
- package/dist/v1/model.js.map +1 -0
- package/dist/v1/transport.d.ts +5 -0
- package/dist/v1/transport.d.ts.map +1 -0
- package/dist/v1/transport.js +57 -0
- package/dist/v1/transport.js.map +1 -0
- package/dist/v1/utils.d.ts +40 -0
- package/dist/v1/utils.d.ts.map +1 -0
- package/dist/v1/utils.js +160 -0
- package/dist/v1/utils.js.map +1 -0
- package/package.json +38 -4
- package/src/v1/client.ts +955 -0
- package/src/v1/index.ts +92 -0
- package/src/v1/model.ts +2589 -0
- package/src/v1/transport.ts +73 -0
- package/src/v1/utils.ts +215 -0
- package/README.md +0 -1
- package/index.js +0 -1
package/src/v1/index.ts
ADDED
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
// Code generated from API definition by Databricks SDK Generator. DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
export {
|
|
4
|
+
ModelServingClient,
|
|
5
|
+
CreateInferenceEndpointWaiter,
|
|
6
|
+
CreateProvisionedThroughputInferenceEndpointWaiter,
|
|
7
|
+
PutInferenceEndpointConfigWaiter,
|
|
8
|
+
PutProvisionedThroughputInferenceEndpointConfigWaiter,
|
|
9
|
+
} from './client';
|
|
10
|
+
|
|
11
|
+
export {
|
|
12
|
+
Behavior,
|
|
13
|
+
ServedModelDeploymentState,
|
|
14
|
+
ServingEndpointDetailedPermissionLevel,
|
|
15
|
+
ExternalFunctionRequest_HttpMethod,
|
|
16
|
+
InferenceEndpointState_ConfigUpdateState,
|
|
17
|
+
InferenceEndpointState_ReadyState,
|
|
18
|
+
} from './model';
|
|
19
|
+
|
|
20
|
+
export type {
|
|
21
|
+
Ai21LabsConfig,
|
|
22
|
+
AiGatewayConfig,
|
|
23
|
+
AiGatewayRateLimit,
|
|
24
|
+
AiGuardrailParameters,
|
|
25
|
+
AiGuardrails,
|
|
26
|
+
AmazonBedrockConfig,
|
|
27
|
+
AnthropicConfig,
|
|
28
|
+
ApiKeyAuth,
|
|
29
|
+
AutoCaptureConfig,
|
|
30
|
+
AutoCaptureState,
|
|
31
|
+
BearerTokenAuth,
|
|
32
|
+
CohereConfig,
|
|
33
|
+
CreateInferenceEndpointRequest,
|
|
34
|
+
CreatePtEndpointRequest,
|
|
35
|
+
CustomProviderConfig,
|
|
36
|
+
DataPlaneInfo,
|
|
37
|
+
DatabricksModelServingConfig,
|
|
38
|
+
DeleteInferenceEndpointRequest,
|
|
39
|
+
DeleteInferenceEndpointRequest_Response,
|
|
40
|
+
EmailNotifications,
|
|
41
|
+
EndpointCoreConfig,
|
|
42
|
+
EndpointCoreConfigOutput,
|
|
43
|
+
EndpointCoreConfigSummary,
|
|
44
|
+
EndpointTag,
|
|
45
|
+
ExportMetricsResponse,
|
|
46
|
+
ExternalFunctionRequest,
|
|
47
|
+
ExternalFunctionResponse,
|
|
48
|
+
ExternalModel,
|
|
49
|
+
FallbackConfig,
|
|
50
|
+
FoundationModel,
|
|
51
|
+
GetExportEndpointMetricsRequest,
|
|
52
|
+
GetInferenceEndpointRequest,
|
|
53
|
+
GetInferenceEndpointSchemaRequest,
|
|
54
|
+
GetOpenApiResponse,
|
|
55
|
+
GetServedModelBuildLogsRequest,
|
|
56
|
+
GetServedModelBuildLogsRequest_Response,
|
|
57
|
+
GetServedModelLogsRequest,
|
|
58
|
+
GetServedModelLogsRequest_Response,
|
|
59
|
+
GoogleCloudVertexAiConfig,
|
|
60
|
+
InferenceEndpoint,
|
|
61
|
+
InferenceEndpointDetailed,
|
|
62
|
+
InferenceEndpointState,
|
|
63
|
+
InferenceTableConfig,
|
|
64
|
+
ListInferenceEndpointsRequest,
|
|
65
|
+
ListInferenceEndpointsRequest_Response,
|
|
66
|
+
ModelDataPlaneInfo,
|
|
67
|
+
OpenAiConfig,
|
|
68
|
+
PaLmConfig,
|
|
69
|
+
PatchInferenceEndpointTagsRequest,
|
|
70
|
+
PatchInferenceEndpointTagsRequest_Response,
|
|
71
|
+
PayloadTable,
|
|
72
|
+
PendingConfig,
|
|
73
|
+
PiiSettings,
|
|
74
|
+
PtEndpointCoreConfig,
|
|
75
|
+
PtServedModel,
|
|
76
|
+
PutInferenceEndpointAiGatewayRequest,
|
|
77
|
+
PutInferenceEndpointAiGatewayRequest_Response,
|
|
78
|
+
PutInferenceEndpointConfigRequest,
|
|
79
|
+
PutInferenceEndpointRateLimitsRequest,
|
|
80
|
+
PutInferenceEndpointRateLimitsRequest_Response,
|
|
81
|
+
PutPtEndpointConfigRequest,
|
|
82
|
+
RateLimit,
|
|
83
|
+
Route,
|
|
84
|
+
ServedModel,
|
|
85
|
+
ServedModel_EnvironmentVarsEntry,
|
|
86
|
+
ServedModelLite,
|
|
87
|
+
ServedModelState,
|
|
88
|
+
TrafficConfig,
|
|
89
|
+
UpdateInferenceEndpointNotificationsRequest,
|
|
90
|
+
UpdateInferenceEndpointNotificationsRequest_Response,
|
|
91
|
+
UsageTrackingConfig,
|
|
92
|
+
} from './model';
|