@osdk/foundry.models 2.48.0 → 2.49.0

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.
Files changed (66) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/build/browser/_components.d.ts +586 -0
  3. package/build/browser/_components.d.ts.map +1 -1
  4. package/build/browser/_errors.d.ts +215 -0
  5. package/build/browser/_errors.d.ts.map +1 -1
  6. package/build/browser/index.d.ts +6 -2
  7. package/build/browser/index.d.ts.map +1 -1
  8. package/build/browser/index.js +4 -0
  9. package/build/browser/index.js.map +1 -1
  10. package/build/browser/public/Experiment.d.ts +37 -0
  11. package/build/browser/public/Experiment.d.ts.map +1 -0
  12. package/build/browser/public/Experiment.js +44 -0
  13. package/build/browser/public/Experiment.js.map +1 -0
  14. package/build/browser/public/ExperimentArtifactTable.d.ts +41 -0
  15. package/build/browser/public/ExperimentArtifactTable.d.ts.map +1 -0
  16. package/build/browser/public/ExperimentArtifactTable.js +44 -0
  17. package/build/browser/public/ExperimentArtifactTable.js.map +1 -0
  18. package/build/browser/public/ExperimentSeries.d.ts +40 -0
  19. package/build/browser/public/ExperimentSeries.d.ts.map +1 -0
  20. package/build/browser/public/ExperimentSeries.js +43 -0
  21. package/build/browser/public/ExperimentSeries.js.map +1 -0
  22. package/build/browser/public/LiveDeployment.d.ts +20 -0
  23. package/build/browser/public/LiveDeployment.d.ts.map +1 -0
  24. package/build/browser/public/LiveDeployment.js +30 -0
  25. package/build/browser/public/LiveDeployment.js.map +1 -0
  26. package/build/browser/public/Model.d.ts +2 -2
  27. package/build/browser/public/Model.js +2 -2
  28. package/build/browser/public/Model.js.map +1 -1
  29. package/build/browser/public/ModelStudioTrainer.d.ts +3 -7
  30. package/build/browser/public/ModelStudioTrainer.d.ts.map +1 -1
  31. package/build/browser/public/ModelVersion.d.ts +2 -2
  32. package/build/browser/public/ModelVersion.js +2 -2
  33. package/build/browser/public/ModelVersion.js.map +1 -1
  34. package/build/esm/_components.d.ts +586 -0
  35. package/build/esm/_components.d.ts.map +1 -1
  36. package/build/esm/_errors.d.ts +215 -0
  37. package/build/esm/_errors.d.ts.map +1 -1
  38. package/build/esm/index.d.ts +6 -2
  39. package/build/esm/index.d.ts.map +1 -1
  40. package/build/esm/index.js +4 -0
  41. package/build/esm/index.js.map +1 -1
  42. package/build/esm/public/Experiment.d.ts +37 -0
  43. package/build/esm/public/Experiment.d.ts.map +1 -0
  44. package/build/esm/public/Experiment.js +44 -0
  45. package/build/esm/public/Experiment.js.map +1 -0
  46. package/build/esm/public/ExperimentArtifactTable.d.ts +41 -0
  47. package/build/esm/public/ExperimentArtifactTable.d.ts.map +1 -0
  48. package/build/esm/public/ExperimentArtifactTable.js +44 -0
  49. package/build/esm/public/ExperimentArtifactTable.js.map +1 -0
  50. package/build/esm/public/ExperimentSeries.d.ts +40 -0
  51. package/build/esm/public/ExperimentSeries.d.ts.map +1 -0
  52. package/build/esm/public/ExperimentSeries.js +43 -0
  53. package/build/esm/public/ExperimentSeries.js.map +1 -0
  54. package/build/esm/public/LiveDeployment.d.ts +20 -0
  55. package/build/esm/public/LiveDeployment.d.ts.map +1 -0
  56. package/build/esm/public/LiveDeployment.js +30 -0
  57. package/build/esm/public/LiveDeployment.js.map +1 -0
  58. package/build/esm/public/Model.d.ts +2 -2
  59. package/build/esm/public/Model.js +2 -2
  60. package/build/esm/public/Model.js.map +1 -1
  61. package/build/esm/public/ModelStudioTrainer.d.ts +3 -7
  62. package/build/esm/public/ModelStudioTrainer.d.ts.map +1 -1
  63. package/build/esm/public/ModelVersion.d.ts +2 -2
  64. package/build/esm/public/ModelVersion.js +2 -2
  65. package/build/esm/public/ModelVersion.js.map +1 -1
  66. package/package.json +4 -4
