ml-management 0.6.3rc4__tar.gz → 0.6.3rc5__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/graphql/schema.py +39 -48
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/sdk/model.py +0 -1
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/session.py +1 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/variables.py +2 -2
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/PKG-INFO +1 -1
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/pyproject.toml +1 -1
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/__init__.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/base_exceptions.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/collectors/__init__.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/collectors/collector_pattern.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/collectors/collector_pattern_to_methods_map.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/collectors/collectors.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/collectors/dummy/__init__.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/collectors/dummy/dummy_collector.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/collectors/s3/__init__.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/collectors/s3/s3collector.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/collectors/topic_markers/__init__.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/collectors/topic_markers/api_schema.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/collectors/topic_markers/topic_markers_collector.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/dataset_loader/__init__.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/dataset_loader/base_splits_dataset_loader.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/dataset_loader/dataset_loader_pattern.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/dataset_loader/dataset_loader_pattern_to_methods_map.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/dataset_loader/poisoned_images_dataset_loader.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/dataset_loader/templates/__init__.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/dataset_loader/templates/dummy_dataset_loader/__init__.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/dataset_loader/templates/dummy_dataset_loader/conda.yaml +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/dataset_loader/templates/dummy_dataset_loader/dummy_dataset.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/dataset_loader/templates/upload.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/executor/__init__.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/executor/base_executor.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/executor/executor_pattern.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/executor/executor_pattern_to_methods_map.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/executor/no_model_executor_pattern.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/executor/patterns.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/executor/templates/__init__.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/executor/templates/eval/__init__.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/executor/templates/eval/conda.yaml +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/executor/templates/eval/eval_executor.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/executor/templates/finetune/__init__.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/executor/templates/finetune/conda.yaml +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/executor/templates/finetune/finetune_executor.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/executor/templates/train/__init__.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/executor/templates/train/conda.yaml +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/executor/templates/train/train_executor.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/executor/templates/upload.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/executor/upload_model_mode.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/graphql/__init__.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/graphql/send_graphql_request.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/mlmanagement/__init__.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/mlmanagement/backend_api.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/mlmanagement/jsonschema_exceptions.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/mlmanagement/jsonschema_inference.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/mlmanagement/load_api.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/mlmanagement/log_api.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/mlmanagement/model_type.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/mlmanagement/module_finder.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/mlmanagement/server_mlmanager_exceptions.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/mlmanagement/utils.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/mlmanagement/visibility_options.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/model/__init__.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/model/model_type_to_methods_map.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/model/patterns/__init__.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/model/patterns/evaluatable_model.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/model/patterns/gradient_model.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/model/patterns/model_pattern.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/model/patterns/model_with_losses.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/model/patterns/model_with_metrics.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/model/patterns/preprocessor.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/model/patterns/retrainable_model.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/model/patterns/target_layer.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/model/patterns/torch_model.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/model/patterns/trainable_model.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/model/patterns/transformer.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/registry/__init__.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/registry/exceptions.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/s3/__init__.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/s3/manager.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/s3/utils.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/sdk/__init__.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/sdk/dataset_loader.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/sdk/executor.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/sdk/experiment.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/sdk/job.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/sdk/parameters.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/sdk/sdk.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/singleton_pattern.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/test_sdk/__init__.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/test_sdk/local_sdk_test.sh +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/test_sdk/mock_server.js +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/test_sdk/package.json +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/test_sdk/requirements.txt +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/test_sdk/test_sdk.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/tests/__init__.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/tests/requirements.txt +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/tests/run_all_tests.sh +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/tests/test_jsonschema_inference.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/uploader_data/__init__.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/uploader_data/s3_uploader.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/uploader_data/utils.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/version.py +0 -0
- {ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/README.md +0 -0
@@ -51,7 +51,7 @@ class JobsSortBy(sgqlc.types.Enum):
|
|
51
51
|
|
52
52
|
|
53
53
|
class Long(sgqlc.types.Scalar):
|
54
|
-
'''The `
|
54
|
+
'''The `Long` scalar type represents long int type.'''
|
55
55
|
__schema__ = schema
|
56
56
|
|
57
57
|
|
@@ -391,6 +391,22 @@ class ArtifactPath(sgqlc.types.Type):
|
|
391
391
|
|
392
392
|
|
393
393
|
|
394
|
+
class Artifacts(sgqlc.types.Type):
|
395
|
+
__schema__ = schema
|
396
|
+
__field_names__ = ('list_artifacts', 'source_path')
|
397
|
+
list_artifacts = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(ArtifactPath))), graphql_name='listArtifacts', args=sgqlc.types.ArgDict((
|
398
|
+
('path', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='path', default=None)),
|
399
|
+
))
|
400
|
+
)
|
401
|
+
'''Arguments:
|
402
|
+
|
403
|
+
* `path` (`String!`)None
|
404
|
+
'''
|
405
|
+
|
406
|
+
source_path = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='sourcePath')
|
407
|
+
|
408
|
+
|
409
|
+
|
394
410
|
class BuildJob(sgqlc.types.Type):
|
395
411
|
__schema__ = schema
|
396
412
|
__field_names__ = ('build_object_name', 'end_timestamp', 'exception', 'id', 'start_timestamp', 'status')
|
@@ -493,7 +509,9 @@ class DatasetLoaderPagination(sgqlc.types.Type):
|
|
493
509
|
|
494
510
|
class DatasetLoaderVersionInfo(sgqlc.types.Type):
|
495
511
|
__schema__ = schema
|
496
|
-
__field_names__ = ('creation_timestamp', 'dataset_loader', 'dataset_loader_method_schema_names', 'dataset_loader_method_schemas', 'description', 'get_conda_env', 'last_updated_timestamp', '
|
512
|
+
__field_names__ = ('artifacts', 'creation_timestamp', 'dataset_loader', 'dataset_loader_method_schema_names', 'dataset_loader_method_schemas', 'description', 'get_conda_env', 'last_updated_timestamp', 'list_deployed_jobs', 'list_requirements', 'name', 'owner', 'pagination_deployed_jobs', 'tags', 'version', 'visibility')
|
513
|
+
artifacts = sgqlc.types.Field(sgqlc.types.non_null(Artifacts), graphql_name='artifacts')
|
514
|
+
|
497
515
|
creation_timestamp = sgqlc.types.Field(sgqlc.types.non_null(Long), graphql_name='creationTimestamp')
|
498
516
|
|
499
517
|
dataset_loader = sgqlc.types.Field(sgqlc.types.non_null(DatasetLoaderInfo), graphql_name='datasetLoader')
|
@@ -508,15 +526,6 @@ class DatasetLoaderVersionInfo(sgqlc.types.Type):
|
|
508
526
|
|
509
527
|
last_updated_timestamp = sgqlc.types.Field(Long, graphql_name='lastUpdatedTimestamp')
|
510
528
|
|
511
|
-
list_artifacts = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(ArtifactPath))), graphql_name='listArtifacts', args=sgqlc.types.ArgDict((
|
512
|
-
('path', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='path', default='')),
|
513
|
-
))
|
514
|
-
)
|
515
|
-
'''Arguments:
|
516
|
-
|
517
|
-
* `path` (`String!`)None (default: `""`)
|
518
|
-
'''
|
519
|
-
|
520
529
|
list_deployed_jobs = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('ExecutionJob'))), graphql_name='listDeployedJobs')
|
521
530
|
|
522
531
|
list_requirements = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(String))), graphql_name='listRequirements')
|
@@ -536,8 +545,6 @@ class DatasetLoaderVersionInfo(sgqlc.types.Type):
|
|
536
545
|
* `offset` (`Int`)None (default: `null`)
|
537
546
|
'''
|
538
547
|
|
539
|
-
source_path = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='sourcePath')
|
540
|
-
|
541
548
|
tags = sgqlc.types.Field(sgqlc.types.non_null(JSON), graphql_name='tags')
|
542
549
|
|
543
550
|
version = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name='version')
|
@@ -557,7 +564,9 @@ class DatasetLoaderVersionPagination(sgqlc.types.Type):
|
|
557
564
|
|
558
565
|
class ExecutionJob(sgqlc.types.Type):
|
559
566
|
__schema__ = schema
|
560
|
-
__field_names__ = ('available_metrics', 'build_job', 'end_timestamp', 'exception', 'executor_version', 'experiment', 'latest_metrics', '
|
567
|
+
__field_names__ = ('artifacts', 'available_metrics', 'build_job', 'end_timestamp', 'exception', 'executor_version', 'experiment', 'latest_metrics', 'list_dataset_loader_versions', 'list_init_role_model_version', 'list_params', 'list_result_model_version', 'metric_history', 'name', 'owner', 'params', 'periodic_type', 'registration_timestamp', 'start_timestamp', 'status', 'visibility')
|
568
|
+
artifacts = sgqlc.types.Field(sgqlc.types.non_null(Artifacts), graphql_name='artifacts')
|
569
|
+
|
561
570
|
available_metrics = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(String))), graphql_name='availableMetrics')
|
562
571
|
|
563
572
|
build_job = sgqlc.types.Field(BuildJob, graphql_name='buildJob')
|
@@ -572,15 +581,6 @@ class ExecutionJob(sgqlc.types.Type):
|
|
572
581
|
|
573
582
|
latest_metrics = sgqlc.types.Field(sgqlc.types.non_null(JSON), graphql_name='latestMetrics')
|
574
583
|
|
575
|
-
list_artifacts = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(ArtifactPath))), graphql_name='listArtifacts', args=sgqlc.types.ArgDict((
|
576
|
-
('path', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='path', default='')),
|
577
|
-
))
|
578
|
-
)
|
579
|
-
'''Arguments:
|
580
|
-
|
581
|
-
* `path` (`String!`)None (default: `""`)
|
582
|
-
'''
|
583
|
-
|
584
584
|
list_dataset_loader_versions = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('RoleDatasetLoaderVersion'))), graphql_name='listDatasetLoaderVersions')
|
585
585
|
|
586
586
|
list_init_role_model_version = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('RoleModelVersion'))), graphql_name='listInitRoleModelVersion')
|
@@ -694,7 +694,9 @@ class ExecutorParams(sgqlc.types.Type):
|
|
694
694
|
|
695
695
|
class ExecutorVersionInfo(sgqlc.types.Type):
|
696
696
|
__schema__ = schema
|
697
|
-
__field_names__ = ('available_collectors', 'available_dataset_loader_versions', 'available_dataset_loaders', 'available_model_versions', 'available_models', 'build_job', 'creation_timestamp', 'description', 'desired_dataset_loader_methods', 'desired_model_methods', 'desired_model_patterns', 'executor', 'executor_method_schema', 'executor_method_schema_name', 'get_conda_env', 'job_json_schema', 'job_json_schema_for_dataset_loaders', 'job_json_schema_for_models', 'job_json_schema_for_role_dataset_loader', 'job_json_schema_for_role_model', 'last_updated_timestamp', '
|
697
|
+
__field_names__ = ('artifacts', 'available_collectors', 'available_dataset_loader_versions', 'available_dataset_loaders', 'available_model_versions', 'available_models', 'build_job', 'creation_timestamp', 'description', 'desired_dataset_loader_methods', 'desired_model_methods', 'desired_model_patterns', 'executor', 'executor_method_schema', 'executor_method_schema_name', 'get_conda_env', 'job_json_schema', 'job_json_schema_for_dataset_loaders', 'job_json_schema_for_models', 'job_json_schema_for_role_dataset_loader', 'job_json_schema_for_role_model', 'last_updated_timestamp', 'list_deployed_jobs', 'list_requirements', 'name', 'owner', 'pagination_available_collectors', 'pagination_available_dataset_loader_versions', 'pagination_available_dataset_loaders', 'pagination_available_model_versions', 'pagination_available_models', 'pagination_deployed_jobs', 'tags', 'upload_model_modes', 'version', 'visibility')
|
698
|
+
artifacts = sgqlc.types.Field(sgqlc.types.non_null(Artifacts), graphql_name='artifacts')
|
699
|
+
|
698
700
|
available_collectors = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('InlineObject'))), graphql_name='availableCollectors')
|
699
701
|
|
700
702
|
available_dataset_loader_versions = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('InlineObjectVersion'))), graphql_name='availableDatasetLoaderVersions', args=sgqlc.types.ArgDict((
|
@@ -808,15 +810,6 @@ class ExecutorVersionInfo(sgqlc.types.Type):
|
|
808
810
|
|
809
811
|
last_updated_timestamp = sgqlc.types.Field(Long, graphql_name='lastUpdatedTimestamp')
|
810
812
|
|
811
|
-
list_artifacts = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(ArtifactPath))), graphql_name='listArtifacts', args=sgqlc.types.ArgDict((
|
812
|
-
('path', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='path', default='')),
|
813
|
-
))
|
814
|
-
)
|
815
|
-
'''Arguments:
|
816
|
-
|
817
|
-
* `path` (`String!`)None (default: `""`)
|
818
|
-
'''
|
819
|
-
|
820
813
|
list_deployed_jobs = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(ExecutionJob))), graphql_name='listDeployedJobs')
|
821
814
|
|
822
815
|
list_requirements = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(String))), graphql_name='listRequirements')
|
@@ -925,8 +918,6 @@ class ExecutorVersionInfo(sgqlc.types.Type):
|
|
925
918
|
* `offset` (`Int`)None (default: `null`)
|
926
919
|
'''
|
927
920
|
|
928
|
-
source_path = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='sourcePath')
|
929
|
-
|
930
921
|
tags = sgqlc.types.Field(sgqlc.types.non_null(JSON), graphql_name='tags')
|
931
922
|
|
932
923
|
upload_model_modes = sgqlc.types.Field(sgqlc.types.non_null(JSON), graphql_name='uploadModelModes')
|
@@ -1276,7 +1267,9 @@ class ModelVersionChoiceParams(sgqlc.types.Type):
|
|
1276
1267
|
|
1277
1268
|
class ModelVersionInfo(sgqlc.types.Type):
|
1278
1269
|
__schema__ = schema
|
1279
|
-
__field_names__ = ('available_collectors', 'available_dataset_loader_versions', 'available_dataset_loaders', 'available_executor_versions', 'available_executors', 'build_job', 'creation_timestamp', 'description', 'experiment', 'experiment_name', 'get_conda_env', 'group_job_run_id', 'last_updated_timestamp', '
|
1270
|
+
__field_names__ = ('artifacts', 'available_collectors', 'available_dataset_loader_versions', 'available_dataset_loaders', 'available_executor_versions', 'available_executors', 'build_job', 'creation_timestamp', 'description', 'experiment', 'experiment_name', 'get_conda_env', 'group_job_run_id', 'last_updated_timestamp', 'list_deployed_jobs', 'list_job', 'list_lineage_model_version', 'list_new_model_from_version', 'list_new_version_from_version', 'list_next_graph_nodes', 'list_next_model_version', 'list_requirements', 'model', 'model_method_schemas', 'name', 'owner', 'pagination_available_collectors', 'pagination_available_dataset_loader_versions', 'pagination_available_dataset_loaders', 'pagination_available_executor_versions', 'pagination_available_executors', 'pagination_deployed_jobs', 'pagination_job', 'pagination_lineage_model_version', 'pagination_new_model_from_version', 'pagination_new_version_from_version', 'pagination_next_model_version', 'parent_job', 'root_model_version', 'source_executor_version', 'source_model_version', 'tags', 'upload_model_type', 'venv_build_job', 'version', 'visibility')
|
1271
|
+
artifacts = sgqlc.types.Field(sgqlc.types.non_null(Artifacts), graphql_name='artifacts')
|
1272
|
+
|
1280
1273
|
available_collectors = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(InlineObject))), graphql_name='availableCollectors')
|
1281
1274
|
|
1282
1275
|
available_dataset_loader_versions = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(InlineObjectVersion))), graphql_name='availableDatasetLoaderVersions', args=sgqlc.types.ArgDict((
|
@@ -1317,15 +1310,6 @@ class ModelVersionInfo(sgqlc.types.Type):
|
|
1317
1310
|
|
1318
1311
|
last_updated_timestamp = sgqlc.types.Field(Long, graphql_name='lastUpdatedTimestamp')
|
1319
1312
|
|
1320
|
-
list_artifacts = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(ArtifactPath))), graphql_name='listArtifacts', args=sgqlc.types.ArgDict((
|
1321
|
-
('path', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='path', default='')),
|
1322
|
-
))
|
1323
|
-
)
|
1324
|
-
'''Arguments:
|
1325
|
-
|
1326
|
-
* `path` (`String!`)None (default: `""`)
|
1327
|
-
'''
|
1328
|
-
|
1329
1313
|
list_deployed_jobs = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(ExecutionJob))), graphql_name='listDeployedJobs')
|
1330
1314
|
|
1331
1315
|
list_job = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(ExecutionJob))), graphql_name='listJob')
|
@@ -1546,8 +1530,6 @@ class ModelVersionInfo(sgqlc.types.Type):
|
|
1546
1530
|
|
1547
1531
|
source_model_version = sgqlc.types.Field('ModelVersionInfo', graphql_name='sourceModelVersion')
|
1548
1532
|
|
1549
|
-
source_path = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='sourcePath')
|
1550
|
-
|
1551
1533
|
tags = sgqlc.types.Field(sgqlc.types.non_null(JSON), graphql_name='tags')
|
1552
1534
|
|
1553
1535
|
upload_model_type = sgqlc.types.Field(sgqlc.types.non_null(UploadModelType), graphql_name='uploadModelType')
|
@@ -2046,7 +2028,7 @@ class Param(sgqlc.types.Type):
|
|
2046
2028
|
|
2047
2029
|
class Query(sgqlc.types.Type):
|
2048
2030
|
__schema__ = schema
|
2049
|
-
__field_names__ = ('dataset_loader_from_name', 'dataset_loader_version_from_name_version', 'dataset_loader_version_from_run_id', 'executor_from_name', 'executor_version_from_name_version', 'executor_version_from_run_id', 'experiment_from_id', 'experiment_from_name', 'graph_node', 'is_inference_model_ready', 'job_from_name', 'list_build_job', 'list_dataset_loader', 'list_executor', 'list_experiment', 'list_graph_node', 'list_initial_executor_version', 'list_initial_model_version', 'list_job', 'list_model', 'list_subtree_graph_node', 'model_from_name', 'model_version_from_name_version', 'model_version_from_run_id', 'pagination_dataset_loader', 'pagination_executor', 'pagination_experiment', 'pagination_initial_executor_version', 'pagination_initial_model_version', 'pagination_job', 'pagination_model', 'warning_delete_model_query')
|
2031
|
+
__field_names__ = ('dataset_loader_from_name', 'dataset_loader_version_from_name_version', 'dataset_loader_version_from_run_id', 'executor_from_name', 'executor_version_from_name_version', 'executor_version_from_run_id', 'experiment_from_id', 'experiment_from_name', 'graph_node', 'is_inference_model_ready', 'job_from_name', 'list_artifacts_by_source_paths', 'list_build_job', 'list_dataset_loader', 'list_executor', 'list_experiment', 'list_graph_node', 'list_initial_executor_version', 'list_initial_model_version', 'list_job', 'list_model', 'list_subtree_graph_node', 'model_from_name', 'model_version_from_name_version', 'model_version_from_run_id', 'pagination_dataset_loader', 'pagination_executor', 'pagination_experiment', 'pagination_initial_executor_version', 'pagination_initial_model_version', 'pagination_job', 'pagination_model', 'warning_delete_model_query')
|
2050
2032
|
dataset_loader_from_name = sgqlc.types.Field(sgqlc.types.non_null(DatasetLoaderInfo), graphql_name='datasetLoaderFromName', args=sgqlc.types.ArgDict((
|
2051
2033
|
('name', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='name', default=None)),
|
2052
2034
|
))
|
@@ -2146,6 +2128,15 @@ class Query(sgqlc.types.Type):
|
|
2146
2128
|
* `name` (`String!`)None
|
2147
2129
|
'''
|
2148
2130
|
|
2131
|
+
list_artifacts_by_source_paths = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(Artifacts))), graphql_name='listArtifactsBySourcePaths', args=sgqlc.types.ArgDict((
|
2132
|
+
('source_paths', sgqlc.types.Arg(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(String))), graphql_name='sourcePaths', default=None)),
|
2133
|
+
))
|
2134
|
+
)
|
2135
|
+
'''Arguments:
|
2136
|
+
|
2137
|
+
* `source_paths` (`[String!]!`)None
|
2138
|
+
'''
|
2139
|
+
|
2149
2140
|
list_build_job = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(BuildJob))), graphql_name='listBuildJob', args=sgqlc.types.ArgDict((
|
2150
2141
|
('ids', sgqlc.types.Arg(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(Int))), graphql_name='ids', default=None)),
|
2151
2142
|
))
|
@@ -198,7 +198,6 @@ def get_model_version(name: str, version: Optional[int] = None) -> ModelVersionI
|
|
198
198
|
base_query = op.model_version_from_name_version(model_version=_model_version)
|
199
199
|
base_query.name()
|
200
200
|
base_query.tags()
|
201
|
-
base_query.source_path()
|
202
201
|
base_query.version()
|
203
202
|
base_query.build_job.status()
|
204
203
|
base_query.build_job.build_object_name()
|
@@ -32,6 +32,7 @@ class AuthSession(metaclass=Singleton):
|
|
32
32
|
if self._try_set_cookies() or self._try_authenticate_by_credentials():
|
33
33
|
self.check_version()
|
34
34
|
|
35
|
+
# httpx.get(_get_server_gql()).status_code == HTTPStatus.OK
|
35
36
|
def check_version(self):
|
36
37
|
client_version = ML_management.__version__
|
37
38
|
response = httpx.get(posixpath.join(get_server_url(), SERVER_META), cookies=self.cookies)
|
@@ -29,9 +29,9 @@ FILENAME_FOR_INFERENCE_CONFIG = "predict_config.json"
|
|
29
29
|
SERVER_META = posixpath.join("bff", "meta.json")
|
30
30
|
|
31
31
|
|
32
|
-
def
|
32
|
+
def _get_server_gql() -> str:
|
33
33
|
"""Get server '/api' endpoint URL."""
|
34
|
-
return posixpath.join(get_server_url(), "
|
34
|
+
return posixpath.join(get_server_url(), "graphql")
|
35
35
|
|
36
36
|
|
37
37
|
def get_log_service_url(function_name: str) -> str:
|
File without changes
|
File without changes
|
File without changes
|
{ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/collectors/collector_pattern.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/collectors/dummy/__init__.py
RENAMED
File without changes
|
{ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/collectors/dummy/dummy_collector.py
RENAMED
File without changes
|
File without changes
|
{ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/collectors/s3/s3collector.py
RENAMED
File without changes
|
{ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/collectors/topic_markers/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/dataset_loader/templates/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/dataset_loader/templates/upload.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/executor/executor_pattern.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/executor/templates/__init__.py
RENAMED
File without changes
|
{ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/executor/templates/eval/__init__.py
RENAMED
File without changes
|
{ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/executor/templates/eval/conda.yaml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/executor/templates/train/__init__.py
RENAMED
File without changes
|
{ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/executor/templates/train/conda.yaml
RENAMED
File without changes
|
File without changes
|
{ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/executor/templates/upload.py
RENAMED
File without changes
|
{ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/executor/upload_model_mode.py
RENAMED
File without changes
|
File without changes
|
{ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/graphql/send_graphql_request.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/mlmanagement/jsonschema_inference.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/mlmanagement/module_finder.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/mlmanagement/visibility_options.py
RENAMED
File without changes
|
File without changes
|
{ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/model/model_type_to_methods_map.py
RENAMED
File without changes
|
File without changes
|
{ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/model/patterns/evaluatable_model.py
RENAMED
File without changes
|
{ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/model/patterns/gradient_model.py
RENAMED
File without changes
|
{ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/model/patterns/model_pattern.py
RENAMED
File without changes
|
{ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/model/patterns/model_with_losses.py
RENAMED
File without changes
|
{ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/model/patterns/model_with_metrics.py
RENAMED
File without changes
|
{ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/model/patterns/preprocessor.py
RENAMED
File without changes
|
{ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/model/patterns/retrainable_model.py
RENAMED
File without changes
|
{ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/model/patterns/target_layer.py
RENAMED
File without changes
|
{ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/model/patterns/torch_model.py
RENAMED
File without changes
|
{ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/model/patterns/trainable_model.py
RENAMED
File without changes
|
{ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/model/patterns/transformer.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/tests/test_jsonschema_inference.py
RENAMED
File without changes
|
File without changes
|
{ml_management-0.6.3rc4 → ml_management-0.6.3rc5}/ML_management/uploader_data/s3_uploader.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|