truefoundry 0.11.8rc1__py3-none-any.whl → 0.11.9rc1__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 truefoundry might be problematic. Click here for more details.
- truefoundry/ml/log_types/artifacts/constants.py +0 -2
- truefoundry/ml/log_types/artifacts/utils.py +0 -4
- {truefoundry-0.11.8rc1.dist-info → truefoundry-0.11.9rc1.dist-info}/METADATA +1 -1
- {truefoundry-0.11.8rc1.dist-info → truefoundry-0.11.9rc1.dist-info}/RECORD +6 -6
- {truefoundry-0.11.8rc1.dist-info → truefoundry-0.11.9rc1.dist-info}/WHEEL +0 -0
- {truefoundry-0.11.8rc1.dist-info → truefoundry-0.11.9rc1.dist-info}/entry_points.txt +0 -0
|
@@ -34,7 +34,5 @@ model_version.update()
|
|
|
34
34
|
|
|
35
35
|
ARTIFACT_METADATA_TRUEFOUNDRY_KEY = ".truefoundry"
|
|
36
36
|
TFY_INTERNAL_APPLICATION_ID_ENV_VAR = "TFY_INTERNAL_APPLICATION_ID"
|
|
37
|
-
TFY_INTERNAL_APPLICATION_NAME_ENV_VAR = "TFY_INTERNAL_APPLICATION_NAME"
|
|
38
|
-
TFY_INTERNAL_APPLICATION_FQN_ENV_VAR = "TFY_INTERNAL_APPLICATION_FQN"
|
|
39
37
|
TFY_INTERNAL_APPLICATION_VERSION_ENV_VAR = "TFY_INTERNAL_APPLICATION_VERSION"
|
|
40
38
|
TFY_INTERNAL_JOB_RUN_NAME_ENV_VAR = "TFY_INTERNAL_JOB_RUN_NAME"
|
|
@@ -10,9 +10,7 @@ from truefoundry.ml.exceptions import MlFoundryException
|
|
|
10
10
|
from truefoundry.ml.log_types.artifacts.constants import (
|
|
11
11
|
ARTIFACT_METADATA_TRUEFOUNDRY_KEY,
|
|
12
12
|
DESCRIPTION_MAX_LENGTH,
|
|
13
|
-
TFY_INTERNAL_APPLICATION_FQN_ENV_VAR,
|
|
14
13
|
TFY_INTERNAL_APPLICATION_ID_ENV_VAR,
|
|
15
|
-
TFY_INTERNAL_APPLICATION_NAME_ENV_VAR,
|
|
16
14
|
TFY_INTERNAL_APPLICATION_VERSION_ENV_VAR,
|
|
17
15
|
TFY_INTERNAL_JOB_RUN_NAME_ENV_VAR,
|
|
18
16
|
)
|
|
@@ -253,8 +251,6 @@ def set_tfy_internal_metadata(metadata: Dict[str, Any]) -> Dict[str, Any]:
|
|
|
253
251
|
|
|
254
252
|
tfy_internal_metadata = {
|
|
255
253
|
"application_id": os.environ.get(TFY_INTERNAL_APPLICATION_ID_ENV_VAR),
|
|
256
|
-
"application_fqn": os.environ.get(TFY_INTERNAL_APPLICATION_FQN_ENV_VAR),
|
|
257
|
-
"application_name": os.environ.get(TFY_INTERNAL_APPLICATION_NAME_ENV_VAR),
|
|
258
254
|
"application_version": os.environ.get(TFY_INTERNAL_APPLICATION_VERSION_ENV_VAR),
|
|
259
255
|
"job_run_name": os.environ.get(TFY_INTERNAL_JOB_RUN_NAME_ENV_VAR),
|
|
260
256
|
}
|
|
@@ -366,11 +366,11 @@ truefoundry/ml/log_types/pydantic_base.py,sha256=eBlw_AEyAz4iJKDP4zgJOCFWcldwQqp
|
|
|
366
366
|
truefoundry/ml/log_types/utils.py,sha256=xjJ21jdPScvFmw3TbVh5NCzbzJwaqiXJyiiT4xxX1EI,335
|
|
367
367
|
truefoundry/ml/log_types/artifacts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
368
368
|
truefoundry/ml/log_types/artifacts/artifact.py,sha256=JiqdWp6XQe2S_zP96urXCjyfdxFlx6-GNBzH9Te7hTQ,19854
|
|
369
|
-
truefoundry/ml/log_types/artifacts/constants.py,sha256=
|
|
369
|
+
truefoundry/ml/log_types/artifacts/constants.py,sha256=7blG13UXSkZVZkN8EDFqaH-a_ZonJA6pI0gwJwkIZ-s,1298
|
|
370
370
|
truefoundry/ml/log_types/artifacts/dataset.py,sha256=OgWIoT59AhMw8P01FfvUKbJ3EL6HQf_Xw8X4E3Ff5Sg,13172
|
|
371
371
|
truefoundry/ml/log_types/artifacts/general_artifact.py,sha256=yr-SQ2fhUR_sE1MB5zoHHYpGC8tizH_-t3lhsxCAULU,2747
|
|
372
372
|
truefoundry/ml/log_types/artifacts/model.py,sha256=oRX6bKb5tN4LjDFifeDpjv4z1-vHXf3Ma6-nkp7mN4M,24831
|
|
373
|
-
truefoundry/ml/log_types/artifacts/utils.py,sha256=
|
|
373
|
+
truefoundry/ml/log_types/artifacts/utils.py,sha256=INZhhzl6OaD6qFAyxaLJAhXhFd6wKNujMj-lq2v8p4Q,9340
|
|
374
374
|
truefoundry/ml/log_types/image/__init__.py,sha256=fcOq8yQnNj1rkLcPeIjLXBpdA1WIeiPsXOlAAvMxx7M,76
|
|
375
375
|
truefoundry/ml/log_types/image/constants.py,sha256=wLtGEOA4T5fZHSlOXPuNDLX3lpbCtwlvGKPFk_1fah0,255
|
|
376
376
|
truefoundry/ml/log_types/image/image.py,sha256=sa0tBHdyluC8bELXY16E0HgFrUDnDBxHrteix4BFXcs,12479
|
|
@@ -387,7 +387,7 @@ truefoundry/workflow/remote_filesystem/__init__.py,sha256=LQ95ViEjJ7Ts4JcCGOxMPs
|
|
|
387
387
|
truefoundry/workflow/remote_filesystem/logger.py,sha256=em2l7D6sw7xTLDP0kQSLpgfRRCLpN14Qw85TN7ujQcE,1022
|
|
388
388
|
truefoundry/workflow/remote_filesystem/tfy_signed_url_client.py,sha256=xcT0wQmQlgzcj0nP3tJopyFSVWT1uv3nhiTIuwfXYeg,12342
|
|
389
389
|
truefoundry/workflow/remote_filesystem/tfy_signed_url_fs.py,sha256=nSGPZu0Gyd_jz0KsEE-7w_BmnTD8CVF1S8cUJoxaCbc,13305
|
|
390
|
-
truefoundry-0.11.
|
|
391
|
-
truefoundry-0.11.
|
|
392
|
-
truefoundry-0.11.
|
|
393
|
-
truefoundry-0.11.
|
|
390
|
+
truefoundry-0.11.9rc1.dist-info/METADATA,sha256=xpmwBebaZXTCdCm6AEJbyXjM5uv2qXUtjX77N2R-6FY,2763
|
|
391
|
+
truefoundry-0.11.9rc1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
392
|
+
truefoundry-0.11.9rc1.dist-info/entry_points.txt,sha256=xVjn7RMN-MW2-9f7YU-bBdlZSvvrwzhpX1zmmRmsNPU,98
|
|
393
|
+
truefoundry-0.11.9rc1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|