@@ -0,0 +1,43 @@
1
+ /*
2
+ * Copyright 2024 Palantir Technologies, Inc. All rights reserved.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import { foundryPlatformFetch as $foundryPlatformFetch } from "@osdk/shared.net.platformapi";
17
+ //
18
+ const _json = [0, "/v2/models/{0}/experiments/{1}/series/{2}/json", 2];
19
+ /**
20
+ * Retrieve raw time-series data for a single series in JSON format.
21
+ * Results are paginated with a default page size of 200 and a maximum of 1000.
22
+ *
23
+ * @alpha
24
+ *
25
+ * Required Scopes: [api:models-read]
26
+ * URL: /v2/models/{modelRid}/experiments/{experimentRid}/series/{experimentSeriesName}/json
27
+ */
28
+ export function json($ctx, ...args) {
29
+ return $foundryPlatformFetch($ctx, _json, ...args);
30
+ }
31
+ const _parquet = [0, "/v2/models/{0}/experiments/{1}/series/{2}/parquet", 2,, "application/octet-stream"];
32
+ /**
33
+ * Retrieve raw time-series data for a single series as a streamed binary response in Apache Parquet format.
34
+ *
35
+ * @alpha
36
+ *
37
+ * Required Scopes: [api:models-read]
38
+ * URL: /v2/models/{modelRid}/experiments/{experimentRid}/series/{experimentSeriesName}/parquet
39
+ */
40
+ export function parquet($ctx, ...args) {
41
+ return $foundryPlatformFetch($ctx, _parquet, ...args);
42
+ }
43
+ //# sourceMappingURL=ExperimentSeries.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ExperimentSeries.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_json","json","$ctx","args","_parquet","parquet"],"sources":["ExperimentSeries.js"],"sourcesContent":["/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n//\nconst _json = [0, \"/v2/models/{0}/experiments/{1}/series/{2}/json\", 2];\n/**\n * Retrieve raw time-series data for a single series in JSON format.\n * Results are paginated with a default page size of 200 and a maximum of 1000.\n *\n * @alpha\n *\n * Required Scopes: [api:models-read]\n * URL: /v2/models/{modelRid}/experiments/{experimentRid}/series/{experimentSeriesName}/json\n */\nexport function json($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _json, ...args);\n}\nconst _parquet = [\n 0,\n \"/v2/models/{0}/experiments/{1}/series/{2}/parquet\",\n 2,\n ,\n \"application/octet-stream\",\n];\n/**\n * Retrieve raw time-series data for a single series as a streamed binary response in Apache Parquet format.\n *\n * @alpha\n *\n * Required Scopes: [api:models-read]\n * URL: /v2/models/{modelRid}/experiments/{experimentRid}/series/{experimentSeriesName}/parquet\n */\nexport function parquet($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _parquet, ...args);\n}\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASA,oBAAoB,IAAIC,qBAAqB,QAAQ,8BAA8B;AAC5F;AACA,MAAMC,KAAK,GAAG,CAAC,CAAC,EAAE,gDAAgD,EAAE,CAAC,CAAC;AACtE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,IAAIA,CAACC,IAAI,EAAE,GAAGC,IAAI,EAAE;EAChC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEF,KAAK,EAAE,GAAGG,IAAI,CAAC;AACtD;AACA,MAAMC,QAAQ,GAAG,CACb,CAAC,EACD,mDAAmD,EACnD,CAAC,GAED,0BAA0B,CAC7B;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,OAAOA,CAACH,IAAI,EAAE,GAAGC,IAAI,EAAE;EACnC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEE,QAAQ,EAAE,GAAGD,IAAI,CAAC;AACzD","ignoreList":[]}
@@ -0,0 +1,20 @@
1
+ import type * as _Core from "@osdk/foundry.core";
2
+ import type { SharedClient as $OldClient, SharedClientContext as $OldClientContext } from "@osdk/shared.client";
3
+ import type { SharedClient as $Client, SharedClientContext as $ClientContext } from "@osdk/shared.client2";
4
+ import type * as _Models from "../_components.js";
5
+ /**
6
+ * Performs inference on the live deployment.
7
+ *
8
+ * @beta
9
+ *
10
+ * Required Scopes: [api:models-execute]
11
+ * URL: /v2/models/liveDeployments/{liveDeploymentRid}/transformJson
12
+ */
13
+ export declare function transformJson($ctx: $Client | $ClientContext | $OldClient | $OldClientContext, ...args: [
14
+ liveDeploymentRid: _Models.LiveDeploymentRid,
15
+ $body: _Models.TransformJsonLiveDeploymentRequest,
16
+ $queryParams?: {
17
+ preview?: _Core.PreviewMode | undefined;
18
+ }
19
+ ]): Promise<_Models.TransformLiveDeploymentResponse>;
20
+ //# sourceMappingURL=LiveDeployment.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LiveDeployment.d.ts","sourceRoot":"","sources":["../../../src/public/LiveDeployment.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,EACV,YAAY,IAAI,UAAU,EAC1B,mBAAmB,IAAI,iBAAiB,EACzC,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,sBAAsB,CAAC;AAG9B,OAAO,KAAK,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAYlD;;;;;;;GAOG;AACH,wBAAgB,aAAa,CAC3B,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,iBAAiB,EAAE,OAAO,CAAC,iBAAiB;IAC5C,KAAK,EAAE,OAAO,CAAC,kCAAkC;IACjD,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,OAAO,CAAC,+BAA+B,CAAC,CAElD"}
@@ -0,0 +1,30 @@
1
+ /*
2
+ * Copyright 2024 Palantir Technologies, Inc. All rights reserved.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import { foundryPlatformFetch as $foundryPlatformFetch } from "@osdk/shared.net.platformapi";
17
+ //
18
+ const _transformJson = [1, "/v2/models/liveDeployments/{0}/transformJson", 3];
19
+ /**
20
+ * Performs inference on the live deployment.
21
+ *
22
+ * @beta
23
+ *
24
+ * Required Scopes: [api:models-execute]
25
+ * URL: /v2/models/liveDeployments/{liveDeploymentRid}/transformJson
26
+ */
27
+ export function transformJson($ctx, ...args) {
28
+ return $foundryPlatformFetch($ctx, _transformJson, ...args);
29
+ }
30
+ //# sourceMappingURL=LiveDeployment.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LiveDeployment.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_transformJson","transformJson","$ctx","args"],"sources":["LiveDeployment.js"],"sourcesContent":["/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n//\nconst _transformJson = [1, \"/v2/models/liveDeployments/{0}/transformJson\", 3];\n/**\n * Performs inference on the live deployment.\n *\n * @beta\n *\n * Required Scopes: [api:models-execute]\n * URL: /v2/models/liveDeployments/{liveDeploymentRid}/transformJson\n */\nexport function transformJson($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _transformJson, ...args);\n}\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASA,oBAAoB,IAAIC,qBAAqB,QAAQ,8BAA8B;AAC5F;AACA,MAAMC,cAAc,GAAG,CAAC,CAAC,EAAE,8CAA8C,EAAE,CAAC,CAAC;AAC7E;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,aAAaA,CAACC,IAAI,EAAE,GAAGC,IAAI,EAAE;EACzC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEF,cAAc,EAAE,GAAGG,IAAI,CAAC;AAC/D","ignoreList":[]}
@@ -5,7 +5,7 @@ import type * as _Models from "../_components.js";
5
5
  /**
6
6
  * Creates a new Model with no versions.
7
7
  *
8
- * @alpha
8
+ * @beta
9
9
  *
10
10
  * Required Scopes: [api:models-write]
11
11
  * URL: /v2/models
@@ -19,7 +19,7 @@ export declare function create($ctx: $Client | $ClientContext | $OldClient | $Ol
19
19
  /**
20
20
  * Retrieves a Model by its Resource Identifier (RID).
21
21
  *
22
- * @alpha
22
+ * @beta
23
23
  *
24
24
  * Required Scopes: [api:models-read]
25
25
  * URL: /v2/models/{modelRid}
@@ -19,7 +19,7 @@ const _create = [1, "/v2/models", 3];
19
19
  /**
20
20
  * Creates a new Model with no versions.
21
21
  *
22
- * @alpha
22
+ * @beta
23
23
  *
24
24
  * Required Scopes: [api:models-write]
25
25
  * URL: /v2/models
@@ -31,7 +31,7 @@ const _get = [0, "/v2/models/{0}", 2];
31
31
  /**
32
32
  * Retrieves a Model by its Resource Identifier (RID).
33
33
  *
34
- * @alpha
34
+ * @beta
35
35
  *
36
36
  * Required Scopes: [api:models-read]
37
37
  * URL: /v2/models/{modelRid}
@@ -1 +1 @@
1
- {"version":3,"file":"Model.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_create","create","$ctx","args","_get","get"],"sources":["Model.js"],"sourcesContent":["/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n//\nconst _create = [1, \"/v2/models\", 3];\n/**\n * Creates a new Model with no versions.\n *\n * @alpha\n *\n * Required Scopes: [api:models-write]\n * URL: /v2/models\n */\nexport function create($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _create, ...args);\n}\nconst _get = [0, \"/v2/models/{0}\", 2];\n/**\n * Retrieves a Model by its Resource Identifier (RID).\n *\n * @alpha\n *\n * Required Scopes: [api:models-read]\n * URL: /v2/models/{modelRid}\n */\nexport function get($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _get, ...args);\n}\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASA,oBAAoB,IAAIC,qBAAqB,QAAQ,8BAA8B;AAC5F;AACA,MAAMC,OAAO,GAAG,CAAC,CAAC,EAAE,YAAY,EAAE,CAAC,CAAC;AACpC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,MAAMA,CAACC,IAAI,EAAE,GAAGC,IAAI,EAAE;EAClC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEF,OAAO,EAAE,GAAGG,IAAI,CAAC;AACxD;AACA,MAAMC,IAAI,GAAG,CAAC,CAAC,EAAE,gBAAgB,EAAE,CAAC,CAAC;AACrC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,GAAGA,CAACH,IAAI,EAAE,GAAGC,IAAI,EAAE;EAC/B,OAAOJ,qBAAqB,CAACG,IAAI,EAAEE,IAAI,EAAE,GAAGD,IAAI,CAAC;AACrD","ignoreList":[]}
1
+ {"version":3,"file":"Model.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_create","create","$ctx","args","_get","get"],"sources":["Model.js"],"sourcesContent":["/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n//\nconst _create = [1, \"/v2/models\", 3];\n/**\n * Creates a new Model with no versions.\n *\n * @beta\n *\n * Required Scopes: [api:models-write]\n * URL: /v2/models\n */\nexport function create($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _create, ...args);\n}\nconst _get = [0, \"/v2/models/{0}\", 2];\n/**\n * Retrieves a Model by its Resource Identifier (RID).\n *\n * @beta\n *\n * Required Scopes: [api:models-read]\n * URL: /v2/models/{modelRid}\n */\nexport function get($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _get, ...args);\n}\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASA,oBAAoB,IAAIC,qBAAqB,QAAQ,8BAA8B;AAC5F;AACA,MAAMC,OAAO,GAAG,CAAC,CAAC,EAAE,YAAY,EAAE,CAAC,CAAC;AACpC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,MAAMA,CAACC,IAAI,EAAE,GAAGC,IAAI,EAAE;EAClC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEF,OAAO,EAAE,GAAGG,IAAI,CAAC;AACxD;AACA,MAAMC,IAAI,GAAG,CAAC,CAAC,EAAE,gBAAgB,EAAE,CAAC,CAAC;AACrC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,GAAGA,CAACH,IAAI,EAAE,GAAGC,IAAI,EAAE;EAC/B,OAAOJ,qBAAqB,CAACG,IAAI,EAAEE,IAAI,EAAE,GAAGD,IAAI,CAAC;AACrD","ignoreList":[]}
@@ -10,13 +10,9 @@ import type * as _Models from "../_components.js";
10
10
  * Required Scopes: [api:models-read]
