craft-ai-sdk 0.57.0rc1__py3-none-any.whl → 0.58.0rc1__py3-none-any.whl
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.
Potentially problematic release.
This version of craft-ai-sdk might be problematic. Click here for more details.
- craft_ai_sdk/__init__.py +1 -1
- craft_ai_sdk/core/deployments.py +7 -4
- craft_ai_sdk/sdk.py +1 -1
- {craft_ai_sdk-0.57.0rc1.dist-info → craft_ai_sdk-0.58.0rc1.dist-info}/METADATA +1 -1
- {craft_ai_sdk-0.57.0rc1.dist-info → craft_ai_sdk-0.58.0rc1.dist-info}/RECORD +9 -9
- documentation.pdf +0 -0
- {craft_ai_sdk-0.57.0rc1.dist-info → craft_ai_sdk-0.58.0rc1.dist-info}/LICENSE +0 -0
- {craft_ai_sdk-0.57.0rc1.dist-info → craft_ai_sdk-0.58.0rc1.dist-info}/WHEEL +0 -0
- {craft_ai_sdk-0.57.0rc1.dist-info → craft_ai_sdk-0.58.0rc1.dist-info}/entry_points.txt +0 -0
craft_ai_sdk/__init__.py
CHANGED
craft_ai_sdk/core/deployments.py
CHANGED
|
@@ -464,11 +464,14 @@ def get_deployment(
|
|
|
464
464
|
* ``"datastore_path"`` (:obj:`str`): Datastore path of the step output.
|
|
465
465
|
Note that this key is only returned if the step output is mapped to
|
|
466
466
|
the datastore.
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
467
|
+
* ``"endpoint_token"`` (:obj:`str`): Token of the deployment. Note that this
|
|
468
|
+
key is only returned if the ``execution_rule`` of the deployment is
|
|
469
|
+
``"endpoint"``.
|
|
470
|
+
* ``"endpoint_url_path"`` (:obj:`str`): URL path of the deployment.
|
|
471
|
+
Note that this key is only returned if the ``execution_rule`` of the
|
|
472
|
+
deployment is ``"endpoint"``.
|
|
470
473
|
* ``"schedule"`` (:obj:`str`): Schedule of the deployment. Note that this key is
|
|
471
|
-
only returned if the ``execution_rule``of the deployment is ``"periodic"``.
|
|
474
|
+
only returned if the ``execution_rule`` of the deployment is ``"periodic"``.
|
|
472
475
|
* ``"human_readable_schedule"`` (:obj:`str`): Human readable schedule of the
|
|
473
476
|
deployment. Note that this key is only returned if the ``execution_rule`` of
|
|
474
477
|
the deployment is ``"periodic"``.
|
craft_ai_sdk/sdk.py
CHANGED
|
@@ -130,7 +130,7 @@ class CraftAiSdk(BaseCraftAiSdk):
|
|
|
130
130
|
os.environ.get("CRAFT_AI__MULTIPART_PART_SIZE__B", str(38 * 256 * 1024))
|
|
131
131
|
)
|
|
132
132
|
_access_token_margin = timedelta(seconds=30)
|
|
133
|
-
_version = "0.
|
|
133
|
+
_version = "0.58.0rc1" # Would be better to share it somewhere
|
|
134
134
|
|
|
135
135
|
def __init__(
|
|
136
136
|
self,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
craft_ai_sdk/__init__.py,sha256=
|
|
1
|
+
craft_ai_sdk/__init__.py,sha256=7hH3G1EkeEONO6EiWDDrjyPtJunnpNSFmINnCDQhT6E,407
|
|
2
2
|
craft_ai_sdk/constants.py,sha256=5dR4JfKVz3KhBKRFSdN1nrb06kFkNiYP2mRnacsbzJA,629
|
|
3
3
|
craft_ai_sdk/core/data_store.py,sha256=USONqCEwG_KoTv5a1fgZJmi7FIjbfo4Vi-zq82keo4E,8511
|
|
4
|
-
craft_ai_sdk/core/deployments.py,sha256=
|
|
4
|
+
craft_ai_sdk/core/deployments.py,sha256=qk1ww_v4Dt3Xa5MlKHaf8nMV5kdvrzbmoz97Ptr3-JQ,31948
|
|
5
5
|
craft_ai_sdk/core/endpoints.py,sha256=ggJ8IU0QVrGa7A0RBWiJY1Lo7Klfi9BbfGnovZD97FQ,4592
|
|
6
6
|
craft_ai_sdk/core/environment_variables.py,sha256=wy0U7y0C7tRXOXOiWGz0vX5ajHSmOb_7J1fXlSahGpI,2045
|
|
7
7
|
craft_ai_sdk/core/pipeline_executions.py,sha256=-ClmW3qtPIA9LIhs_tiECCPL6ykSmG2zMLnrBNDGZiU,18665
|
|
@@ -12,12 +12,12 @@ craft_ai_sdk/core/steps.py,sha256=1yTqcGrAKkVQWzslLjz2XQ3I7hILq8Oyc11Z9FeuFk0,20
|
|
|
12
12
|
craft_ai_sdk/core/users.py,sha256=Qi3xg7Vzk_0MepccNIZbFzjI0bBqouqkFStTuejUY6s,509
|
|
13
13
|
craft_ai_sdk/exceptions.py,sha256=IC-JfZmmmaTsbMCgirOEByRmWnatQLjKe8BErRkuwM0,1075
|
|
14
14
|
craft_ai_sdk/io.py,sha256=Jh9bFfXRzwCequXvJ3DKO-SIdZ7teYfzO64N940FyDY,11861
|
|
15
|
-
craft_ai_sdk/sdk.py,sha256=
|
|
15
|
+
craft_ai_sdk/sdk.py,sha256=8ybIs465h8ya4Xm0zjU3a2oPBJJE3pKnzyqq-AF_VIY,10071
|
|
16
16
|
craft_ai_sdk/utils.py,sha256=syOtpNgV8XF9VoeRVnWGkjIdWv0vyS_Z8RN5QfHCfIo,11891
|
|
17
17
|
craft_ai_sdk/warnings.py,sha256=xJXbUR66SVbG_ZO7rxpAZ2hkGxdUtM5JAx6JoWg77Qs,6678
|
|
18
|
-
documentation.pdf,sha256=
|
|
19
|
-
craft_ai_sdk-0.
|
|
20
|
-
craft_ai_sdk-0.
|
|
21
|
-
craft_ai_sdk-0.
|
|
22
|
-
craft_ai_sdk-0.
|
|
23
|
-
craft_ai_sdk-0.
|
|
18
|
+
documentation.pdf,sha256=uFlYazfUiKRuEk1Lsx0GEdfbvBvHPG29CQ0qTaRr-Ug,334448
|
|
19
|
+
craft_ai_sdk-0.58.0rc1.dist-info/LICENSE,sha256=_2oYRJic9lZK05LceuJ9aZZw5mPHYc1WQhJiVS-oGFU,10754
|
|
20
|
+
craft_ai_sdk-0.58.0rc1.dist-info/METADATA,sha256=QW-J5nknrZYOnVEwoAOhkn-KQOSlAnYyZxzApByC0p8,1617
|
|
21
|
+
craft_ai_sdk-0.58.0rc1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
22
|
+
craft_ai_sdk-0.58.0rc1.dist-info/entry_points.txt,sha256=eV9YD0zCAb88_wNMDV99sRxVKVC-WOQF3b1Pepaytcg,385
|
|
23
|
+
craft_ai_sdk-0.58.0rc1.dist-info/RECORD,,
|
documentation.pdf
CHANGED
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|