11
11
  * URL: /v2/models/modelStudioTrainers
12
12
  */
13
- export declare function list($ctx: $Client | $ClientContext | $OldClient | $OldClientContext, ...args: [
14
- $queryParams?: {
15
- pageSize?: _Core.PageSize | undefined;
16
- pageToken?: _Core.PageToken | undefined;
17
- preview?: _Core.PreviewMode | undefined;
18
- }
19
- ]): Promise<_Models.ListModelStudioTrainersResponse>;
13
+ export declare function list($ctx: $Client | $ClientContext | $OldClient | $OldClientContext, ...args: [$queryParams?: {
14
+ preview?: _Core.PreviewMode | undefined;
15
+ }]): Promise<_Models.ListModelStudioTrainersResponse>;
20
16
  /**
21
17
  * Gets details about a specific trainer by its ID and optional version.
22
18
  *
@@ -1 +1 @@
1
- {"version":3,"file":"ModelStudioTrainer.d.ts","sourceRoot":"","sources":["../../../src/public/ModelStudioTrainer.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,EACV,YAAY,IAAI,UAAU,EAC1B,mBAAmB,IAAI,iBAAiB,EACzC,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,sBAAsB,CAAC;AAG9B,OAAO,KAAK,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAYlD;;;;;;;GAOG;AACH,wBAAgB,IAAI,CAClB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,YAAY,CAAC,EAAE;QACb,QAAQ,CAAC,EAAE,KAAK,CAAC,QAAQ,GAAG,SAAS,CAAC;QACtC,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,SAAS,CAAC;QACxC,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAC;KACzC;CACF,GACA,OAAO,CAAC,OAAO,CAAC,+BAA+B,CAAC,CAElD;AAYD;;;;;;;GAOG;AACH,wBAAgB,GAAG,CACjB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,2BAA2B,EAAE,OAAO,CAAC,SAAS;IAE9C,YAAY,CAAC,EAAE;QACb,OAAO,CAAC,EAAE,OAAO,CAAC,cAAc,GAAG,SAAS,CAAC;QAC7C,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAC;KACzC;CACF,GACA,OAAO,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAErC"}
1
+ {"version":3,"file":"ModelStudioTrainer.d.ts","sourceRoot":"","sources":["../../../src/public/ModelStudioTrainer.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,EACV,YAAY,IAAI,UAAU,EAC1B,mBAAmB,IAAI,iBAAiB,EACzC,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,sBAAsB,CAAC;AAG9B,OAAO,KAAK,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAUlD;;;;;;;GAOG;AACH,wBAAgB,IAAI,CAClB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE,CAAC,YAAY,CAAC,EAAE;IAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;CAAE,CAAC,GACpE,OAAO,CAAC,OAAO,CAAC,+BAA+B,CAAC,CAElD;AAYD;;;;;;;GAOG;AACH,wBAAgB,GAAG,CACjB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,2BAA2B,EAAE,OAAO,CAAC,SAAS;IAE9C,YAAY,CAAC,EAAE;QACb,OAAO,CAAC,EAAE,OAAO,CAAC,cAAc,GAAG,SAAS,CAAC;QAC7C,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAC;KACzC;CACF,GACA,OAAO,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAErC"}
@@ -20,7 +20,7 @@ export declare function create($ctx: $Client | $ClientContext | $OldClient | $Ol
20
20
  /**
21
21
  * Lists all Model Versions for a given Model.
22
22
  *
23
- * @alpha
23
+ * @beta
24
24
  *
25
25
  * Required Scopes: [api:models-read]
26
26
  * URL: /v2/models/{modelRid}/versions
@@ -36,7 +36,7 @@ export declare function list($ctx: $Client | $ClientContext | $OldClient | $OldC
36
36
  /**
37
37
  * Retrieves a Model Version by its Resource Identifier (RID).
38
38
  *
39
- * @alpha
39
+ * @beta
40
40
  *
41
41
  * Required Scopes: [api:models-read]
42
42
  * URL: /v2/models/{modelRid}/versions/{modelVersionRid}
@@ -31,7 +31,7 @@ const _list = [0, "/v2/models/{0}/versions", 2];
31
31
  /**
32
32
  * Lists all Model Versions for a given Model.
33
33
  *
34
- * @alpha
34
+ * @beta
35
35
  *
36
36
  * Required Scopes: [api:models-read]
37
37
  * URL: /v2/models/{modelRid}/versions
@@ -43,7 +43,7 @@ const _get = [0, "/v2/models/{0}/versions/{1}", 2];
43
43
  /**
44
44
  * Retrieves a Model Version by its Resource Identifier (RID).
45
45
  *
46
- * @alpha
46
+ * @beta
47
47
  *
48
48
  * Required Scopes: [api:models-read]
49
49
  * URL: /v2/models/{modelRid}/versions/{modelVersionRid}
@@ -1 +1 @@
1
- {"version":3,"file":"ModelVersion.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_create","create","$ctx","args","_list","list","_get","get"],"sources":["ModelVersion.js"],"sourcesContent":["/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n//\nconst _create = [1, \"/v2/models/{0}/versions\", 3];\n/**\n * Creates a new Model Version on an existing model.\n *\n * @alpha\n *\n * Required Scopes: [api:models-write]\n * URL: /v2/models/{modelRid}/versions\n */\nexport function create($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _create, ...args);\n}\nconst _list = [0, \"/v2/models/{0}/versions\", 2];\n/**\n * Lists all Model Versions for a given Model.\n *\n * @alpha\n *\n * Required Scopes: [api:models-read]\n * URL: /v2/models/{modelRid}/versions\n */\nexport function list($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _list, ...args);\n}\nconst _get = [0, \"/v2/models/{0}/versions/{1}\", 2];\n/**\n * Retrieves a Model Version by its Resource Identifier (RID).\n *\n * @alpha\n *\n * Required Scopes: [api:models-read]\n * URL: /v2/models/{modelRid}/versions/{modelVersionRid}\n */\nexport function get($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _get, ...args);\n}\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASA,oBAAoB,IAAIC,qBAAqB,QAAQ,8BAA8B;AAC5F;AACA,MAAMC,OAAO,GAAG,CAAC,CAAC,EAAE,yBAAyB,EAAE,CAAC,CAAC;AACjD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,MAAMA,CAACC,IAAI,EAAE,GAAGC,IAAI,EAAE;EAClC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEF,OAAO,EAAE,GAAGG,IAAI,CAAC;AACxD;AACA,MAAMC,KAAK,GAAG,CAAC,CAAC,EAAE,yBAAyB,EAAE,CAAC,CAAC;AAC/C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,IAAIA,CAACH,IAAI,EAAE,GAAGC,IAAI,EAAE;EAChC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEE,KAAK,EAAE,GAAGD,IAAI,CAAC;AACtD;AACA,MAAMG,IAAI,GAAG,CAAC,CAAC,EAAE,6BAA6B,EAAE,CAAC,CAAC;AAClD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,GAAGA,CAACL,IAAI,EAAE,GAAGC,IAAI,EAAE;EAC/B,OAAOJ,qBAAqB,CAACG,IAAI,EAAEI,IAAI,EAAE,GAAGH,IAAI,CAAC;AACrD","ignoreList":[]}
1
+ {"version":3,"file":"ModelVersion.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_create","create","$ctx","args","_list","list","_get","get"],"sources":["ModelVersion.js"],"sourcesContent":["/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n//\nconst _create = [1, \"/v2/models/{0}/versions\", 3];\n/**\n * Creates a new Model Version on an existing model.\n *\n * @alpha\n *\n * Required Scopes: [api:models-write]\n * URL: /v2/models/{modelRid}/versions\n */\nexport function create($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _create, ...args);\n}\nconst _list = [0, \"/v2/models/{0}/versions\", 2];\n/**\n * Lists all Model Versions for a given Model.\n *\n * @beta\n *\n * Required Scopes: [api:models-read]\n * URL: /v2/models/{modelRid}/versions\n */\nexport function list($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _list, ...args);\n}\nconst _get = [0, \"/v2/models/{0}/versions/{1}\", 2];\n/**\n * Retrieves a Model Version by its Resource Identifier (RID).\n *\n * @beta\n *\n * Required Scopes: [api:models-read]\n * URL: /v2/models/{modelRid}/versions/{modelVersionRid}\n */\nexport function get($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _get, ...args);\n}\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASA,oBAAoB,IAAIC,qBAAqB,QAAQ,8BAA8B;AAC5F;AACA,MAAMC,OAAO,GAAG,CAAC,CAAC,EAAE,yBAAyB,EAAE,CAAC,CAAC;AACjD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,MAAMA,CAACC,IAAI,EAAE,GAAGC,IAAI,EAAE;EAClC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEF,OAAO,EAAE,GAAGG,IAAI,CAAC;AACxD;AACA,MAAMC,KAAK,GAAG,CAAC,CAAC,EAAE,yBAAyB,EAAE,CAAC,CAAC;AAC/C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,IAAIA,CAACH,IAAI,EAAE,GAAGC,IAAI,EAAE;EAChC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEE,KAAK,EAAE,GAAGD,IAAI,CAAC;AACtD;AACA,MAAMG,IAAI,GAAG,CAAC,CAAC,EAAE,6BAA6B,EAAE,CAAC,CAAC;AAClD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,GAAGA,CAACL,IAAI,EAAE,GAAGC,IAAI,EAAE;EAC/B,OAAOJ,qBAAqB,CAACG,IAAI,EAAEI,IAAI,EAAE,GAAGH,IAAI,CAAC;AACrD","ignoreList":[]}