ml-management 0.5.3__tar.gz → 0.6.3rc0__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- ml_management-0.6.3rc0/ML_management/graphql/schema.py +2377 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/sdk/job.py +2 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/PKG-INFO +1 -1
- ml_management-0.6.3rc0/VERSION +1 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ml_management.egg-info/PKG-INFO +1 -1
- ml_management-0.5.3/ML_management/graphql/schema.py +0 -3791
- ml_management-0.5.3/VERSION +0 -1
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/MANIFEST.in +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/__init__.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/base_exceptions.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/collectors/__init__.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/collectors/collector_pattern.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/collectors/collector_pattern_to_methods_map.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/collectors/collectors.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/collectors/dummy/__init__.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/collectors/dummy/dummy_collector.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/collectors/s3/__init__.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/collectors/s3/s3collector.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/collectors/topic_markers/__init__.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/collectors/topic_markers/api_schema.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/collectors/topic_markers/topic_markers_collector.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/dataset_loader/__init__.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/dataset_loader/base_splits_dataset_loader.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/dataset_loader/dataset_loader_pattern.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/dataset_loader/dataset_loader_pattern_to_methods_map.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/dataset_loader/poisoned_images_dataset_loader.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/dataset_loader/templates/__init__.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/dataset_loader/templates/dummy_dataset_loader/__init__.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/dataset_loader/templates/dummy_dataset_loader/conda.yaml +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/dataset_loader/templates/dummy_dataset_loader/dummy_dataset.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/dataset_loader/templates/upload.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/executor/__init__.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/executor/base_executor.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/executor/executor_pattern.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/executor/executor_pattern_to_methods_map.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/executor/no_model_executor_pattern.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/executor/patterns.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/executor/templates/__init__.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/executor/templates/eval/__init__.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/executor/templates/eval/conda.yaml +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/executor/templates/eval/eval_executor.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/executor/templates/finetune/__init__.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/executor/templates/finetune/conda.yaml +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/executor/templates/finetune/finetune_executor.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/executor/templates/train/__init__.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/executor/templates/train/conda.yaml +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/executor/templates/train/train_executor.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/executor/templates/upload.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/executor/upload_model_mode.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/graphql/__init__.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/graphql/send_graphql_request.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/mlmanagement/__init__.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/mlmanagement/backend_api.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/mlmanagement/jsonschema_exceptions.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/mlmanagement/jsonschema_inference.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/mlmanagement/load_api.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/mlmanagement/log_api.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/mlmanagement/model_type.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/mlmanagement/module_finder.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/mlmanagement/server_mlmanager_exceptions.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/mlmanagement/utils.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/mlmanagement/visibility_options.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/model/__init__.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/model/model_type_to_methods_map.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/model/patterns/__init__.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/model/patterns/evaluatable_model.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/model/patterns/gradient_model.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/model/patterns/model_pattern.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/model/patterns/model_with_losses.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/model/patterns/model_with_metrics.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/model/patterns/preprocessor.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/model/patterns/retrainable_model.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/model/patterns/target_layer.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/model/patterns/torch_model.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/model/patterns/trainable_model.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/model/patterns/transformer.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/registry/__init__.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/registry/exceptions.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/s3/__init__.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/s3/manager.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/s3/utils.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/sdk/__init__.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/sdk/dataset_loader.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/sdk/executor.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/sdk/experiment.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/sdk/model.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/sdk/parameters.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/sdk/sdk.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/session.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/singleton_pattern.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/test_sdk/__init__.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/test_sdk/test_sdk.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/tests/__init__.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/tests/test_jsonschema_inference.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/uploader_data/__init__.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/uploader_data/s3_uploader.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/uploader_data/utils.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/variables.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ML_management/version.py +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/README.md +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ml_management.egg-info/SOURCES.txt +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ml_management.egg-info/dependency_links.txt +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ml_management.egg-info/requires.txt +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/ml_management.egg-info/top_level.txt +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/setup.cfg +0 -0
- {ml_management-0.5.3 → ml_management-0.6.3rc0}/setup.py +0 -0
@@ -0,0 +1,2377 @@
|
|
1
|
+
import sgqlc.types
|
2
|
+
|
3
|
+
|
4
|
+
schema = sgqlc.types.Schema()
|
5
|
+
|
6
|
+
|
7
|
+
__docformat__ = 'markdown'
|
8
|
+
|
9
|
+
|
10
|
+
########################################################################
|
11
|
+
# Scalars and Enumerations
|
12
|
+
########################################################################
|
13
|
+
Boolean = sgqlc.types.Boolean
|
14
|
+
|
15
|
+
Float = sgqlc.types.Float
|
16
|
+
|
17
|
+
ID = sgqlc.types.ID
|
18
|
+
|
19
|
+
Int = sgqlc.types.Int
|
20
|
+
|
21
|
+
class JSON(sgqlc.types.Scalar):
|
22
|
+
'''The `JSON` scalar type represents JSON values as specified by
|
23
|
+
[ECMA-404](http://www.ecma-
|
24
|
+
international.org/publications/files/ECMA-ST/ECMA-404.pdf).
|
25
|
+
'''
|
26
|
+
__schema__ = schema
|
27
|
+
|
28
|
+
|
29
|
+
class JobStatus(sgqlc.types.Enum):
|
30
|
+
'''Enumeration Choices:
|
31
|
+
|
32
|
+
* `CANCELED`None
|
33
|
+
* `FAILED`None
|
34
|
+
* `PLANNED`None
|
35
|
+
* `RUNNING`None
|
36
|
+
* `SUCCESSFUL`None
|
37
|
+
* `UNKNOWN`None
|
38
|
+
'''
|
39
|
+
__schema__ = schema
|
40
|
+
__choices__ = ('CANCELED', 'FAILED', 'PLANNED', 'RUNNING', 'SUCCESSFUL', 'UNKNOWN')
|
41
|
+
|
42
|
+
|
43
|
+
class JobsSortBy(sgqlc.types.Enum):
|
44
|
+
'''Enumeration Choices:
|
45
|
+
|
46
|
+
* `name`None
|
47
|
+
* `registration_timestamp`None
|
48
|
+
'''
|
49
|
+
__schema__ = schema
|
50
|
+
__choices__ = ('name', 'registration_timestamp')
|
51
|
+
|
52
|
+
|
53
|
+
class LONG(sgqlc.types.Scalar):
|
54
|
+
'''The `LONG` scalar type represents long int type.'''
|
55
|
+
__schema__ = schema
|
56
|
+
|
57
|
+
|
58
|
+
class ObjectSortBy(sgqlc.types.Enum):
|
59
|
+
'''Enumeration Choices:
|
60
|
+
|
61
|
+
* `creation_timestamp`None
|
62
|
+
* `name`None
|
63
|
+
'''
|
64
|
+
__schema__ = schema
|
65
|
+
__choices__ = ('creation_timestamp', 'name')
|
66
|
+
|
67
|
+
|
68
|
+
class ObjectVersionSortBy(sgqlc.types.Enum):
|
69
|
+
'''Enumeration Choices:
|
70
|
+
|
71
|
+
* `creation_timestamp`None
|
72
|
+
* `name`None
|
73
|
+
* `version`None
|
74
|
+
'''
|
75
|
+
__schema__ = schema
|
76
|
+
__choices__ = ('creation_timestamp', 'name', 'version')
|
77
|
+
|
78
|
+
|
79
|
+
class PeriodicType(sgqlc.types.Enum):
|
80
|
+
'''Enumeration Choices:
|
81
|
+
|
82
|
+
* `ONCE`None
|
83
|
+
* `PERIODIC`None
|
84
|
+
'''
|
85
|
+
__schema__ = schema
|
86
|
+
__choices__ = ('ONCE', 'PERIODIC')
|
87
|
+
|
88
|
+
|
89
|
+
class SortDirection(sgqlc.types.Enum):
|
90
|
+
'''Enumeration Choices:
|
91
|
+
|
92
|
+
* `ascending`None
|
93
|
+
* `descending`None
|
94
|
+
'''
|
95
|
+
__schema__ = schema
|
96
|
+
__choices__ = ('ascending', 'descending')
|
97
|
+
|
98
|
+
|
99
|
+
String = sgqlc.types.String
|
100
|
+
|
101
|
+
class UploadModelType(sgqlc.types.Enum):
|
102
|
+
'''Enumeration Choices:
|
103
|
+
|
104
|
+
* `new_model`None
|
105
|
+
* `new_version`None
|
106
|
+
* `root`None
|
107
|
+
'''
|
108
|
+
__schema__ = schema
|
109
|
+
__choices__ = ('new_model', 'new_version', 'root')
|
110
|
+
|
111
|
+
|
112
|
+
|
113
|
+
########################################################################
|
114
|
+
# Input Objects
|
115
|
+
########################################################################
|
116
|
+
class DataParamsInput(sgqlc.types.Input):
|
117
|
+
__schema__ = schema
|
118
|
+
__field_names__ = ('collector_method_params', 'collector_name', 'dataset_loader_version_choice', 'list_dataset_loader_method_params')
|
119
|
+
collector_method_params = sgqlc.types.Field(sgqlc.types.non_null('MethodParamsInput'), graphql_name='collectorMethodParams')
|
120
|
+
|
121
|
+
collector_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='collectorName')
|
122
|
+
|
123
|
+
dataset_loader_version_choice = sgqlc.types.Field(sgqlc.types.non_null('ObjectVersionOptionalInput'), graphql_name='datasetLoaderVersionChoice')
|
124
|
+
|
125
|
+
list_dataset_loader_method_params = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('MethodParamsInput'))), graphql_name='listDatasetLoaderMethodParams')
|
126
|
+
|
127
|
+
|
128
|
+
|
129
|
+
class ExecutorParamsInput(sgqlc.types.Input):
|
130
|
+
__schema__ = schema
|
131
|
+
__field_names__ = ('executor_method_params', 'executor_version_choice')
|
132
|
+
executor_method_params = sgqlc.types.Field(sgqlc.types.non_null('MethodParamsInput'), graphql_name='executorMethodParams')
|
133
|
+
|
134
|
+
executor_version_choice = sgqlc.types.Field(sgqlc.types.non_null('ObjectVersionOptionalInput'), graphql_name='executorVersionChoice')
|
135
|
+
|
136
|
+
|
137
|
+
|
138
|
+
class JobFilterSettings(sgqlc.types.Input):
|
139
|
+
__schema__ = schema
|
140
|
+
__field_names__ = ('dataset_loader_version', 'end_interval', 'executor_version', 'experiment_name', 'init_model_version', 'job_name', 'periodic_type', 'start_interval', 'status')
|
141
|
+
dataset_loader_version = sgqlc.types.Field('ObjectVersionInput', graphql_name='datasetLoaderVersion')
|
142
|
+
|
143
|
+
end_interval = sgqlc.types.Field('TimestampInterval', graphql_name='endInterval')
|
144
|
+
|
145
|
+
executor_version = sgqlc.types.Field('ObjectVersionInput', graphql_name='executorVersion')
|
146
|
+
|
147
|
+
experiment_name = sgqlc.types.Field(String, graphql_name='experimentName')
|
148
|
+
|
149
|
+
init_model_version = sgqlc.types.Field('ObjectVersionInput', graphql_name='initModelVersion')
|
150
|
+
|
151
|
+
job_name = sgqlc.types.Field(String, graphql_name='jobName')
|
152
|
+
|
153
|
+
periodic_type = sgqlc.types.Field(PeriodicType, graphql_name='periodicType')
|
154
|
+
|
155
|
+
start_interval = sgqlc.types.Field('TimestampInterval', graphql_name='startInterval')
|
156
|
+
|
157
|
+
status = sgqlc.types.Field(JobStatus, graphql_name='status')
|
158
|
+
|
159
|
+
|
160
|
+
|
161
|
+
class JobParameters(sgqlc.types.Input):
|
162
|
+
__schema__ = schema
|
163
|
+
__field_names__ = ('additional_system_packages', 'cron_expression', 'executor_params', 'experiment_name', 'gpu', 'job_name', 'list_role_data_params', 'list_role_model_params', 'periodic_type')
|
164
|
+
additional_system_packages = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(String)), graphql_name='additionalSystemPackages')
|
165
|
+
|
166
|
+
cron_expression = sgqlc.types.Field(String, graphql_name='cronExpression')
|
167
|
+
|
168
|
+
executor_params = sgqlc.types.Field(sgqlc.types.non_null(ExecutorParamsInput), graphql_name='executorParams')
|
169
|
+
|
170
|
+
experiment_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='experimentName')
|
171
|
+
|
172
|
+
gpu = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='gpu')
|
173
|
+
|
174
|
+
job_name = sgqlc.types.Field(String, graphql_name='jobName')
|
175
|
+
|
176
|
+
list_role_data_params = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('RoleDataParamsInput')), graphql_name='listRoleDataParams')
|
177
|
+
|
178
|
+
list_role_model_params = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('RoleModelParamsInput')), graphql_name='listRoleModelParams')
|
179
|
+
|
180
|
+
periodic_type = sgqlc.types.Field(sgqlc.types.non_null(PeriodicType), graphql_name='periodicType')
|
181
|
+
|
182
|
+
|
183
|
+
|
184
|
+
class JobsSortBySortingInput(sgqlc.types.Input):
|
185
|
+
__schema__ = schema
|
186
|
+
__field_names__ = ('direction', 'sort_field')
|
187
|
+
direction = sgqlc.types.Field(sgqlc.types.non_null(SortDirection), graphql_name='direction')
|
188
|
+
|
189
|
+
sort_field = sgqlc.types.Field(sgqlc.types.non_null(JobsSortBy), graphql_name='sortField')
|
190
|
+
|
191
|
+
|
192
|
+
|
193
|
+
class MethodParamsInput(sgqlc.types.Input):
|
194
|
+
__schema__ = schema
|
195
|
+
__field_names__ = ('method_name', 'method_params')
|
196
|
+
method_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='methodName')
|
197
|
+
|
198
|
+
method_params = sgqlc.types.Field(sgqlc.types.non_null(JSON), graphql_name='methodParams')
|
199
|
+
|
200
|
+
|
201
|
+
|
202
|
+
class MetricInput(sgqlc.types.Input):
|
203
|
+
__schema__ = schema
|
204
|
+
__field_names__ = ('key', 'step', 'value')
|
205
|
+
key = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='key')
|
206
|
+
|
207
|
+
step = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name='step')
|
208
|
+
|
209
|
+
value = sgqlc.types.Field(sgqlc.types.non_null(Float), graphql_name='value')
|
210
|
+
|
211
|
+
|
212
|
+
|
213
|
+
class ModelParamsInput(sgqlc.types.Input):
|
214
|
+
__schema__ = schema
|
215
|
+
__field_names__ = ('description', 'list_model_method_params', 'model_version_choice', 'new_model_name', 'prepare_new_model_inference')
|
216
|
+
description = sgqlc.types.Field(String, graphql_name='description')
|
217
|
+
|
218
|
+
list_model_method_params = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(MethodParamsInput))), graphql_name='listModelMethodParams')
|
219
|
+
|
220
|
+
model_version_choice = sgqlc.types.Field(sgqlc.types.non_null('ModelVersionChoice'), graphql_name='modelVersionChoice')
|
221
|
+
|
222
|
+
new_model_name = sgqlc.types.Field(String, graphql_name='newModelName')
|
223
|
+
|
224
|
+
prepare_new_model_inference = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='prepareNewModelInference')
|
225
|
+
|
226
|
+
|
227
|
+
|
228
|
+
class ModelServingInput(sgqlc.types.Input):
|
229
|
+
__schema__ = schema
|
230
|
+
__field_names__ = ('gpu', 'model_version')
|
231
|
+
gpu = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='gpu')
|
232
|
+
|
233
|
+
model_version = sgqlc.types.Field(sgqlc.types.non_null('ObjectVersionInput'), graphql_name='modelVersion')
|
234
|
+
|
235
|
+
|
236
|
+
|
237
|
+
class ModelVersionChoice(sgqlc.types.Input):
|
238
|
+
__schema__ = schema
|
239
|
+
__field_names__ = ('choice_criteria', 'name', 'version')
|
240
|
+
choice_criteria = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='choiceCriteria')
|
241
|
+
|
242
|
+
name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='name')
|
243
|
+
|
244
|
+
version = sgqlc.types.Field(Int, graphql_name='version')
|
245
|
+
|
246
|
+
|
247
|
+
|
248
|
+
class ObjectFilterSettings(sgqlc.types.Input):
|
249
|
+
__schema__ = schema
|
250
|
+
__field_names__ = ('name',)
|
251
|
+
name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='name')
|
252
|
+
|
253
|
+
|
254
|
+
|
255
|
+
class ObjectSortBySortingInput(sgqlc.types.Input):
|
256
|
+
__schema__ = schema
|
257
|
+
__field_names__ = ('direction', 'sort_field')
|
258
|
+
direction = sgqlc.types.Field(sgqlc.types.non_null(SortDirection), graphql_name='direction')
|
259
|
+
|
260
|
+
sort_field = sgqlc.types.Field(sgqlc.types.non_null(ObjectSortBy), graphql_name='sortField')
|
261
|
+
|
262
|
+
|
263
|
+
|
264
|
+
class ObjectVersionFilterSettings(sgqlc.types.Input):
|
265
|
+
__schema__ = schema
|
266
|
+
__field_names__ = ('version',)
|
267
|
+
version = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name='version')
|
268
|
+
|
269
|
+
|
270
|
+
|
271
|
+
class ObjectVersionInput(sgqlc.types.Input):
|
272
|
+
__schema__ = schema
|
273
|
+
__field_names__ = ('name', 'version')
|
274
|
+
name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='name')
|
275
|
+
|
276
|
+
version = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name='version')
|
277
|
+
|
278
|
+
|
279
|
+
|
280
|
+
class ObjectVersionOptionalInput(sgqlc.types.Input):
|
281
|
+
__schema__ = schema
|
282
|
+
__field_names__ = ('name', 'version')
|
283
|
+
name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='name')
|
284
|
+
|
285
|
+
version = sgqlc.types.Field(Int, graphql_name='version')
|
286
|
+
|
287
|
+
|
288
|
+
|
289
|
+
class ObjectVersionSortBySortingInput(sgqlc.types.Input):
|
290
|
+
__schema__ = schema
|
291
|
+
__field_names__ = ('direction', 'sort_field')
|
292
|
+
direction = sgqlc.types.Field(sgqlc.types.non_null(SortDirection), graphql_name='direction')
|
293
|
+
|
294
|
+
sort_field = sgqlc.types.Field(sgqlc.types.non_null(ObjectVersionSortBy), graphql_name='sortField')
|
295
|
+
|
296
|
+
|
297
|
+
|
298
|
+
class ParamInput(sgqlc.types.Input):
|
299
|
+
__schema__ = schema
|
300
|
+
__field_names__ = ('key', 'value')
|
301
|
+
key = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='key')
|
302
|
+
|
303
|
+
value = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='value')
|
304
|
+
|
305
|
+
|
306
|
+
|
307
|
+
class RoleDataParamsInput(sgqlc.types.Input):
|
308
|
+
__schema__ = schema
|
309
|
+
__field_names__ = ('data_params', 'role')
|
310
|
+
data_params = sgqlc.types.Field(sgqlc.types.non_null(DataParamsInput), graphql_name='dataParams')
|
311
|
+
|
312
|
+
role = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='role')
|
313
|
+
|
314
|
+
|
315
|
+
|
316
|
+
class RoleModelParamsInput(sgqlc.types.Input):
|
317
|
+
__schema__ = schema
|
318
|
+
__field_names__ = ('model_params', 'role')
|
319
|
+
model_params = sgqlc.types.Field(sgqlc.types.non_null(ModelParamsInput), graphql_name='modelParams')
|
320
|
+
|
321
|
+
role = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='role')
|
322
|
+
|
323
|
+
|
324
|
+
|
325
|
+
class RoleObjectVersionInput(sgqlc.types.Input):
|
326
|
+
__schema__ = schema
|
327
|
+
__field_names__ = ('object_version', 'role')
|
328
|
+
object_version = sgqlc.types.Field(sgqlc.types.non_null(ObjectVersionInput), graphql_name='objectVersion')
|
329
|
+
|
330
|
+
role = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='role')
|
331
|
+
|
332
|
+
|
333
|
+
|
334
|
+
class TimestampInterval(sgqlc.types.Input):
|
335
|
+
__schema__ = schema
|
336
|
+
__field_names__ = ('end', 'start')
|
337
|
+
end = sgqlc.types.Field(LONG, graphql_name='end')
|
338
|
+
|
339
|
+
start = sgqlc.types.Field(LONG, graphql_name='start')
|
340
|
+
|
341
|
+
|
342
|
+
|
343
|
+
class UpdateExperimentForm(sgqlc.types.Input):
|
344
|
+
__schema__ = schema
|
345
|
+
__field_names__ = ('new_description', 'new_name')
|
346
|
+
new_description = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='newDescription')
|
347
|
+
|
348
|
+
new_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='newName')
|
349
|
+
|
350
|
+
|
351
|
+
|
352
|
+
|
353
|
+
########################################################################
|
354
|
+
# Output Objects and Interfaces
|
355
|
+
########################################################################
|
356
|
+
class ArtifactPath(sgqlc.types.Type):
|
357
|
+
__schema__ = schema
|
358
|
+
__field_names__ = ('isdir', 'path', 'size')
|
359
|
+
isdir = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='isdir')
|
360
|
+
|
361
|
+
path = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='path')
|
362
|
+
|
363
|
+
size = sgqlc.types.Field(LONG, graphql_name='size')
|
364
|
+
|
365
|
+
|
366
|
+
|
367
|
+
class BuildJob(sgqlc.types.Type):
|
368
|
+
__schema__ = schema
|
369
|
+
__field_names__ = ('build_object_name', 'end_timestamp', 'exception', 'id', 'start_timestamp', 'status')
|
370
|
+
build_object_name = sgqlc.types.Field(String, graphql_name='buildObjectName')
|
371
|
+
|
372
|
+
end_timestamp = sgqlc.types.Field(LONG, graphql_name='endTimestamp')
|
373
|
+
|
374
|
+
exception = sgqlc.types.Field(String, graphql_name='exception')
|
375
|
+
|
376
|
+
id = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name='id')
|
377
|
+
|
378
|
+
start_timestamp = sgqlc.types.Field(LONG, graphql_name='startTimestamp')
|
379
|
+
|
380
|
+
status = sgqlc.types.Field(sgqlc.types.non_null(JobStatus), graphql_name='status')
|
381
|
+
|
382
|
+
|
383
|
+
|
384
|
+
class DataParams(sgqlc.types.Type):
|
385
|
+
__schema__ = schema
|
386
|
+
__field_names__ = ('collector_method_params', 'collector_name', 'dataset_loader_version_choice', 'list_dataset_loader_method_params')
|
387
|
+
collector_method_params = sgqlc.types.Field(sgqlc.types.non_null('MethodParams'), graphql_name='collectorMethodParams')
|
388
|
+
|
389
|
+
collector_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='collectorName')
|
390
|
+
|
391
|
+
dataset_loader_version_choice = sgqlc.types.Field(sgqlc.types.non_null('ObjectVersion'), graphql_name='datasetLoaderVersionChoice')
|
392
|
+
|
393
|
+
list_dataset_loader_method_params = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('MethodParams'))), graphql_name='listDatasetLoaderMethodParams')
|
394
|
+
|
395
|
+
|
396
|
+
|
397
|
+
class DataSchema(sgqlc.types.Type):
|
398
|
+
__schema__ = schema
|
399
|
+
__field_names__ = ('collector_method_schema', 'dataset_loader_method_schemas', 'role')
|
400
|
+
collector_method_schema = sgqlc.types.Field(sgqlc.types.non_null('MethodSchema'), graphql_name='collectorMethodSchema')
|
401
|
+
|
402
|
+
dataset_loader_method_schemas = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('MethodSchema'))), graphql_name='datasetLoaderMethodSchemas')
|
403
|
+
|
404
|
+
role = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='role')
|
405
|
+
|
406
|
+
|
407
|
+
|
408
|
+
class DatasetLoaderInfo(sgqlc.types.Type):
|
409
|
+
__schema__ = schema
|
410
|
+
__field_names__ = ('creation_timestamp', 'description', 'init_dataset_loader_version', 'last_updated_timestamp', 'latest_dataset_loader_version', 'list_dataset_loader_version', 'name', 'owner', 'pagination_dataset_loader_version', 'tags')
|
411
|
+
creation_timestamp = sgqlc.types.Field(sgqlc.types.non_null(LONG), graphql_name='creationTimestamp')
|
412
|
+
|
413
|
+
description = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='description')
|
414
|
+
|
415
|
+
init_dataset_loader_version = sgqlc.types.Field(sgqlc.types.non_null('DatasetLoaderVersionInfo'), graphql_name='initDatasetLoaderVersion')
|
416
|
+
|
417
|
+
last_updated_timestamp = sgqlc.types.Field(LONG, graphql_name='lastUpdatedTimestamp')
|
418
|
+
|
419
|
+
latest_dataset_loader_version = sgqlc.types.Field(sgqlc.types.non_null('DatasetLoaderVersionInfo'), graphql_name='latestDatasetLoaderVersion')
|
420
|
+
|
421
|
+
list_dataset_loader_version = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('DatasetLoaderVersionInfo'))), graphql_name='listDatasetLoaderVersion', args=sgqlc.types.ArgDict((
|
422
|
+
('sorting', sgqlc.types.Arg(sgqlc.types.list_of(sgqlc.types.non_null(ObjectVersionSortBySortingInput)), graphql_name='sorting', default=None)),
|
423
|
+
))
|
424
|
+
)
|
425
|
+
'''Arguments:
|
426
|
+
|
427
|
+
* `sorting` (`[ObjectVersionSortBySortingInput!]`)None (default:
|
428
|
+
`null`)
|
429
|
+
'''
|
430
|
+
|
431
|
+
name = sgqlc.types.Field(sgqlc.types.non_null(ID), graphql_name='name')
|
432
|
+
|
433
|
+
owner = sgqlc.types.Field(sgqlc.types.non_null('User'), graphql_name='owner')
|
434
|
+
|
435
|
+
pagination_dataset_loader_version = sgqlc.types.Field(sgqlc.types.non_null('DatasetLoaderVersionPagination'), graphql_name='paginationDatasetLoaderVersion', args=sgqlc.types.ArgDict((
|
436
|
+
('filter_settings', sgqlc.types.Arg(ObjectVersionFilterSettings, graphql_name='filterSettings', default=None)),
|
437
|
+
('limit', sgqlc.types.Arg(Int, graphql_name='limit', default=None)),
|
438
|
+
('offset', sgqlc.types.Arg(Int, graphql_name='offset', default=None)),
|
439
|
+
('sorting', sgqlc.types.Arg(sgqlc.types.list_of(sgqlc.types.non_null(ObjectVersionSortBySortingInput)), graphql_name='sorting', default=None)),
|
440
|
+
))
|
441
|
+
)
|
442
|
+
'''Arguments:
|
443
|
+
|
444
|
+
* `filter_settings` (`ObjectVersionFilterSettings`)None (default:
|
445
|
+
`null`)
|
446
|
+
* `limit` (`Int`)None (default: `null`)
|
447
|
+
* `offset` (`Int`)None (default: `null`)
|
448
|
+
* `sorting` (`[ObjectVersionSortBySortingInput!]`)None (default:
|
449
|
+
`null`)
|
450
|
+
'''
|
451
|
+
|
452
|
+
tags = sgqlc.types.Field(sgqlc.types.non_null(JSON), graphql_name='tags')
|
453
|
+
|
454
|
+
|
455
|
+
|
456
|
+
class DatasetLoaderPagination(sgqlc.types.Type):
|
457
|
+
__schema__ = schema
|
458
|
+
__field_names__ = ('list_dataset_loader', 'total')
|
459
|
+
list_dataset_loader = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(DatasetLoaderInfo))), graphql_name='listDatasetLoader')
|
460
|
+
|
461
|
+
total = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name='total')
|
462
|
+
|
463
|
+
|
464
|
+
|
465
|
+
class DatasetLoaderVersionInfo(sgqlc.types.Type):
|
466
|
+
__schema__ = schema
|
467
|
+
__field_names__ = ('creation_timestamp', 'dataset_loader', 'dataset_loader_method_schema_names', 'dataset_loader_method_schemas', 'description', 'get_conda_env', 'last_updated_timestamp', 'list_artifacts', 'list_deployed_jobs', 'list_requirements', 'name', 'pagination_deployed_jobs', 'source_path', 'tags', 'version')
|
468
|
+
creation_timestamp = sgqlc.types.Field(sgqlc.types.non_null(LONG), graphql_name='creationTimestamp')
|
469
|
+
|
470
|
+
dataset_loader = sgqlc.types.Field(sgqlc.types.non_null(DatasetLoaderInfo), graphql_name='datasetLoader')
|
471
|
+
|
472
|
+
dataset_loader_method_schema_names = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(String))), graphql_name='datasetLoaderMethodSchemaNames')
|
473
|
+
|
474
|
+
dataset_loader_method_schemas = sgqlc.types.Field(sgqlc.types.non_null(JSON), graphql_name='datasetLoaderMethodSchemas')
|
475
|
+
|
476
|
+
description = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='description')
|
477
|
+
|
478
|
+
get_conda_env = sgqlc.types.Field(sgqlc.types.non_null(JSON), graphql_name='getCondaEnv')
|
479
|
+
|
480
|
+
last_updated_timestamp = sgqlc.types.Field(LONG, graphql_name='lastUpdatedTimestamp')
|
481
|
+
|
482
|
+
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((
|
483
|
+
('path', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='path', default='')),
|
484
|
+
))
|
485
|
+
)
|
486
|
+
'''Arguments:
|
487
|
+
|
488
|
+
* `path` (`String!`)None (default: `""`)
|
489
|
+
'''
|
490
|
+
|
491
|
+
list_deployed_jobs = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('ExecutionJob'))), graphql_name='listDeployedJobs')
|
492
|
+
|
493
|
+
list_requirements = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(String))), graphql_name='listRequirements')
|
494
|
+
|
495
|
+
name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='name')
|
496
|
+
|
497
|
+
pagination_deployed_jobs = sgqlc.types.Field(sgqlc.types.non_null('JobPagination'), graphql_name='paginationDeployedJobs', args=sgqlc.types.ArgDict((
|
498
|
+
('limit', sgqlc.types.Arg(Int, graphql_name='limit', default=None)),
|
499
|
+
('offset', sgqlc.types.Arg(Int, graphql_name='offset', default=None)),
|
500
|
+
))
|
501
|
+
)
|
502
|
+
'''Arguments:
|
503
|
+
|
504
|
+
* `limit` (`Int`)None (default: `null`)
|
505
|
+
* `offset` (`Int`)None (default: `null`)
|
506
|
+
'''
|
507
|
+
|
508
|
+
source_path = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='sourcePath')
|
509
|
+
|
510
|
+
tags = sgqlc.types.Field(sgqlc.types.non_null(JSON), graphql_name='tags')
|
511
|
+
|
512
|
+
version = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name='version')
|
513
|
+
|
514
|
+
|
515
|
+
|
516
|
+
class DatasetLoaderVersionPagination(sgqlc.types.Type):
|
517
|
+
__schema__ = schema
|
518
|
+
__field_names__ = ('list_dataset_loader_version', 'total')
|
519
|
+
list_dataset_loader_version = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(DatasetLoaderVersionInfo))), graphql_name='listDatasetLoaderVersion')
|
520
|
+
|
521
|
+
total = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name='total')
|
522
|
+
|
523
|
+
|
524
|
+
|
525
|
+
class ExecutionJob(sgqlc.types.Type):
|
526
|
+
__schema__ = schema
|
527
|
+
__field_names__ = ('available_metrics', 'build_job', 'end_timestamp', 'exception', 'executor_version', 'experiment', 'latest_metrics', 'list_artifacts', 'list_dataset_loader_versions', 'list_init_role_model_version', 'list_params', 'list_result_model_version', 'metric_history', 'name', 'params', 'periodic_type', 'registration_timestamp', 'start_timestamp', 'status')
|
528
|
+
available_metrics = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(String))), graphql_name='availableMetrics')
|
529
|
+
|
530
|
+
build_job = sgqlc.types.Field(BuildJob, graphql_name='buildJob')
|
531
|
+
|
532
|
+
end_timestamp = sgqlc.types.Field(LONG, graphql_name='endTimestamp')
|
533
|
+
|
534
|
+
exception = sgqlc.types.Field(String, graphql_name='exception')
|
535
|
+
|
536
|
+
executor_version = sgqlc.types.Field(sgqlc.types.non_null('ExecutorVersionInfo'), graphql_name='executorVersion')
|
537
|
+
|
538
|
+
experiment = sgqlc.types.Field('Experiment', graphql_name='experiment')
|
539
|
+
|
540
|
+
latest_metrics = sgqlc.types.Field(sgqlc.types.non_null(JSON), graphql_name='latestMetrics')
|
541
|
+
|
542
|
+
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((
|
543
|
+
('path', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='path', default='')),
|
544
|
+
))
|
545
|
+
)
|
546
|
+
'''Arguments:
|
547
|
+
|
548
|
+
* `path` (`String!`)None (default: `""`)
|
549
|
+
'''
|
550
|
+
|
551
|
+
list_dataset_loader_versions = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('RoleDatasetLoaderVersion'))), graphql_name='listDatasetLoaderVersions')
|
552
|
+
|
553
|
+
list_init_role_model_version = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('RoleModelVersion'))), graphql_name='listInitRoleModelVersion')
|
554
|
+
|
555
|
+
list_params = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('Param'))), graphql_name='listParams')
|
556
|
+
|
557
|
+
list_result_model_version = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('ModelVersionInfo'))), graphql_name='listResultModelVersion', args=sgqlc.types.ArgDict((
|
558
|
+
('sorting', sgqlc.types.Arg(sgqlc.types.list_of(sgqlc.types.non_null(ObjectVersionSortBySortingInput)), graphql_name='sorting', default=None)),
|
559
|
+
))
|
560
|
+
)
|
561
|
+
'''Arguments:
|
562
|
+
|
563
|
+
* `sorting` (`[ObjectVersionSortBySortingInput!]`)None (default:
|
564
|
+
`null`)
|
565
|
+
'''
|
566
|
+
|
567
|
+
metric_history = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('Metric'))), graphql_name='metricHistory', args=sgqlc.types.ArgDict((
|
568
|
+
('metric', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='metric', default=None)),
|
569
|
+
))
|
570
|
+
)
|
571
|
+
'''Arguments:
|
572
|
+
|
573
|
+
* `metric` (`String!`)None
|
574
|
+
'''
|
575
|
+
|
576
|
+
name = sgqlc.types.Field(sgqlc.types.non_null(ID), graphql_name='name')
|
577
|
+
|
578
|
+
params = sgqlc.types.Field(sgqlc.types.non_null('JobParams'), graphql_name='params')
|
579
|
+
|
580
|
+
periodic_type = sgqlc.types.Field(sgqlc.types.non_null(PeriodicType), graphql_name='periodicType')
|
581
|
+
|
582
|
+
registration_timestamp = sgqlc.types.Field(sgqlc.types.non_null(LONG), graphql_name='registrationTimestamp')
|
583
|
+
|
584
|
+
start_timestamp = sgqlc.types.Field(LONG, graphql_name='startTimestamp')
|
585
|
+
|
586
|
+
status = sgqlc.types.Field(sgqlc.types.non_null(JobStatus), graphql_name='status')
|
587
|
+
|
588
|
+
|
589
|
+
|
590
|
+
class ExecutorInfo(sgqlc.types.Type):
|
591
|
+
__schema__ = schema
|
592
|
+
__field_names__ = ('creation_timestamp', 'description', 'init_executor_version', 'last_updated_timestamp', 'latest_executor_version', 'list_executor_version', 'name', 'owner', 'pagination_executor_version', 'tags')
|
593
|
+
creation_timestamp = sgqlc.types.Field(sgqlc.types.non_null(LONG), graphql_name='creationTimestamp')
|
594
|
+
|
595
|
+
description = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='description')
|
596
|
+
|
597
|
+
init_executor_version = sgqlc.types.Field(sgqlc.types.non_null('ExecutorVersionInfo'), graphql_name='initExecutorVersion')
|
598
|
+
|
599
|
+
last_updated_timestamp = sgqlc.types.Field(LONG, graphql_name='lastUpdatedTimestamp')
|
600
|
+
|
601
|
+
latest_executor_version = sgqlc.types.Field(sgqlc.types.non_null('ExecutorVersionInfo'), graphql_name='latestExecutorVersion')
|
602
|
+
|
603
|
+
list_executor_version = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('ExecutorVersionInfo'))), graphql_name='listExecutorVersion', args=sgqlc.types.ArgDict((
|
604
|
+
('sorting', sgqlc.types.Arg(sgqlc.types.list_of(sgqlc.types.non_null(ObjectVersionSortBySortingInput)), graphql_name='sorting', default=None)),
|
605
|
+
))
|
606
|
+
)
|
607
|
+
'''Arguments:
|
608
|
+
|
609
|
+
* `sorting` (`[ObjectVersionSortBySortingInput!]`)None (default:
|
610
|
+
`null`)
|
611
|
+
'''
|
612
|
+
|
613
|
+
name = sgqlc.types.Field(sgqlc.types.non_null(ID), graphql_name='name')
|
614
|
+
|
615
|
+
owner = sgqlc.types.Field(sgqlc.types.non_null('User'), graphql_name='owner')
|
616
|
+
|
617
|
+
pagination_executor_version = sgqlc.types.Field(sgqlc.types.non_null('ExecutorVersionPagination'), graphql_name='paginationExecutorVersion', args=sgqlc.types.ArgDict((
|
618
|
+
('filter_settings', sgqlc.types.Arg(ObjectVersionFilterSettings, graphql_name='filterSettings', default=None)),
|
619
|
+
('limit', sgqlc.types.Arg(Int, graphql_name='limit', default=None)),
|
620
|
+
('offset', sgqlc.types.Arg(Int, graphql_name='offset', default=None)),
|
621
|
+
('sorting', sgqlc.types.Arg(sgqlc.types.list_of(sgqlc.types.non_null(ObjectVersionSortBySortingInput)), graphql_name='sorting', default=None)),
|
622
|
+
))
|
623
|
+
)
|
624
|
+
'''Arguments:
|
625
|
+
|
626
|
+
* `filter_settings` (`ObjectVersionFilterSettings`)None (default:
|
627
|
+
`null`)
|
628
|
+
* `limit` (`Int`)None (default: `null`)
|
629
|
+
* `offset` (`Int`)None (default: `null`)
|
630
|
+
* `sorting` (`[ObjectVersionSortBySortingInput!]`)None (default:
|
631
|
+
`null`)
|
632
|
+
'''
|
633
|
+
|
634
|
+
tags = sgqlc.types.Field(sgqlc.types.non_null(JSON), graphql_name='tags')
|
635
|
+
|
636
|
+
|
637
|
+
|
638
|
+
class ExecutorPagination(sgqlc.types.Type):
|
639
|
+
__schema__ = schema
|
640
|
+
__field_names__ = ('list_executor', 'total')
|
641
|
+
list_executor = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(ExecutorInfo))), graphql_name='listExecutor')
|
642
|
+
|
643
|
+
total = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name='total')
|
644
|
+
|
645
|
+
|
646
|
+
|
647
|
+
class ExecutorParams(sgqlc.types.Type):
|
648
|
+
__schema__ = schema
|
649
|
+
__field_names__ = ('executor_method_params', 'executor_version_choice')
|
650
|
+
executor_method_params = sgqlc.types.Field(sgqlc.types.non_null('MethodParams'), graphql_name='executorMethodParams')
|
651
|
+
|
652
|
+
executor_version_choice = sgqlc.types.Field(sgqlc.types.non_null('ObjectVersion'), graphql_name='executorVersionChoice')
|
653
|
+
|
654
|
+
|
655
|
+
|
656
|
+
class ExecutorVersionInfo(sgqlc.types.Type):
|
657
|
+
__schema__ = schema
|
658
|
+
__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', 'list_artifacts', 'list_deployed_jobs', 'list_requirements', 'name', 'pagination_available_collectors', 'pagination_available_dataset_loader_versions', 'pagination_available_dataset_loaders', 'pagination_available_model_versions', 'pagination_available_models', 'pagination_deployed_jobs', 'source_path', 'tags', 'upload_model_modes', 'version')
|
659
|
+
available_collectors = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('InlineObject'))), graphql_name='availableCollectors')
|
660
|
+
|
661
|
+
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((
|
662
|
+
('dataset_loader_name', sgqlc.types.Arg(String, graphql_name='datasetLoaderName', default=None)),
|
663
|
+
('role', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='role', default=None)),
|
664
|
+
))
|
665
|
+
)
|
666
|
+
'''Arguments:
|
667
|
+
|
668
|
+
* `dataset_loader_name` (`String`)None (default: `null`)
|
669
|
+
* `role` (`String!`)None
|
670
|
+
'''
|
671
|
+
|
672
|
+
available_dataset_loaders = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('InlineObject'))), graphql_name='availableDatasetLoaders', args=sgqlc.types.ArgDict((
|
673
|
+
('role', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='role', default=None)),
|
674
|
+
))
|
675
|
+
)
|
676
|
+
'''Arguments:
|
677
|
+
|
678
|
+
* `role` (`String!`)None
|
679
|
+
'''
|
680
|
+
|
681
|
+
available_model_versions = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('InlineObjectVersion'))), graphql_name='availableModelVersions', args=sgqlc.types.ArgDict((
|
682
|
+
('model_name', sgqlc.types.Arg(String, graphql_name='modelName', default=None)),
|
683
|
+
('role', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='role', default=None)),
|
684
|
+
))
|
685
|
+
)
|
686
|
+
'''Arguments:
|
687
|
+
|
688
|
+
* `model_name` (`String`)None (default: `null`)
|
689
|
+
* `role` (`String!`)None
|
690
|
+
'''
|
691
|
+
|
692
|
+
available_models = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('InlineObject'))), graphql_name='availableModels', args=sgqlc.types.ArgDict((
|
693
|
+
('role', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='role', default=None)),
|
694
|
+
))
|
695
|
+
)
|
696
|
+
'''Arguments:
|
697
|
+
|
698
|
+
* `role` (`String!`)None
|
699
|
+
'''
|
700
|
+
|
701
|
+
build_job = sgqlc.types.Field(BuildJob, graphql_name='buildJob')
|
702
|
+
|
703
|
+
creation_timestamp = sgqlc.types.Field(sgqlc.types.non_null(LONG), graphql_name='creationTimestamp')
|
704
|
+
|
705
|
+
description = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='description')
|
706
|
+
|
707
|
+
desired_dataset_loader_methods = sgqlc.types.Field(sgqlc.types.non_null(JSON), graphql_name='desiredDatasetLoaderMethods')
|
708
|
+
|
709
|
+
desired_model_methods = sgqlc.types.Field(sgqlc.types.non_null(JSON), graphql_name='desiredModelMethods')
|
710
|
+
|
711
|
+
desired_model_patterns = sgqlc.types.Field(sgqlc.types.non_null(JSON), graphql_name='desiredModelPatterns')
|
712
|
+
|
713
|
+
executor = sgqlc.types.Field(sgqlc.types.non_null(ExecutorInfo), graphql_name='executor')
|
714
|
+
|
715
|
+
executor_method_schema = sgqlc.types.Field(sgqlc.types.non_null(JSON), graphql_name='executorMethodSchema')
|
716
|
+
|
717
|
+
executor_method_schema_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='executorMethodSchemaName')
|
718
|
+
|
719
|
+
get_conda_env = sgqlc.types.Field(sgqlc.types.non_null(JSON), graphql_name='getCondaEnv')
|
720
|
+
|
721
|
+
job_json_schema = sgqlc.types.Field(sgqlc.types.non_null('JobSchema'), graphql_name='jobJsonSchema', args=sgqlc.types.ArgDict((
|
722
|
+
('dataset_loaders', sgqlc.types.Arg(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(RoleObjectVersionInput))), graphql_name='datasetLoaders', default=None)),
|
723
|
+
('models', sgqlc.types.Arg(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(RoleObjectVersionInput))), graphql_name='models', default=None)),
|
724
|
+
))
|
725
|
+
)
|
726
|
+
'''Arguments:
|
727
|
+
|
728
|
+
* `dataset_loaders` (`[RoleObjectVersionInput!]!`)None
|
729
|
+
* `models` (`[RoleObjectVersionInput!]!`)None
|
730
|
+
'''
|
731
|
+
|
732
|
+
job_json_schema_for_dataset_loaders = sgqlc.types.Field(sgqlc.types.non_null('JobDatasetLoadersSchema'), graphql_name='jobJsonSchemaForDatasetLoaders', args=sgqlc.types.ArgDict((
|
733
|
+
('dataset_loaders', sgqlc.types.Arg(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(RoleObjectVersionInput))), graphql_name='datasetLoaders', default=None)),
|
734
|
+
))
|
735
|
+
)
|
736
|
+
'''Arguments:
|
737
|
+
|
738
|
+
* `dataset_loaders` (`[RoleObjectVersionInput!]!`)None
|
739
|
+
'''
|
740
|
+
|
741
|
+
job_json_schema_for_models = sgqlc.types.Field(sgqlc.types.non_null('JobModelsSchema'), graphql_name='jobJsonSchemaForModels', args=sgqlc.types.ArgDict((
|
742
|
+
('models', sgqlc.types.Arg(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(RoleObjectVersionInput))), graphql_name='models', default=None)),
|
743
|
+
))
|
744
|
+
)
|
745
|
+
'''Arguments:
|
746
|
+
|
747
|
+
* `models` (`[RoleObjectVersionInput!]!`)None
|
748
|
+
'''
|
749
|
+
|
750
|
+
job_json_schema_for_role_dataset_loader = sgqlc.types.Field(sgqlc.types.non_null(DataSchema), graphql_name='jobJsonSchemaForRoleDatasetLoader', args=sgqlc.types.ArgDict((
|
751
|
+
('collector_name', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='collectorName', default=None)),
|
752
|
+
('dataset_loader', sgqlc.types.Arg(sgqlc.types.non_null(RoleObjectVersionInput), graphql_name='datasetLoader', default=None)),
|
753
|
+
))
|
754
|
+
)
|
755
|
+
'''Arguments:
|
756
|
+
|
757
|
+
* `collector_name` (`String!`)None
|
758
|
+
* `dataset_loader` (`RoleObjectVersionInput!`)None
|
759
|
+
'''
|
760
|
+
|
761
|
+
job_json_schema_for_role_model = sgqlc.types.Field(sgqlc.types.non_null('RoleMethodSchema'), graphql_name='jobJsonSchemaForRoleModel', args=sgqlc.types.ArgDict((
|
762
|
+
('model', sgqlc.types.Arg(sgqlc.types.non_null(RoleObjectVersionInput), graphql_name='model', default=None)),
|
763
|
+
))
|
764
|
+
)
|
765
|
+
'''Arguments:
|
766
|
+
|
767
|
+
* `model` (`RoleObjectVersionInput!`)None
|
768
|
+
'''
|
769
|
+
|
770
|
+
last_updated_timestamp = sgqlc.types.Field(LONG, graphql_name='lastUpdatedTimestamp')
|
771
|
+
|
772
|
+
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((
|
773
|
+
('path', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='path', default='')),
|
774
|
+
))
|
775
|
+
)
|
776
|
+
'''Arguments:
|
777
|
+
|
778
|
+
* `path` (`String!`)None (default: `""`)
|
779
|
+
'''
|
780
|
+
|
781
|
+
list_deployed_jobs = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(ExecutionJob))), graphql_name='listDeployedJobs')
|
782
|
+
|
783
|
+
list_requirements = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(String))), graphql_name='listRequirements')
|
784
|
+
|
785
|
+
name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='name')
|
786
|
+
|
787
|
+
pagination_available_collectors = sgqlc.types.Field(sgqlc.types.non_null('InlineObjectPagination'), graphql_name='paginationAvailableCollectors', args=sgqlc.types.ArgDict((
|
788
|
+
('filter_settings', sgqlc.types.Arg(ObjectFilterSettings, graphql_name='filterSettings', default=None)),
|
789
|
+
('limit', sgqlc.types.Arg(Int, graphql_name='limit', default=None)),
|
790
|
+
('offset', sgqlc.types.Arg(Int, graphql_name='offset', default=None)),
|
791
|
+
))
|
792
|
+
)
|
793
|
+
'''Arguments:
|
794
|
+
|
795
|
+
* `filter_settings` (`ObjectFilterSettings`)None (default: `null`)
|
796
|
+
* `limit` (`Int`)None (default: `null`)
|
797
|
+
* `offset` (`Int`)None (default: `null`)
|
798
|
+
'''
|
799
|
+
|
800
|
+
pagination_available_dataset_loader_versions = sgqlc.types.Field(sgqlc.types.non_null('InlineObjectVersionPagination'), graphql_name='paginationAvailableDatasetLoaderVersions', args=sgqlc.types.ArgDict((
|
801
|
+
('dataset_loader_name', sgqlc.types.Arg(String, graphql_name='datasetLoaderName', default=None)),
|
802
|
+
('filter_settings', sgqlc.types.Arg(ObjectVersionFilterSettings, graphql_name='filterSettings', default=None)),
|
803
|
+
('limit', sgqlc.types.Arg(Int, graphql_name='limit', default=None)),
|
804
|
+
('offset', sgqlc.types.Arg(Int, graphql_name='offset', default=None)),
|
805
|
+
('role', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='role', default=None)),
|
806
|
+
('sorting', sgqlc.types.Arg(sgqlc.types.list_of(sgqlc.types.non_null(ObjectVersionSortBySortingInput)), graphql_name='sorting', default=None)),
|
807
|
+
))
|
808
|
+
)
|
809
|
+
'''Arguments:
|
810
|
+
|
811
|
+
* `dataset_loader_name` (`String`)None (default: `null`)
|
812
|
+
* `filter_settings` (`ObjectVersionFilterSettings`)None (default:
|
813
|
+
`null`)
|
814
|
+
* `limit` (`Int`)None (default: `null`)
|
815
|
+
* `offset` (`Int`)None (default: `null`)
|
816
|
+
* `role` (`String!`)None
|
817
|
+
* `sorting` (`[ObjectVersionSortBySortingInput!]`)None (default:
|
818
|
+
`null`)
|
819
|
+
'''
|
820
|
+
|
821
|
+
pagination_available_dataset_loaders = sgqlc.types.Field(sgqlc.types.non_null('InlineObjectPagination'), graphql_name='paginationAvailableDatasetLoaders', args=sgqlc.types.ArgDict((
|
822
|
+
('filter_settings', sgqlc.types.Arg(ObjectFilterSettings, graphql_name='filterSettings', default=None)),
|
823
|
+
('limit', sgqlc.types.Arg(Int, graphql_name='limit', default=None)),
|
824
|
+
('offset', sgqlc.types.Arg(Int, graphql_name='offset', default=None)),
|
825
|
+
('role', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='role', default=None)),
|
826
|
+
('sorting', sgqlc.types.Arg(sgqlc.types.list_of(sgqlc.types.non_null(ObjectSortBySortingInput)), graphql_name='sorting', default=None)),
|
827
|
+
))
|
828
|
+
)
|
829
|
+
'''Arguments:
|
830
|
+
|
831
|
+
* `filter_settings` (`ObjectFilterSettings`)None (default: `null`)
|
832
|
+
* `limit` (`Int`)None (default: `null`)
|
833
|
+
* `offset` (`Int`)None (default: `null`)
|
834
|
+
* `role` (`String!`)None
|
835
|
+
* `sorting` (`[ObjectSortBySortingInput!]`)None (default: `null`)
|
836
|
+
'''
|
837
|
+
|
838
|
+
pagination_available_model_versions = sgqlc.types.Field(sgqlc.types.non_null('InlineObjectVersionPagination'), graphql_name='paginationAvailableModelVersions', args=sgqlc.types.ArgDict((
|
839
|
+
('filter_settings', sgqlc.types.Arg(ObjectVersionFilterSettings, graphql_name='filterSettings', default=None)),
|
840
|
+
('limit', sgqlc.types.Arg(Int, graphql_name='limit', default=None)),
|
841
|
+
('model_name', sgqlc.types.Arg(String, graphql_name='modelName', default=None)),
|
842
|
+
('offset', sgqlc.types.Arg(Int, graphql_name='offset', default=None)),
|
843
|
+
('role', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='role', default=None)),
|
844
|
+
('sorting', sgqlc.types.Arg(sgqlc.types.list_of(sgqlc.types.non_null(ObjectVersionSortBySortingInput)), graphql_name='sorting', default=None)),
|
845
|
+
))
|
846
|
+
)
|
847
|
+
'''Arguments:
|
848
|
+
|
849
|
+
* `filter_settings` (`ObjectVersionFilterSettings`)None (default:
|
850
|
+
`null`)
|
851
|
+
* `limit` (`Int`)None (default: `null`)
|
852
|
+
* `model_name` (`String`)None (default: `null`)
|
853
|
+
* `offset` (`Int`)None (default: `null`)
|
854
|
+
* `role` (`String!`)None
|
855
|
+
* `sorting` (`[ObjectVersionSortBySortingInput!]`)None (default:
|
856
|
+
`null`)
|
857
|
+
'''
|
858
|
+
|
859
|
+
pagination_available_models = sgqlc.types.Field(sgqlc.types.non_null('InlineObjectPagination'), graphql_name='paginationAvailableModels', args=sgqlc.types.ArgDict((
|
860
|
+
('filter_settings', sgqlc.types.Arg(ObjectFilterSettings, graphql_name='filterSettings', default=None)),
|
861
|
+
('limit', sgqlc.types.Arg(Int, graphql_name='limit', default=None)),
|
862
|
+
('offset', sgqlc.types.Arg(Int, graphql_name='offset', default=None)),
|
863
|
+
('role', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='role', default=None)),
|
864
|
+
('sorting', sgqlc.types.Arg(sgqlc.types.list_of(sgqlc.types.non_null(ObjectSortBySortingInput)), graphql_name='sorting', default=None)),
|
865
|
+
))
|
866
|
+
)
|
867
|
+
'''Arguments:
|
868
|
+
|
869
|
+
* `filter_settings` (`ObjectFilterSettings`)None (default: `null`)
|
870
|
+
* `limit` (`Int`)None (default: `null`)
|
871
|
+
* `offset` (`Int`)None (default: `null`)
|
872
|
+
* `role` (`String!`)None
|
873
|
+
* `sorting` (`[ObjectSortBySortingInput!]`)None (default: `null`)
|
874
|
+
'''
|
875
|
+
|
876
|
+
pagination_deployed_jobs = sgqlc.types.Field(sgqlc.types.non_null('JobPagination'), graphql_name='paginationDeployedJobs', args=sgqlc.types.ArgDict((
|
877
|
+
('limit', sgqlc.types.Arg(Int, graphql_name='limit', default=None)),
|
878
|
+
('offset', sgqlc.types.Arg(Int, graphql_name='offset', default=None)),
|
879
|
+
))
|
880
|
+
)
|
881
|
+
'''Arguments:
|
882
|
+
|
883
|
+
* `limit` (`Int`)None (default: `null`)
|
884
|
+
* `offset` (`Int`)None (default: `null`)
|
885
|
+
'''
|
886
|
+
|
887
|
+
source_path = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='sourcePath')
|
888
|
+
|
889
|
+
tags = sgqlc.types.Field(sgqlc.types.non_null(JSON), graphql_name='tags')
|
890
|
+
|
891
|
+
upload_model_modes = sgqlc.types.Field(sgqlc.types.non_null(JSON), graphql_name='uploadModelModes')
|
892
|
+
|
893
|
+
version = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name='version')
|
894
|
+
|
895
|
+
|
896
|
+
|
897
|
+
class ExecutorVersionPagination(sgqlc.types.Type):
|
898
|
+
__schema__ = schema
|
899
|
+
__field_names__ = ('list_executor_version', 'total')
|
900
|
+
list_executor_version = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(ExecutorVersionInfo))), graphql_name='listExecutorVersion')
|
901
|
+
|
902
|
+
total = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name='total')
|
903
|
+
|
904
|
+
|
905
|
+
|
906
|
+
class Experiment(sgqlc.types.Type):
|
907
|
+
__schema__ = schema
|
908
|
+
__field_names__ = ('description', 'experiment_id', 'list_job', 'list_model', 'list_model_version', 'name', 'pagination_job', 'pagination_model', 'pagination_model_version', 'tags')
|
909
|
+
description = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='description')
|
910
|
+
|
911
|
+
experiment_id = sgqlc.types.Field(sgqlc.types.non_null(ID), graphql_name='experimentId')
|
912
|
+
|
913
|
+
list_job = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(ExecutionJob))), graphql_name='listJob')
|
914
|
+
|
915
|
+
list_model = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('ModelInfo'))), graphql_name='listModel')
|
916
|
+
|
917
|
+
list_model_version = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('ModelVersionInfo'))), graphql_name='listModelVersion', args=sgqlc.types.ArgDict((
|
918
|
+
('model_name', sgqlc.types.Arg(String, graphql_name='modelName', default=None)),
|
919
|
+
))
|
920
|
+
)
|
921
|
+
'''Arguments:
|
922
|
+
|
923
|
+
* `model_name` (`String`)None (default: `null`)
|
924
|
+
'''
|
925
|
+
|
926
|
+
name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='name')
|
927
|
+
|
928
|
+
pagination_job = sgqlc.types.Field(sgqlc.types.non_null('JobPagination'), graphql_name='paginationJob', args=sgqlc.types.ArgDict((
|
929
|
+
('filter_settings', sgqlc.types.Arg(JobFilterSettings, graphql_name='filterSettings', default=None)),
|
930
|
+
('limit', sgqlc.types.Arg(Int, graphql_name='limit', default=None)),
|
931
|
+
('offset', sgqlc.types.Arg(Int, graphql_name='offset', default=None)),
|
932
|
+
('sorting', sgqlc.types.Arg(sgqlc.types.list_of(sgqlc.types.non_null(JobsSortBySortingInput)), graphql_name='sorting', default=None)),
|
933
|
+
))
|
934
|
+
)
|
935
|
+
'''Arguments:
|
936
|
+
|
937
|
+
* `filter_settings` (`JobFilterSettings`)None (default: `null`)
|
938
|
+
* `limit` (`Int`)None (default: `null`)
|
939
|
+
* `offset` (`Int`)None (default: `null`)
|
940
|
+
* `sorting` (`[JobsSortBySortingInput!]`)None (default: `null`)
|
941
|
+
'''
|
942
|
+
|
943
|
+
pagination_model = sgqlc.types.Field(sgqlc.types.non_null('ModelPagination'), graphql_name='paginationModel', args=sgqlc.types.ArgDict((
|
944
|
+
('filter_settings', sgqlc.types.Arg(ObjectFilterSettings, graphql_name='filterSettings', default=None)),
|
945
|
+
('limit', sgqlc.types.Arg(Int, graphql_name='limit', default=None)),
|
946
|
+
('offset', sgqlc.types.Arg(Int, graphql_name='offset', default=None)),
|
947
|
+
('sorting', sgqlc.types.Arg(sgqlc.types.list_of(sgqlc.types.non_null(ObjectSortBySortingInput)), graphql_name='sorting', default=None)),
|
948
|
+
))
|
949
|
+
)
|
950
|
+
'''Arguments:
|
951
|
+
|
952
|
+
* `filter_settings` (`ObjectFilterSettings`)None (default: `null`)
|
953
|
+
* `limit` (`Int`)None (default: `null`)
|
954
|
+
* `offset` (`Int`)None (default: `null`)
|
955
|
+
* `sorting` (`[ObjectSortBySortingInput!]`)None (default: `null`)
|
956
|
+
'''
|
957
|
+
|
958
|
+
pagination_model_version = sgqlc.types.Field(sgqlc.types.non_null('ModelVersionPagination'), graphql_name='paginationModelVersion', args=sgqlc.types.ArgDict((
|
959
|
+
('filter_settings', sgqlc.types.Arg(ObjectVersionFilterSettings, graphql_name='filterSettings', default=None)),
|
960
|
+
('limit', sgqlc.types.Arg(Int, graphql_name='limit', default=None)),
|
961
|
+
('model_name', sgqlc.types.Arg(String, graphql_name='modelName', default=None)),
|
962
|
+
('offset', sgqlc.types.Arg(Int, graphql_name='offset', default=None)),
|
963
|
+
('sorting', sgqlc.types.Arg(sgqlc.types.list_of(sgqlc.types.non_null(ObjectVersionSortBySortingInput)), graphql_name='sorting', default=None)),
|
964
|
+
))
|
965
|
+
)
|
966
|
+
'''Arguments:
|
967
|
+
|
968
|
+
* `filter_settings` (`ObjectVersionFilterSettings`)None (default:
|
969
|
+
`null`)
|
970
|
+
* `limit` (`Int`)None (default: `null`)
|
971
|
+
* `model_name` (`String`)None (default: `null`)
|
972
|
+
* `offset` (`Int`)None (default: `null`)
|
973
|
+
* `sorting` (`[ObjectVersionSortBySortingInput!]`)None (default:
|
974
|
+
`null`)
|
975
|
+
'''
|
976
|
+
|
977
|
+
tags = sgqlc.types.Field(sgqlc.types.non_null(JSON), graphql_name='tags')
|
978
|
+
|
979
|
+
|
980
|
+
|
981
|
+
class ExperimentPagination(sgqlc.types.Type):
|
982
|
+
__schema__ = schema
|
983
|
+
__field_names__ = ('list_experiment', 'total')
|
984
|
+
list_experiment = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(Experiment))), graphql_name='listExperiment')
|
985
|
+
|
986
|
+
total = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name='total')
|
987
|
+
|
988
|
+
|
989
|
+
|
990
|
+
class GraphNode(sgqlc.types.Type):
|
991
|
+
__schema__ = schema
|
992
|
+
__field_names__ = ('creation_timestamp', 'list_next_node', 'name', 'root_run_id', 'run_id', 'source_name', 'source_run_id', 'source_version', 'upload_model_type', 'version')
|
993
|
+
creation_timestamp = sgqlc.types.Field(sgqlc.types.non_null(LONG), graphql_name='creationTimestamp')
|
994
|
+
|
995
|
+
list_next_node = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('GraphNode')), graphql_name='listNextNode', args=sgqlc.types.ArgDict((
|
996
|
+
('sorting', sgqlc.types.Arg(sgqlc.types.list_of(sgqlc.types.non_null(ObjectVersionSortBySortingInput)), graphql_name='sorting', default=None)),
|
997
|
+
))
|
998
|
+
)
|
999
|
+
'''Arguments:
|
1000
|
+
|
1001
|
+
* `sorting` (`[ObjectVersionSortBySortingInput!]`)None (default:
|
1002
|
+
`null`)
|
1003
|
+
'''
|
1004
|
+
|
1005
|
+
name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='name')
|
1006
|
+
|
1007
|
+
root_run_id = sgqlc.types.Field(sgqlc.types.non_null(ID), graphql_name='rootRunId')
|
1008
|
+
|
1009
|
+
run_id = sgqlc.types.Field(sgqlc.types.non_null(ID), graphql_name='runId')
|
1010
|
+
|
1011
|
+
source_name = sgqlc.types.Field(String, graphql_name='sourceName')
|
1012
|
+
|
1013
|
+
source_run_id = sgqlc.types.Field(ID, graphql_name='sourceRunId')
|
1014
|
+
|
1015
|
+
source_version = sgqlc.types.Field(Int, graphql_name='sourceVersion')
|
1016
|
+
|
1017
|
+
upload_model_type = sgqlc.types.Field(sgqlc.types.non_null(UploadModelType), graphql_name='uploadModelType')
|
1018
|
+
|
1019
|
+
version = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name='version')
|
1020
|
+
|
1021
|
+
|
1022
|
+
|
1023
|
+
class InlineObject(sgqlc.types.Type):
|
1024
|
+
__schema__ = schema
|
1025
|
+
__field_names__ = ('name',)
|
1026
|
+
name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='name')
|
1027
|
+
|
1028
|
+
|
1029
|
+
|
1030
|
+
class InlineObjectPagination(sgqlc.types.Type):
|
1031
|
+
__schema__ = schema
|
1032
|
+
__field_names__ = ('list_inline_object', 'total')
|
1033
|
+
list_inline_object = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(InlineObject))), graphql_name='listInlineObject')
|
1034
|
+
|
1035
|
+
total = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name='total')
|
1036
|
+
|
1037
|
+
|
1038
|
+
|
1039
|
+
class InlineObjectVersion(sgqlc.types.Type):
|
1040
|
+
__schema__ = schema
|
1041
|
+
__field_names__ = ('name', 'version')
|
1042
|
+
name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='name')
|
1043
|
+
|
1044
|
+
version = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name='version')
|
1045
|
+
|
1046
|
+
|
1047
|
+
|
1048
|
+
class InlineObjectVersionPagination(sgqlc.types.Type):
|
1049
|
+
__schema__ = schema
|
1050
|
+
__field_names__ = ('list_inline_object_version', 'total')
|
1051
|
+
list_inline_object_version = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(InlineObjectVersion))), graphql_name='listInlineObjectVersion')
|
1052
|
+
|
1053
|
+
total = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name='total')
|
1054
|
+
|
1055
|
+
|
1056
|
+
|
1057
|
+
class JobDatasetLoadersSchema(sgqlc.types.Type):
|
1058
|
+
__schema__ = schema
|
1059
|
+
__field_names__ = ('list_role_dataset_loader_method_schemas',)
|
1060
|
+
list_role_dataset_loader_method_schemas = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('RoleMethodSchema'))), graphql_name='listRoleDatasetLoaderMethodSchemas')
|
1061
|
+
|
1062
|
+
|
1063
|
+
|
1064
|
+
class JobModelsSchema(sgqlc.types.Type):
|
1065
|
+
__schema__ = schema
|
1066
|
+
__field_names__ = ('list_role_model_method_schemas',)
|
1067
|
+
list_role_model_method_schemas = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('RoleMethodSchema'))), graphql_name='listRoleModelMethodSchemas')
|
1068
|
+
|
1069
|
+
|
1070
|
+
|
1071
|
+
class JobPagination(sgqlc.types.Type):
|
1072
|
+
__schema__ = schema
|
1073
|
+
__field_names__ = ('list_job', 'total')
|
1074
|
+
list_job = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(ExecutionJob))), graphql_name='listJob')
|
1075
|
+
|
1076
|
+
total = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name='total')
|
1077
|
+
|
1078
|
+
|
1079
|
+
|
1080
|
+
class JobParams(sgqlc.types.Type):
|
1081
|
+
__schema__ = schema
|
1082
|
+
__field_names__ = ('additional_system_packages', 'cron_expression', 'executor_params', 'experiment_id', 'experiment_name', 'gpu', 'list_role_data_params', 'list_role_model_params', 'periodic_type')
|
1083
|
+
additional_system_packages = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(String)), graphql_name='additionalSystemPackages')
|
1084
|
+
|
1085
|
+
cron_expression = sgqlc.types.Field(String, graphql_name='cronExpression')
|
1086
|
+
|
1087
|
+
executor_params = sgqlc.types.Field(sgqlc.types.non_null(ExecutorParams), graphql_name='executorParams')
|
1088
|
+
|
1089
|
+
experiment_id = sgqlc.types.Field(Int, graphql_name='experimentId')
|
1090
|
+
|
1091
|
+
experiment_name = sgqlc.types.Field(String, graphql_name='experimentName')
|
1092
|
+
|
1093
|
+
gpu = sgqlc.types.Field(Boolean, graphql_name='gpu')
|
1094
|
+
|
1095
|
+
list_role_data_params = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('RoleDataParams')), graphql_name='listRoleDataParams')
|
1096
|
+
|
1097
|
+
list_role_model_params = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('RoleModelParams')), graphql_name='listRoleModelParams')
|
1098
|
+
|
1099
|
+
periodic_type = sgqlc.types.Field(PeriodicType, graphql_name='periodicType')
|
1100
|
+
|
1101
|
+
|
1102
|
+
|
1103
|
+
class JobSchema(sgqlc.types.Type):
|
1104
|
+
__schema__ = schema
|
1105
|
+
__field_names__ = ('executor_method_schema', 'list_role_dataset_loader_method_schemas', 'list_role_model_method_schemas')
|
1106
|
+
executor_method_schema = sgqlc.types.Field(sgqlc.types.non_null('MethodSchema'), graphql_name='executorMethodSchema')
|
1107
|
+
|
1108
|
+
list_role_dataset_loader_method_schemas = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('RoleMethodSchema'))), graphql_name='listRoleDatasetLoaderMethodSchemas')
|
1109
|
+
|
1110
|
+
list_role_model_method_schemas = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('RoleMethodSchema'))), graphql_name='listRoleModelMethodSchemas')
|
1111
|
+
|
1112
|
+
|
1113
|
+
|
1114
|
+
class MethodParams(sgqlc.types.Type):
|
1115
|
+
__schema__ = schema
|
1116
|
+
__field_names__ = ('method_name', 'method_params')
|
1117
|
+
method_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='methodName')
|
1118
|
+
|
1119
|
+
method_params = sgqlc.types.Field(sgqlc.types.non_null(JSON), graphql_name='methodParams')
|
1120
|
+
|
1121
|
+
|
1122
|
+
|
1123
|
+
class MethodSchema(sgqlc.types.Type):
|
1124
|
+
__schema__ = schema
|
1125
|
+
__field_names__ = ('json_schema', 'schema_name')
|
1126
|
+
json_schema = sgqlc.types.Field(sgqlc.types.non_null(JSON), graphql_name='jsonSchema')
|
1127
|
+
|
1128
|
+
schema_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='schemaName')
|
1129
|
+
|
1130
|
+
|
1131
|
+
|
1132
|
+
class Metric(sgqlc.types.Type):
|
1133
|
+
__schema__ = schema
|
1134
|
+
__field_names__ = ('key', 'step', 'timestamp', 'value')
|
1135
|
+
key = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='key')
|
1136
|
+
|
1137
|
+
step = sgqlc.types.Field(Int, graphql_name='step')
|
1138
|
+
|
1139
|
+
timestamp = sgqlc.types.Field(sgqlc.types.non_null(LONG), graphql_name='timestamp')
|
1140
|
+
|
1141
|
+
value = sgqlc.types.Field(Float, graphql_name='value')
|
1142
|
+
|
1143
|
+
|
1144
|
+
|
1145
|
+
class ModelInfo(sgqlc.types.Type):
|
1146
|
+
__schema__ = schema
|
1147
|
+
__field_names__ = ('creation_timestamp', 'description', 'init_model_version', 'last_updated_timestamp', 'latest_model_version', 'list_model_version', 'name', 'owner', 'pagination_model_version', 'tags')
|
1148
|
+
creation_timestamp = sgqlc.types.Field(sgqlc.types.non_null(LONG), graphql_name='creationTimestamp')
|
1149
|
+
|
1150
|
+
description = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='description')
|
1151
|
+
|
1152
|
+
init_model_version = sgqlc.types.Field(sgqlc.types.non_null('ModelVersionInfo'), graphql_name='initModelVersion')
|
1153
|
+
|
1154
|
+
last_updated_timestamp = sgqlc.types.Field(sgqlc.types.non_null(LONG), graphql_name='lastUpdatedTimestamp')
|
1155
|
+
|
1156
|
+
latest_model_version = sgqlc.types.Field(sgqlc.types.non_null('ModelVersionInfo'), graphql_name='latestModelVersion')
|
1157
|
+
|
1158
|
+
list_model_version = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('ModelVersionInfo'))), graphql_name='listModelVersion', args=sgqlc.types.ArgDict((
|
1159
|
+
('sorting', sgqlc.types.Arg(sgqlc.types.list_of(sgqlc.types.non_null(ObjectVersionSortBySortingInput)), graphql_name='sorting', default=None)),
|
1160
|
+
))
|
1161
|
+
)
|
1162
|
+
'''Arguments:
|
1163
|
+
|
1164
|
+
* `sorting` (`[ObjectVersionSortBySortingInput!]`)None (default:
|
1165
|
+
`null`)
|
1166
|
+
'''
|
1167
|
+
|
1168
|
+
name = sgqlc.types.Field(sgqlc.types.non_null(ID), graphql_name='name')
|
1169
|
+
|
1170
|
+
owner = sgqlc.types.Field(sgqlc.types.non_null('User'), graphql_name='owner')
|
1171
|
+
|
1172
|
+
pagination_model_version = sgqlc.types.Field(sgqlc.types.non_null('ModelVersionPagination'), graphql_name='paginationModelVersion', args=sgqlc.types.ArgDict((
|
1173
|
+
('filter_settings', sgqlc.types.Arg(ObjectVersionFilterSettings, graphql_name='filterSettings', default=None)),
|
1174
|
+
('limit', sgqlc.types.Arg(Int, graphql_name='limit', default=None)),
|
1175
|
+
('offset', sgqlc.types.Arg(Int, graphql_name='offset', default=None)),
|
1176
|
+
('sorting', sgqlc.types.Arg(sgqlc.types.list_of(sgqlc.types.non_null(ObjectVersionSortBySortingInput)), graphql_name='sorting', default=None)),
|
1177
|
+
))
|
1178
|
+
)
|
1179
|
+
'''Arguments:
|
1180
|
+
|
1181
|
+
* `filter_settings` (`ObjectVersionFilterSettings`)None (default:
|
1182
|
+
`null`)
|
1183
|
+
* `limit` (`Int`)None (default: `null`)
|
1184
|
+
* `offset` (`Int`)None (default: `null`)
|
1185
|
+
* `sorting` (`[ObjectVersionSortBySortingInput!]`)None (default:
|
1186
|
+
`null`)
|
1187
|
+
'''
|
1188
|
+
|
1189
|
+
tags = sgqlc.types.Field(JSON, graphql_name='tags')
|
1190
|
+
|
1191
|
+
|
1192
|
+
|
1193
|
+
class ModelPagination(sgqlc.types.Type):
|
1194
|
+
__schema__ = schema
|
1195
|
+
__field_names__ = ('list_model', 'total')
|
1196
|
+
list_model = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(ModelInfo))), graphql_name='listModel')
|
1197
|
+
|
1198
|
+
total = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name='total')
|
1199
|
+
|
1200
|
+
|
1201
|
+
|
1202
|
+
class ModelParams(sgqlc.types.Type):
|
1203
|
+
__schema__ = schema
|
1204
|
+
__field_names__ = ('description', 'list_model_method_params', 'model_version_choice', 'new_model_name', 'prepare_new_model_inference')
|
1205
|
+
description = sgqlc.types.Field(String, graphql_name='description')
|
1206
|
+
|
1207
|
+
list_model_method_params = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(MethodParams))), graphql_name='listModelMethodParams')
|
1208
|
+
|
1209
|
+
model_version_choice = sgqlc.types.Field(sgqlc.types.non_null('ModelVersionChoiceParams'), graphql_name='modelVersionChoice')
|
1210
|
+
|
1211
|
+
new_model_name = sgqlc.types.Field(String, graphql_name='newModelName')
|
1212
|
+
|
1213
|
+
prepare_new_model_inference = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='prepareNewModelInference')
|
1214
|
+
|
1215
|
+
|
1216
|
+
|
1217
|
+
class ModelVersionChoiceParams(sgqlc.types.Type):
|
1218
|
+
__schema__ = schema
|
1219
|
+
__field_names__ = ('choice_criteria', 'name', 'version')
|
1220
|
+
choice_criteria = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='choiceCriteria')
|
1221
|
+
|
1222
|
+
name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='name')
|
1223
|
+
|
1224
|
+
version = sgqlc.types.Field(Int, graphql_name='version')
|
1225
|
+
|
1226
|
+
|
1227
|
+
|
1228
|
+
class ModelVersionInfo(sgqlc.types.Type):
|
1229
|
+
__schema__ = schema
|
1230
|
+
__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', 'list_artifacts', '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', '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', 'source_path', 'tags', 'upload_model_type', 'venv_build_job', 'version')
|
1231
|
+
available_collectors = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(InlineObject))), graphql_name='availableCollectors')
|
1232
|
+
|
1233
|
+
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((
|
1234
|
+
('dataset_loader_name', sgqlc.types.Arg(String, graphql_name='datasetLoaderName', default=None)),
|
1235
|
+
))
|
1236
|
+
)
|
1237
|
+
'''Arguments:
|
1238
|
+
|
1239
|
+
* `dataset_loader_name` (`String`)None (default: `null`)
|
1240
|
+
'''
|
1241
|
+
|
1242
|
+
available_dataset_loaders = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(InlineObject))), graphql_name='availableDatasetLoaders')
|
1243
|
+
|
1244
|
+
available_executor_versions = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(InlineObjectVersion))), graphql_name='availableExecutorVersions', args=sgqlc.types.ArgDict((
|
1245
|
+
('executor_name', sgqlc.types.Arg(String, graphql_name='executorName', default=None)),
|
1246
|
+
))
|
1247
|
+
)
|
1248
|
+
'''Arguments:
|
1249
|
+
|
1250
|
+
* `executor_name` (`String`)None (default: `null`)
|
1251
|
+
'''
|
1252
|
+
|
1253
|
+
available_executors = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(InlineObject))), graphql_name='availableExecutors')
|
1254
|
+
|
1255
|
+
build_job = sgqlc.types.Field(BuildJob, graphql_name='buildJob')
|
1256
|
+
|
1257
|
+
creation_timestamp = sgqlc.types.Field(sgqlc.types.non_null(LONG), graphql_name='creationTimestamp')
|
1258
|
+
|
1259
|
+
description = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='description')
|
1260
|
+
|
1261
|
+
experiment = sgqlc.types.Field(sgqlc.types.non_null(Experiment), graphql_name='experiment')
|
1262
|
+
|
1263
|
+
experiment_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='experimentName')
|
1264
|
+
|
1265
|
+
get_conda_env = sgqlc.types.Field(sgqlc.types.non_null(JSON), graphql_name='getCondaEnv')
|
1266
|
+
|
1267
|
+
group_job_run_id = sgqlc.types.Field(String, graphql_name='groupJobRunId')
|
1268
|
+
|
1269
|
+
last_updated_timestamp = sgqlc.types.Field(LONG, graphql_name='lastUpdatedTimestamp')
|
1270
|
+
|
1271
|
+
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((
|
1272
|
+
('path', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='path', default='')),
|
1273
|
+
))
|
1274
|
+
)
|
1275
|
+
'''Arguments:
|
1276
|
+
|
1277
|
+
* `path` (`String!`)None (default: `""`)
|
1278
|
+
'''
|
1279
|
+
|
1280
|
+
list_deployed_jobs = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(ExecutionJob))), graphql_name='listDeployedJobs')
|
1281
|
+
|
1282
|
+
list_job = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(ExecutionJob))), graphql_name='listJob')
|
1283
|
+
|
1284
|
+
list_lineage_model_version = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('ModelVersionInfo'))), graphql_name='listLineageModelVersion')
|
1285
|
+
|
1286
|
+
list_new_model_from_version = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('ModelVersionInfo'))), graphql_name='listNewModelFromVersion', args=sgqlc.types.ArgDict((
|
1287
|
+
('sorting', sgqlc.types.Arg(sgqlc.types.list_of(sgqlc.types.non_null(ObjectVersionSortBySortingInput)), graphql_name='sorting', default=None)),
|
1288
|
+
))
|
1289
|
+
)
|
1290
|
+
'''Arguments:
|
1291
|
+
|
1292
|
+
* `sorting` (`[ObjectVersionSortBySortingInput!]`)None (default:
|
1293
|
+
`null`)
|
1294
|
+
'''
|
1295
|
+
|
1296
|
+
list_new_version_from_version = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('ModelVersionInfo'))), graphql_name='listNewVersionFromVersion', args=sgqlc.types.ArgDict((
|
1297
|
+
('sorting', sgqlc.types.Arg(sgqlc.types.list_of(sgqlc.types.non_null(ObjectVersionSortBySortingInput)), graphql_name='sorting', default=None)),
|
1298
|
+
))
|
1299
|
+
)
|
1300
|
+
'''Arguments:
|
1301
|
+
|
1302
|
+
* `sorting` (`[ObjectVersionSortBySortingInput!]`)None (default:
|
1303
|
+
`null`)
|
1304
|
+
'''
|
1305
|
+
|
1306
|
+
list_next_graph_nodes = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(GraphNode))), graphql_name='listNextGraphNodes', args=sgqlc.types.ArgDict((
|
1307
|
+
('sorting', sgqlc.types.Arg(sgqlc.types.list_of(sgqlc.types.non_null(ObjectVersionSortBySortingInput)), graphql_name='sorting', default=None)),
|
1308
|
+
))
|
1309
|
+
)
|
1310
|
+
'''Arguments:
|
1311
|
+
|
1312
|
+
* `sorting` (`[ObjectVersionSortBySortingInput!]`)None (default:
|
1313
|
+
`null`)
|
1314
|
+
'''
|
1315
|
+
|
1316
|
+
list_next_model_version = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('ModelVersionInfo'))), graphql_name='listNextModelVersion', args=sgqlc.types.ArgDict((
|
1317
|
+
('sorting', sgqlc.types.Arg(sgqlc.types.list_of(sgqlc.types.non_null(ObjectVersionSortBySortingInput)), graphql_name='sorting', default=None)),
|
1318
|
+
))
|
1319
|
+
)
|
1320
|
+
'''Arguments:
|
1321
|
+
|
1322
|
+
* `sorting` (`[ObjectVersionSortBySortingInput!]`)None (default:
|
1323
|
+
`null`)
|
1324
|
+
'''
|
1325
|
+
|
1326
|
+
list_requirements = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(String))), graphql_name='listRequirements')
|
1327
|
+
|
1328
|
+
model = sgqlc.types.Field(sgqlc.types.non_null(ModelInfo), graphql_name='model')
|
1329
|
+
|
1330
|
+
model_method_schemas = sgqlc.types.Field(sgqlc.types.non_null(JSON), graphql_name='modelMethodSchemas')
|
1331
|
+
|
1332
|
+
name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='name')
|
1333
|
+
|
1334
|
+
pagination_available_collectors = sgqlc.types.Field(sgqlc.types.non_null(InlineObjectPagination), graphql_name='paginationAvailableCollectors', args=sgqlc.types.ArgDict((
|
1335
|
+
('filter_settings', sgqlc.types.Arg(ObjectFilterSettings, graphql_name='filterSettings', default=None)),
|
1336
|
+
('limit', sgqlc.types.Arg(Int, graphql_name='limit', default=None)),
|
1337
|
+
('offset', sgqlc.types.Arg(Int, graphql_name='offset', default=None)),
|
1338
|
+
))
|
1339
|
+
)
|
1340
|
+
'''Arguments:
|
1341
|
+
|
1342
|
+
* `filter_settings` (`ObjectFilterSettings`)None (default: `null`)
|
1343
|
+
* `limit` (`Int`)None (default: `null`)
|
1344
|
+
* `offset` (`Int`)None (default: `null`)
|
1345
|
+
'''
|
1346
|
+
|
1347
|
+
pagination_available_dataset_loader_versions = sgqlc.types.Field(sgqlc.types.non_null(InlineObjectVersionPagination), graphql_name='paginationAvailableDatasetLoaderVersions', args=sgqlc.types.ArgDict((
|
1348
|
+
('dataset_loader_name', sgqlc.types.Arg(String, graphql_name='datasetLoaderName', default=None)),
|
1349
|
+
('filter_settings', sgqlc.types.Arg(ObjectVersionFilterSettings, graphql_name='filterSettings', default=None)),
|
1350
|
+
('limit', sgqlc.types.Arg(Int, graphql_name='limit', default=None)),
|
1351
|
+
('offset', sgqlc.types.Arg(Int, graphql_name='offset', default=None)),
|
1352
|
+
('sorting', sgqlc.types.Arg(sgqlc.types.list_of(sgqlc.types.non_null(ObjectVersionSortBySortingInput)), graphql_name='sorting', default=None)),
|
1353
|
+
))
|
1354
|
+
)
|
1355
|
+
'''Arguments:
|
1356
|
+
|
1357
|
+
* `dataset_loader_name` (`String`)None (default: `null`)
|
1358
|
+
* `filter_settings` (`ObjectVersionFilterSettings`)None (default:
|
1359
|
+
`null`)
|
1360
|
+
* `limit` (`Int`)None (default: `null`)
|
1361
|
+
* `offset` (`Int`)None (default: `null`)
|
1362
|
+
* `sorting` (`[ObjectVersionSortBySortingInput!]`)None (default:
|
1363
|
+
`null`)
|
1364
|
+
'''
|
1365
|
+
|
1366
|
+
pagination_available_dataset_loaders = sgqlc.types.Field(sgqlc.types.non_null(InlineObjectPagination), graphql_name='paginationAvailableDatasetLoaders', args=sgqlc.types.ArgDict((
|
1367
|
+
('filter_settings', sgqlc.types.Arg(ObjectFilterSettings, graphql_name='filterSettings', default=None)),
|
1368
|
+
('limit', sgqlc.types.Arg(Int, graphql_name='limit', default=None)),
|
1369
|
+
('offset', sgqlc.types.Arg(Int, graphql_name='offset', default=None)),
|
1370
|
+
('sorting', sgqlc.types.Arg(sgqlc.types.list_of(sgqlc.types.non_null(ObjectSortBySortingInput)), graphql_name='sorting', default=None)),
|
1371
|
+
))
|
1372
|
+
)
|
1373
|
+
'''Arguments:
|
1374
|
+
|
1375
|
+
* `filter_settings` (`ObjectFilterSettings`)None (default: `null`)
|
1376
|
+
* `limit` (`Int`)None (default: `null`)
|
1377
|
+
* `offset` (`Int`)None (default: `null`)
|
1378
|
+
* `sorting` (`[ObjectSortBySortingInput!]`)None (default: `null`)
|
1379
|
+
'''
|
1380
|
+
|
1381
|
+
pagination_available_executor_versions = sgqlc.types.Field(sgqlc.types.non_null(InlineObjectVersionPagination), graphql_name='paginationAvailableExecutorVersions', args=sgqlc.types.ArgDict((
|
1382
|
+
('executor_name', sgqlc.types.Arg(String, graphql_name='executorName', default=None)),
|
1383
|
+
('filter_settings', sgqlc.types.Arg(ObjectVersionFilterSettings, graphql_name='filterSettings', default=None)),
|
1384
|
+
('limit', sgqlc.types.Arg(Int, graphql_name='limit', default=None)),
|
1385
|
+
('offset', sgqlc.types.Arg(Int, graphql_name='offset', default=None)),
|
1386
|
+
('sorting', sgqlc.types.Arg(sgqlc.types.list_of(sgqlc.types.non_null(ObjectVersionSortBySortingInput)), graphql_name='sorting', default=None)),
|
1387
|
+
))
|
1388
|
+
)
|
1389
|
+
'''Arguments:
|
1390
|
+
|
1391
|
+
* `executor_name` (`String`)None (default: `null`)
|
1392
|
+
* `filter_settings` (`ObjectVersionFilterSettings`)None (default:
|
1393
|
+
`null`)
|
1394
|
+
* `limit` (`Int`)None (default: `null`)
|
1395
|
+
* `offset` (`Int`)None (default: `null`)
|
1396
|
+
* `sorting` (`[ObjectVersionSortBySortingInput!]`)None (default:
|
1397
|
+
`null`)
|
1398
|
+
'''
|
1399
|
+
|
1400
|
+
pagination_available_executors = sgqlc.types.Field(sgqlc.types.non_null(InlineObjectPagination), graphql_name='paginationAvailableExecutors', args=sgqlc.types.ArgDict((
|
1401
|
+
('filter_settings', sgqlc.types.Arg(ObjectFilterSettings, graphql_name='filterSettings', default=None)),
|
1402
|
+
('limit', sgqlc.types.Arg(Int, graphql_name='limit', default=None)),
|
1403
|
+
('offset', sgqlc.types.Arg(Int, graphql_name='offset', default=None)),
|
1404
|
+
('sorting', sgqlc.types.Arg(sgqlc.types.list_of(sgqlc.types.non_null(ObjectSortBySortingInput)), graphql_name='sorting', default=None)),
|
1405
|
+
))
|
1406
|
+
)
|
1407
|
+
'''Arguments:
|
1408
|
+
|
1409
|
+
* `filter_settings` (`ObjectFilterSettings`)None (default: `null`)
|
1410
|
+
* `limit` (`Int`)None (default: `null`)
|
1411
|
+
* `offset` (`Int`)None (default: `null`)
|
1412
|
+
* `sorting` (`[ObjectSortBySortingInput!]`)None (default: `null`)
|
1413
|
+
'''
|
1414
|
+
|
1415
|
+
pagination_deployed_jobs = sgqlc.types.Field(sgqlc.types.non_null(JobPagination), graphql_name='paginationDeployedJobs', args=sgqlc.types.ArgDict((
|
1416
|
+
('limit', sgqlc.types.Arg(Int, graphql_name='limit', default=None)),
|
1417
|
+
('offset', sgqlc.types.Arg(Int, graphql_name='offset', default=None)),
|
1418
|
+
))
|
1419
|
+
)
|
1420
|
+
'''Arguments:
|
1421
|
+
|
1422
|
+
* `limit` (`Int`)None (default: `null`)
|
1423
|
+
* `offset` (`Int`)None (default: `null`)
|
1424
|
+
'''
|
1425
|
+
|
1426
|
+
pagination_job = sgqlc.types.Field(sgqlc.types.non_null(JobPagination), graphql_name='paginationJob', args=sgqlc.types.ArgDict((
|
1427
|
+
('limit', sgqlc.types.Arg(Int, graphql_name='limit', default=None)),
|
1428
|
+
('offset', sgqlc.types.Arg(Int, graphql_name='offset', default=None)),
|
1429
|
+
))
|
1430
|
+
)
|
1431
|
+
'''Arguments:
|
1432
|
+
|
1433
|
+
* `limit` (`Int`)None (default: `null`)
|
1434
|
+
* `offset` (`Int`)None (default: `null`)
|
1435
|
+
'''
|
1436
|
+
|
1437
|
+
pagination_lineage_model_version = sgqlc.types.Field(sgqlc.types.non_null('ModelVersionPagination'), graphql_name='paginationLineageModelVersion', args=sgqlc.types.ArgDict((
|
1438
|
+
('limit', sgqlc.types.Arg(Int, graphql_name='limit', default=None)),
|
1439
|
+
('offset', sgqlc.types.Arg(Int, graphql_name='offset', default=None)),
|
1440
|
+
))
|
1441
|
+
)
|
1442
|
+
'''Arguments:
|
1443
|
+
|
1444
|
+
* `limit` (`Int`)None (default: `null`)
|
1445
|
+
* `offset` (`Int`)None (default: `null`)
|
1446
|
+
'''
|
1447
|
+
|
1448
|
+
pagination_new_model_from_version = sgqlc.types.Field(sgqlc.types.non_null('ModelVersionPagination'), graphql_name='paginationNewModelFromVersion', args=sgqlc.types.ArgDict((
|
1449
|
+
('limit', sgqlc.types.Arg(Int, graphql_name='limit', default=None)),
|
1450
|
+
('offset', sgqlc.types.Arg(Int, graphql_name='offset', default=None)),
|
1451
|
+
('sorting', sgqlc.types.Arg(sgqlc.types.list_of(sgqlc.types.non_null(ObjectVersionSortBySortingInput)), graphql_name='sorting', default=None)),
|
1452
|
+
))
|
1453
|
+
)
|
1454
|
+
'''Arguments:
|
1455
|
+
|
1456
|
+
* `limit` (`Int`)None (default: `null`)
|
1457
|
+
* `offset` (`Int`)None (default: `null`)
|
1458
|
+
* `sorting` (`[ObjectVersionSortBySortingInput!]`)None (default:
|
1459
|
+
`null`)
|
1460
|
+
'''
|
1461
|
+
|
1462
|
+
pagination_new_version_from_version = sgqlc.types.Field(sgqlc.types.non_null('ModelVersionPagination'), graphql_name='paginationNewVersionFromVersion', args=sgqlc.types.ArgDict((
|
1463
|
+
('limit', sgqlc.types.Arg(Int, graphql_name='limit', default=None)),
|
1464
|
+
('offset', sgqlc.types.Arg(Int, graphql_name='offset', default=None)),
|
1465
|
+
('sorting', sgqlc.types.Arg(sgqlc.types.list_of(sgqlc.types.non_null(ObjectVersionSortBySortingInput)), graphql_name='sorting', default=None)),
|
1466
|
+
))
|
1467
|
+
)
|
1468
|
+
'''Arguments:
|
1469
|
+
|
1470
|
+
* `limit` (`Int`)None (default: `null`)
|
1471
|
+
* `offset` (`Int`)None (default: `null`)
|
1472
|
+
* `sorting` (`[ObjectVersionSortBySortingInput!]`)None (default:
|
1473
|
+
`null`)
|
1474
|
+
'''
|
1475
|
+
|
1476
|
+
pagination_next_model_version = sgqlc.types.Field(sgqlc.types.non_null('ModelVersionPagination'), graphql_name='paginationNextModelVersion', args=sgqlc.types.ArgDict((
|
1477
|
+
('limit', sgqlc.types.Arg(Int, graphql_name='limit', default=None)),
|
1478
|
+
('offset', sgqlc.types.Arg(Int, graphql_name='offset', default=None)),
|
1479
|
+
('sorting', sgqlc.types.Arg(sgqlc.types.list_of(sgqlc.types.non_null(ObjectVersionSortBySortingInput)), graphql_name='sorting', default=None)),
|
1480
|
+
))
|
1481
|
+
)
|
1482
|
+
'''Arguments:
|
1483
|
+
|
1484
|
+
* `limit` (`Int`)None (default: `null`)
|
1485
|
+
* `offset` (`Int`)None (default: `null`)
|
1486
|
+
* `sorting` (`[ObjectVersionSortBySortingInput!]`)None (default:
|
1487
|
+
`null`)
|
1488
|
+
'''
|
1489
|
+
|
1490
|
+
parent_job = sgqlc.types.Field(ExecutionJob, graphql_name='parentJob')
|
1491
|
+
|
1492
|
+
root_model_version = sgqlc.types.Field(sgqlc.types.non_null('ModelVersionInfo'), graphql_name='rootModelVersion')
|
1493
|
+
|
1494
|
+
source_executor_version = sgqlc.types.Field(ExecutorVersionInfo, graphql_name='sourceExecutorVersion')
|
1495
|
+
|
1496
|
+
source_model_version = sgqlc.types.Field('ModelVersionInfo', graphql_name='sourceModelVersion')
|
1497
|
+
|
1498
|
+
source_path = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='sourcePath')
|
1499
|
+
|
1500
|
+
tags = sgqlc.types.Field(sgqlc.types.non_null(JSON), graphql_name='tags')
|
1501
|
+
|
1502
|
+
upload_model_type = sgqlc.types.Field(sgqlc.types.non_null(UploadModelType), graphql_name='uploadModelType')
|
1503
|
+
|
1504
|
+
venv_build_job = sgqlc.types.Field(BuildJob, graphql_name='venvBuildJob')
|
1505
|
+
|
1506
|
+
version = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name='version')
|
1507
|
+
|
1508
|
+
|
1509
|
+
|
1510
|
+
class ModelVersionPagination(sgqlc.types.Type):
|
1511
|
+
__schema__ = schema
|
1512
|
+
__field_names__ = ('list_model_version', 'total')
|
1513
|
+
list_model_version = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(ModelVersionInfo))), graphql_name='listModelVersion')
|
1514
|
+
|
1515
|
+
total = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name='total')
|
1516
|
+
|
1517
|
+
|
1518
|
+
|
1519
|
+
class Mutation(sgqlc.types.Type):
|
1520
|
+
__schema__ = schema
|
1521
|
+
__field_names__ = ('add_ml_job', 'cancel_build_job_for_executor_version', 'cancel_build_job_for_model_version', 'cancel_job', 'cancel_venv_build_job_for_model_version', 'delete_dataset_loader', 'delete_dataset_loader_tag', 'delete_dataset_loader_version_from_name_version', 'delete_dataset_loader_version_tag', 'delete_executor', 'delete_executor_tag', 'delete_executor_version_from_name_version', 'delete_executor_version_tag', 'delete_experiment_tag', 'delete_model', 'delete_model_tag', 'delete_model_version_from_name_version', 'delete_model_version_tag', 'log_metric', 'log_metrics', 'log_param', 'log_params', 'rebuild_model_version_image', 'rebuild_no_model_executor_version_image', 'rename_experiment', 'serve_model', 'set_dataset_loader_description', 'set_dataset_loader_tag', 'set_dataset_loader_version_description', 'set_dataset_loader_version_tag', 'set_executor_description', 'set_executor_tag', 'set_executor_version_description', 'set_executor_version_tag', 'set_experiment_description', 'set_experiment_tag', 'set_model_description', 'set_model_tag', 'set_model_version_description', 'set_model_version_tag', 'stop_model_serving', 'update_experiment')
|
1522
|
+
add_ml_job = sgqlc.types.Field(sgqlc.types.non_null(ExecutionJob), graphql_name='addMlJob', args=sgqlc.types.ArgDict((
|
1523
|
+
('form', sgqlc.types.Arg(sgqlc.types.non_null(JobParameters), graphql_name='form', default=None)),
|
1524
|
+
))
|
1525
|
+
)
|
1526
|
+
'''Arguments:
|
1527
|
+
|
1528
|
+
* `form` (`JobParameters!`)None
|
1529
|
+
'''
|
1530
|
+
|
1531
|
+
cancel_build_job_for_executor_version = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='cancelBuildJobForExecutorVersion', args=sgqlc.types.ArgDict((
|
1532
|
+
('name', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='name', default=None)),
|
1533
|
+
('version', sgqlc.types.Arg(sgqlc.types.non_null(Int), graphql_name='version', default=None)),
|
1534
|
+
))
|
1535
|
+
)
|
1536
|
+
'''Arguments:
|
1537
|
+
|
1538
|
+
* `name` (`String!`)None
|
1539
|
+
* `version` (`Int!`)None
|
1540
|
+
'''
|
1541
|
+
|
1542
|
+
cancel_build_job_for_model_version = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='cancelBuildJobForModelVersion', args=sgqlc.types.ArgDict((
|
1543
|
+
('name', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='name', default=None)),
|
1544
|
+
('version', sgqlc.types.Arg(sgqlc.types.non_null(Int), graphql_name='version', default=None)),
|
1545
|
+
))
|
1546
|
+
)
|
1547
|
+
'''Arguments:
|
1548
|
+
|
1549
|
+
* `name` (`String!`)None
|
1550
|
+
* `version` (`Int!`)None
|
1551
|
+
'''
|
1552
|
+
|
1553
|
+
cancel_job = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='cancelJob', args=sgqlc.types.ArgDict((
|
1554
|
+
('job_name', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='jobName', default=None)),
|
1555
|
+
))
|
1556
|
+
)
|
1557
|
+
'''Arguments:
|
1558
|
+
|
1559
|
+
* `job_name` (`String!`)None
|
1560
|
+
'''
|
1561
|
+
|
1562
|
+
cancel_venv_build_job_for_model_version = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='cancelVenvBuildJobForModelVersion', args=sgqlc.types.ArgDict((
|
1563
|
+
('name', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='name', default=None)),
|
1564
|
+
('version', sgqlc.types.Arg(sgqlc.types.non_null(Int), graphql_name='version', default=None)),
|
1565
|
+
))
|
1566
|
+
)
|
1567
|
+
'''Arguments:
|
1568
|
+
|
1569
|
+
* `name` (`String!`)None
|
1570
|
+
* `version` (`Int!`)None
|
1571
|
+
'''
|
1572
|
+
|
1573
|
+
delete_dataset_loader = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='deleteDatasetLoader', args=sgqlc.types.ArgDict((
|
1574
|
+
('name', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='name', default=None)),
|
1575
|
+
))
|
1576
|
+
)
|
1577
|
+
'''Arguments:
|
1578
|
+
|
1579
|
+
* `name` (`String!`)None
|
1580
|
+
'''
|
1581
|
+
|
1582
|
+
delete_dataset_loader_tag = sgqlc.types.Field(sgqlc.types.non_null(DatasetLoaderInfo), graphql_name='deleteDatasetLoaderTag', args=sgqlc.types.ArgDict((
|
1583
|
+
('key', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='key', default=None)),
|
1584
|
+
('name', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='name', default=None)),
|
1585
|
+
))
|
1586
|
+
)
|
1587
|
+
'''Arguments:
|
1588
|
+
|
1589
|
+
* `key` (`String!`)None
|
1590
|
+
* `name` (`String!`)None
|
1591
|
+
'''
|
1592
|
+
|
1593
|
+
delete_dataset_loader_version_from_name_version = sgqlc.types.Field(Boolean, graphql_name='deleteDatasetLoaderVersionFromNameVersion', args=sgqlc.types.ArgDict((
|
1594
|
+
('dataset_loader_version', sgqlc.types.Arg(sgqlc.types.non_null(ObjectVersionInput), graphql_name='datasetLoaderVersion', default=None)),
|
1595
|
+
))
|
1596
|
+
)
|
1597
|
+
'''Arguments:
|
1598
|
+
|
1599
|
+
* `dataset_loader_version` (`ObjectVersionInput!`)None
|
1600
|
+
'''
|
1601
|
+
|
1602
|
+
delete_dataset_loader_version_tag = sgqlc.types.Field(sgqlc.types.non_null(DatasetLoaderVersionInfo), graphql_name='deleteDatasetLoaderVersionTag', args=sgqlc.types.ArgDict((
|
1603
|
+
('dataset_loader_version', sgqlc.types.Arg(sgqlc.types.non_null(ObjectVersionInput), graphql_name='datasetLoaderVersion', default=None)),
|
1604
|
+
('key', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='key', default=None)),
|
1605
|
+
))
|
1606
|
+
)
|
1607
|
+
'''Arguments:
|
1608
|
+
|
1609
|
+
* `dataset_loader_version` (`ObjectVersionInput!`)None
|
1610
|
+
* `key` (`String!`)None
|
1611
|
+
'''
|
1612
|
+
|
1613
|
+
delete_executor = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='deleteExecutor', args=sgqlc.types.ArgDict((
|
1614
|
+
('name', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='name', default=None)),
|
1615
|
+
))
|
1616
|
+
)
|
1617
|
+
'''Arguments:
|
1618
|
+
|
1619
|
+
* `name` (`String!`)None
|
1620
|
+
'''
|
1621
|
+
|
1622
|
+
delete_executor_tag = sgqlc.types.Field(sgqlc.types.non_null(ExecutorInfo), graphql_name='deleteExecutorTag', args=sgqlc.types.ArgDict((
|
1623
|
+
('key', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='key', default=None)),
|
1624
|
+
('name', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='name', default=None)),
|
1625
|
+
))
|
1626
|
+
)
|
1627
|
+
'''Arguments:
|
1628
|
+
|
1629
|
+
* `key` (`String!`)None
|
1630
|
+
* `name` (`String!`)None
|
1631
|
+
'''
|
1632
|
+
|
1633
|
+
delete_executor_version_from_name_version = sgqlc.types.Field(Boolean, graphql_name='deleteExecutorVersionFromNameVersion', args=sgqlc.types.ArgDict((
|
1634
|
+
('executor_version', sgqlc.types.Arg(sgqlc.types.non_null(ObjectVersionInput), graphql_name='executorVersion', default=None)),
|
1635
|
+
))
|
1636
|
+
)
|
1637
|
+
'''Arguments:
|
1638
|
+
|
1639
|
+
* `executor_version` (`ObjectVersionInput!`)None
|
1640
|
+
'''
|
1641
|
+
|
1642
|
+
delete_executor_version_tag = sgqlc.types.Field(sgqlc.types.non_null(ExecutorVersionInfo), graphql_name='deleteExecutorVersionTag', args=sgqlc.types.ArgDict((
|
1643
|
+
('executor_version', sgqlc.types.Arg(sgqlc.types.non_null(ObjectVersionInput), graphql_name='executorVersion', default=None)),
|
1644
|
+
('key', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='key', default=None)),
|
1645
|
+
))
|
1646
|
+
)
|
1647
|
+
'''Arguments:
|
1648
|
+
|
1649
|
+
* `executor_version` (`ObjectVersionInput!`)None
|
1650
|
+
* `key` (`String!`)None
|
1651
|
+
'''
|
1652
|
+
|
1653
|
+
delete_experiment_tag = sgqlc.types.Field(sgqlc.types.non_null(Experiment), graphql_name='deleteExperimentTag', args=sgqlc.types.ArgDict((
|
1654
|
+
('experiment_id', sgqlc.types.Arg(sgqlc.types.non_null(Int), graphql_name='experimentId', default=None)),
|
1655
|
+
('key', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='key', default=None)),
|
1656
|
+
))
|
1657
|
+
)
|
1658
|
+
'''Arguments:
|
1659
|
+
|
1660
|
+
* `experiment_id` (`Int!`)None
|
1661
|
+
* `key` (`String!`)None
|
1662
|
+
'''
|
1663
|
+
|
1664
|
+
delete_model = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='deleteModel', args=sgqlc.types.ArgDict((
|
1665
|
+
('name', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='name', default=None)),
|
1666
|
+
))
|
1667
|
+
)
|
1668
|
+
'''Arguments:
|
1669
|
+
|
1670
|
+
* `name` (`String!`)None
|
1671
|
+
'''
|
1672
|
+
|
1673
|
+
delete_model_tag = sgqlc.types.Field(sgqlc.types.non_null(ModelInfo), graphql_name='deleteModelTag', args=sgqlc.types.ArgDict((
|
1674
|
+
('key', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='key', default=None)),
|
1675
|
+
('name', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='name', default=None)),
|
1676
|
+
))
|
1677
|
+
)
|
1678
|
+
'''Arguments:
|
1679
|
+
|
1680
|
+
* `key` (`String!`)None
|
1681
|
+
* `name` (`String!`)None
|
1682
|
+
'''
|
1683
|
+
|
1684
|
+
delete_model_version_from_name_version = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='deleteModelVersionFromNameVersion', args=sgqlc.types.ArgDict((
|
1685
|
+
('model_version', sgqlc.types.Arg(sgqlc.types.non_null(ObjectVersionInput), graphql_name='modelVersion', default=None)),
|
1686
|
+
))
|
1687
|
+
)
|
1688
|
+
'''Arguments:
|
1689
|
+
|
1690
|
+
* `model_version` (`ObjectVersionInput!`)None
|
1691
|
+
'''
|
1692
|
+
|
1693
|
+
delete_model_version_tag = sgqlc.types.Field(sgqlc.types.non_null(ModelVersionInfo), graphql_name='deleteModelVersionTag', args=sgqlc.types.ArgDict((
|
1694
|
+
('key', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='key', default=None)),
|
1695
|
+
('model_version', sgqlc.types.Arg(sgqlc.types.non_null(ObjectVersionInput), graphql_name='modelVersion', default=None)),
|
1696
|
+
))
|
1697
|
+
)
|
1698
|
+
'''Arguments:
|
1699
|
+
|
1700
|
+
* `key` (`String!`)None
|
1701
|
+
* `model_version` (`ObjectVersionInput!`)None
|
1702
|
+
'''
|
1703
|
+
|
1704
|
+
log_metric = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='logMetric', args=sgqlc.types.ArgDict((
|
1705
|
+
('job_run_id', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='jobRunId', default=None)),
|
1706
|
+
('metric', sgqlc.types.Arg(sgqlc.types.non_null(MetricInput), graphql_name='metric', default=None)),
|
1707
|
+
))
|
1708
|
+
)
|
1709
|
+
'''Arguments:
|
1710
|
+
|
1711
|
+
* `job_run_id` (`String!`)None
|
1712
|
+
* `metric` (`MetricInput!`)None
|
1713
|
+
'''
|
1714
|
+
|
1715
|
+
log_metrics = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='logMetrics', args=sgqlc.types.ArgDict((
|
1716
|
+
('job_run_id', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='jobRunId', default=None)),
|
1717
|
+
('metrics', sgqlc.types.Arg(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(MetricInput))), graphql_name='metrics', default=None)),
|
1718
|
+
))
|
1719
|
+
)
|
1720
|
+
'''Arguments:
|
1721
|
+
|
1722
|
+
* `job_run_id` (`String!`)None
|
1723
|
+
* `metrics` (`[MetricInput!]!`)None
|
1724
|
+
'''
|
1725
|
+
|
1726
|
+
log_param = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='logParam', args=sgqlc.types.ArgDict((
|
1727
|
+
('job_run_id', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='jobRunId', default=None)),
|
1728
|
+
('param', sgqlc.types.Arg(sgqlc.types.non_null(ParamInput), graphql_name='param', default=None)),
|
1729
|
+
))
|
1730
|
+
)
|
1731
|
+
'''Arguments:
|
1732
|
+
|
1733
|
+
* `job_run_id` (`String!`)None
|
1734
|
+
* `param` (`ParamInput!`)None
|
1735
|
+
'''
|
1736
|
+
|
1737
|
+
log_params = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='logParams', args=sgqlc.types.ArgDict((
|
1738
|
+
('job_run_id', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='jobRunId', default=None)),
|
1739
|
+
('params', sgqlc.types.Arg(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(ParamInput))), graphql_name='params', default=None)),
|
1740
|
+
))
|
1741
|
+
)
|
1742
|
+
'''Arguments:
|
1743
|
+
|
1744
|
+
* `job_run_id` (`String!`)None
|
1745
|
+
* `params` (`[ParamInput!]!`)None
|
1746
|
+
'''
|
1747
|
+
|
1748
|
+
rebuild_model_version_image = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='rebuildModelVersionImage', args=sgqlc.types.ArgDict((
|
1749
|
+
('model_version', sgqlc.types.Arg(sgqlc.types.non_null(ObjectVersionInput), graphql_name='modelVersion', default=None)),
|
1750
|
+
))
|
1751
|
+
)
|
1752
|
+
'''Arguments:
|
1753
|
+
|
1754
|
+
* `model_version` (`ObjectVersionInput!`)None
|
1755
|
+
'''
|
1756
|
+
|
1757
|
+
rebuild_no_model_executor_version_image = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='rebuildNoModelExecutorVersionImage', args=sgqlc.types.ArgDict((
|
1758
|
+
('executor_version', sgqlc.types.Arg(sgqlc.types.non_null(ObjectVersionInput), graphql_name='executorVersion', default=None)),
|
1759
|
+
))
|
1760
|
+
)
|
1761
|
+
'''Arguments:
|
1762
|
+
|
1763
|
+
* `executor_version` (`ObjectVersionInput!`)None
|
1764
|
+
'''
|
1765
|
+
|
1766
|
+
rename_experiment = sgqlc.types.Field(sgqlc.types.non_null(Experiment), graphql_name='renameExperiment', args=sgqlc.types.ArgDict((
|
1767
|
+
('experiment_id', sgqlc.types.Arg(sgqlc.types.non_null(Int), graphql_name='experimentId', default=None)),
|
1768
|
+
('new_name', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='newName', default=None)),
|
1769
|
+
))
|
1770
|
+
)
|
1771
|
+
'''Arguments:
|
1772
|
+
|
1773
|
+
* `experiment_id` (`Int!`)None
|
1774
|
+
* `new_name` (`String!`)None
|
1775
|
+
'''
|
1776
|
+
|
1777
|
+
serve_model = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='serveModel', args=sgqlc.types.ArgDict((
|
1778
|
+
('serving_parameters', sgqlc.types.Arg(sgqlc.types.non_null(ModelServingInput), graphql_name='servingParameters', default=None)),
|
1779
|
+
))
|
1780
|
+
)
|
1781
|
+
'''Arguments:
|
1782
|
+
|
1783
|
+
* `serving_parameters` (`ModelServingInput!`)None
|
1784
|
+
'''
|
1785
|
+
|
1786
|
+
set_dataset_loader_description = sgqlc.types.Field(sgqlc.types.non_null(DatasetLoaderInfo), graphql_name='setDatasetLoaderDescription', args=sgqlc.types.ArgDict((
|
1787
|
+
('description', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='description', default=None)),
|
1788
|
+
('name', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='name', default=None)),
|
1789
|
+
))
|
1790
|
+
)
|
1791
|
+
'''Arguments:
|
1792
|
+
|
1793
|
+
* `description` (`String!`)None
|
1794
|
+
* `name` (`String!`)None
|
1795
|
+
'''
|
1796
|
+
|
1797
|
+
set_dataset_loader_tag = sgqlc.types.Field(sgqlc.types.non_null(DatasetLoaderInfo), graphql_name='setDatasetLoaderTag', args=sgqlc.types.ArgDict((
|
1798
|
+
('key', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='key', default=None)),
|
1799
|
+
('name', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='name', default=None)),
|
1800
|
+
('value', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='value', default=None)),
|
1801
|
+
))
|
1802
|
+
)
|
1803
|
+
'''Arguments:
|
1804
|
+
|
1805
|
+
* `key` (`String!`)None
|
1806
|
+
* `name` (`String!`)None
|
1807
|
+
* `value` (`String!`)None
|
1808
|
+
'''
|
1809
|
+
|
1810
|
+
set_dataset_loader_version_description = sgqlc.types.Field(sgqlc.types.non_null(DatasetLoaderVersionInfo), graphql_name='setDatasetLoaderVersionDescription', args=sgqlc.types.ArgDict((
|
1811
|
+
('dataset_loader_version', sgqlc.types.Arg(sgqlc.types.non_null(ObjectVersionInput), graphql_name='datasetLoaderVersion', default=None)),
|
1812
|
+
('description', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='description', default=None)),
|
1813
|
+
))
|
1814
|
+
)
|
1815
|
+
'''Arguments:
|
1816
|
+
|
1817
|
+
* `dataset_loader_version` (`ObjectVersionInput!`)None
|
1818
|
+
* `description` (`String!`)None
|
1819
|
+
'''
|
1820
|
+
|
1821
|
+
set_dataset_loader_version_tag = sgqlc.types.Field(sgqlc.types.non_null(DatasetLoaderVersionInfo), graphql_name='setDatasetLoaderVersionTag', args=sgqlc.types.ArgDict((
|
1822
|
+
('dataset_loader_version', sgqlc.types.Arg(sgqlc.types.non_null(ObjectVersionInput), graphql_name='datasetLoaderVersion', default=None)),
|
1823
|
+
('key', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='key', default=None)),
|
1824
|
+
('value', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='value', default=None)),
|
1825
|
+
))
|
1826
|
+
)
|
1827
|
+
'''Arguments:
|
1828
|
+
|
1829
|
+
* `dataset_loader_version` (`ObjectVersionInput!`)None
|
1830
|
+
* `key` (`String!`)None
|
1831
|
+
* `value` (`String!`)None
|
1832
|
+
'''
|
1833
|
+
|
1834
|
+
set_executor_description = sgqlc.types.Field(sgqlc.types.non_null(ExecutorInfo), graphql_name='setExecutorDescription', args=sgqlc.types.ArgDict((
|
1835
|
+
('description', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='description', default=None)),
|
1836
|
+
('name', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='name', default=None)),
|
1837
|
+
))
|
1838
|
+
)
|
1839
|
+
'''Arguments:
|
1840
|
+
|
1841
|
+
* `description` (`String!`)None
|
1842
|
+
* `name` (`String!`)None
|
1843
|
+
'''
|
1844
|
+
|
1845
|
+
set_executor_tag = sgqlc.types.Field(sgqlc.types.non_null(ExecutorInfo), graphql_name='setExecutorTag', args=sgqlc.types.ArgDict((
|
1846
|
+
('key', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='key', default=None)),
|
1847
|
+
('name', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='name', default=None)),
|
1848
|
+
('value', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='value', default=None)),
|
1849
|
+
))
|
1850
|
+
)
|
1851
|
+
'''Arguments:
|
1852
|
+
|
1853
|
+
* `key` (`String!`)None
|
1854
|
+
* `name` (`String!`)None
|
1855
|
+
* `value` (`String!`)None
|
1856
|
+
'''
|
1857
|
+
|
1858
|
+
set_executor_version_description = sgqlc.types.Field(sgqlc.types.non_null(ExecutorVersionInfo), graphql_name='setExecutorVersionDescription', args=sgqlc.types.ArgDict((
|
1859
|
+
('description', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='description', default=None)),
|
1860
|
+
('executor_version', sgqlc.types.Arg(sgqlc.types.non_null(ObjectVersionInput), graphql_name='executorVersion', default=None)),
|
1861
|
+
))
|
1862
|
+
)
|
1863
|
+
'''Arguments:
|
1864
|
+
|
1865
|
+
* `description` (`String!`)None
|
1866
|
+
* `executor_version` (`ObjectVersionInput!`)None
|
1867
|
+
'''
|
1868
|
+
|
1869
|
+
set_executor_version_tag = sgqlc.types.Field(sgqlc.types.non_null(ExecutorVersionInfo), graphql_name='setExecutorVersionTag', args=sgqlc.types.ArgDict((
|
1870
|
+
('executor_version', sgqlc.types.Arg(sgqlc.types.non_null(ObjectVersionInput), graphql_name='executorVersion', default=None)),
|
1871
|
+
('key', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='key', default=None)),
|
1872
|
+
('value', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='value', default=None)),
|
1873
|
+
))
|
1874
|
+
)
|
1875
|
+
'''Arguments:
|
1876
|
+
|
1877
|
+
* `executor_version` (`ObjectVersionInput!`)None
|
1878
|
+
* `key` (`String!`)None
|
1879
|
+
* `value` (`String!`)None
|
1880
|
+
'''
|
1881
|
+
|
1882
|
+
set_experiment_description = sgqlc.types.Field(sgqlc.types.non_null(Experiment), graphql_name='setExperimentDescription', args=sgqlc.types.ArgDict((
|
1883
|
+
('description', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='description', default=None)),
|
1884
|
+
('experiment_id', sgqlc.types.Arg(sgqlc.types.non_null(Int), graphql_name='experimentId', default=None)),
|
1885
|
+
))
|
1886
|
+
)
|
1887
|
+
'''Arguments:
|
1888
|
+
|
1889
|
+
* `description` (`String!`)None
|
1890
|
+
* `experiment_id` (`Int!`)None
|
1891
|
+
'''
|
1892
|
+
|
1893
|
+
set_experiment_tag = sgqlc.types.Field(sgqlc.types.non_null(Experiment), graphql_name='setExperimentTag', args=sgqlc.types.ArgDict((
|
1894
|
+
('experiment_id', sgqlc.types.Arg(sgqlc.types.non_null(Int), graphql_name='experimentId', default=None)),
|
1895
|
+
('key', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='key', default=None)),
|
1896
|
+
('value', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='value', default=None)),
|
1897
|
+
))
|
1898
|
+
)
|
1899
|
+
'''Arguments:
|
1900
|
+
|
1901
|
+
* `experiment_id` (`Int!`)None
|
1902
|
+
* `key` (`String!`)None
|
1903
|
+
* `value` (`String!`)None
|
1904
|
+
'''
|
1905
|
+
|
1906
|
+
set_model_description = sgqlc.types.Field(sgqlc.types.non_null(ModelInfo), graphql_name='setModelDescription', args=sgqlc.types.ArgDict((
|
1907
|
+
('description', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='description', default=None)),
|
1908
|
+
('name', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='name', default=None)),
|
1909
|
+
))
|
1910
|
+
)
|
1911
|
+
'''Arguments:
|
1912
|
+
|
1913
|
+
* `description` (`String!`)None
|
1914
|
+
* `name` (`String!`)None
|
1915
|
+
'''
|
1916
|
+
|
1917
|
+
set_model_tag = sgqlc.types.Field(sgqlc.types.non_null(ModelInfo), graphql_name='setModelTag', args=sgqlc.types.ArgDict((
|
1918
|
+
('key', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='key', default=None)),
|
1919
|
+
('name', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='name', default=None)),
|
1920
|
+
('value', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='value', default=None)),
|
1921
|
+
))
|
1922
|
+
)
|
1923
|
+
'''Arguments:
|
1924
|
+
|
1925
|
+
* `key` (`String!`)None
|
1926
|
+
* `name` (`String!`)None
|
1927
|
+
* `value` (`String!`)None
|
1928
|
+
'''
|
1929
|
+
|
1930
|
+
set_model_version_description = sgqlc.types.Field(sgqlc.types.non_null(ModelVersionInfo), graphql_name='setModelVersionDescription', args=sgqlc.types.ArgDict((
|
1931
|
+
('description', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='description', default=None)),
|
1932
|
+
('model_version', sgqlc.types.Arg(sgqlc.types.non_null(ObjectVersionInput), graphql_name='modelVersion', default=None)),
|
1933
|
+
))
|
1934
|
+
)
|
1935
|
+
'''Arguments:
|
1936
|
+
|
1937
|
+
* `description` (`String!`)None
|
1938
|
+
* `model_version` (`ObjectVersionInput!`)None
|
1939
|
+
'''
|
1940
|
+
|
1941
|
+
set_model_version_tag = sgqlc.types.Field(sgqlc.types.non_null(ModelVersionInfo), graphql_name='setModelVersionTag', args=sgqlc.types.ArgDict((
|
1942
|
+
('key', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='key', default=None)),
|
1943
|
+
('model_version', sgqlc.types.Arg(sgqlc.types.non_null(ObjectVersionInput), graphql_name='modelVersion', default=None)),
|
1944
|
+
('value', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='value', default=None)),
|
1945
|
+
))
|
1946
|
+
)
|
1947
|
+
'''Arguments:
|
1948
|
+
|
1949
|
+
* `key` (`String!`)None
|
1950
|
+
* `model_version` (`ObjectVersionInput!`)None
|
1951
|
+
* `value` (`String!`)None
|
1952
|
+
'''
|
1953
|
+
|
1954
|
+
stop_model_serving = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='stopModelServing', args=sgqlc.types.ArgDict((
|
1955
|
+
('model_version', sgqlc.types.Arg(sgqlc.types.non_null(ObjectVersionInput), graphql_name='modelVersion', default=None)),
|
1956
|
+
))
|
1957
|
+
)
|
1958
|
+
'''Arguments:
|
1959
|
+
|
1960
|
+
* `model_version` (`ObjectVersionInput!`)None
|
1961
|
+
'''
|
1962
|
+
|
1963
|
+
update_experiment = sgqlc.types.Field(sgqlc.types.non_null(Experiment), graphql_name='updateExperiment', args=sgqlc.types.ArgDict((
|
1964
|
+
('experiment_id', sgqlc.types.Arg(sgqlc.types.non_null(Int), graphql_name='experimentId', default=None)),
|
1965
|
+
('update_experiment_form', sgqlc.types.Arg(sgqlc.types.non_null(UpdateExperimentForm), graphql_name='updateExperimentForm', default=None)),
|
1966
|
+
))
|
1967
|
+
)
|
1968
|
+
'''Arguments:
|
1969
|
+
|
1970
|
+
* `experiment_id` (`Int!`)None
|
1971
|
+
* `update_experiment_form` (`UpdateExperimentForm!`)None
|
1972
|
+
'''
|
1973
|
+
|
1974
|
+
|
1975
|
+
|
1976
|
+
class ObjectVersion(sgqlc.types.Type):
|
1977
|
+
__schema__ = schema
|
1978
|
+
__field_names__ = ('name', 'version')
|
1979
|
+
name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='name')
|
1980
|
+
|
1981
|
+
version = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name='version')
|
1982
|
+
|
1983
|
+
|
1984
|
+
|
1985
|
+
class Param(sgqlc.types.Type):
|
1986
|
+
__schema__ = schema
|
1987
|
+
__field_names__ = ('key', 'value')
|
1988
|
+
key = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='key')
|
1989
|
+
|
1990
|
+
value = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='value')
|
1991
|
+
|
1992
|
+
|
1993
|
+
|
1994
|
+
class Query(sgqlc.types.Type):
|
1995
|
+
__schema__ = schema
|
1996
|
+
__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')
|
1997
|
+
dataset_loader_from_name = sgqlc.types.Field(sgqlc.types.non_null(DatasetLoaderInfo), graphql_name='datasetLoaderFromName', args=sgqlc.types.ArgDict((
|
1998
|
+
('name', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='name', default=None)),
|
1999
|
+
))
|
2000
|
+
)
|
2001
|
+
'''Arguments:
|
2002
|
+
|
2003
|
+
* `name` (`String!`)None
|
2004
|
+
'''
|
2005
|
+
|
2006
|
+
dataset_loader_version_from_name_version = sgqlc.types.Field(sgqlc.types.non_null(DatasetLoaderVersionInfo), graphql_name='datasetLoaderVersionFromNameVersion', args=sgqlc.types.ArgDict((
|
2007
|
+
('dataset_loader_version', sgqlc.types.Arg(sgqlc.types.non_null(ObjectVersionOptionalInput), graphql_name='datasetLoaderVersion', default=None)),
|
2008
|
+
))
|
2009
|
+
)
|
2010
|
+
'''Arguments:
|
2011
|
+
|
2012
|
+
* `dataset_loader_version` (`ObjectVersionOptionalInput!`)None
|
2013
|
+
'''
|
2014
|
+
|
2015
|
+
dataset_loader_version_from_run_id = sgqlc.types.Field(sgqlc.types.non_null(DatasetLoaderVersionInfo), graphql_name='datasetLoaderVersionFromRunId', args=sgqlc.types.ArgDict((
|
2016
|
+
('run_id', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='runId', default=None)),
|
2017
|
+
))
|
2018
|
+
)
|
2019
|
+
'''Arguments:
|
2020
|
+
|
2021
|
+
* `run_id` (`String!`)None
|
2022
|
+
'''
|
2023
|
+
|
2024
|
+
executor_from_name = sgqlc.types.Field(sgqlc.types.non_null(ExecutorInfo), graphql_name='executorFromName', args=sgqlc.types.ArgDict((
|
2025
|
+
('name', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='name', default=None)),
|
2026
|
+
))
|
2027
|
+
)
|
2028
|
+
'''Arguments:
|
2029
|
+
|
2030
|
+
* `name` (`String!`)None
|
2031
|
+
'''
|
2032
|
+
|
2033
|
+
executor_version_from_name_version = sgqlc.types.Field(sgqlc.types.non_null(ExecutorVersionInfo), graphql_name='executorVersionFromNameVersion', args=sgqlc.types.ArgDict((
|
2034
|
+
('executor_version', sgqlc.types.Arg(sgqlc.types.non_null(ObjectVersionOptionalInput), graphql_name='executorVersion', default=None)),
|
2035
|
+
))
|
2036
|
+
)
|
2037
|
+
'''Arguments:
|
2038
|
+
|
2039
|
+
* `executor_version` (`ObjectVersionOptionalInput!`)None
|
2040
|
+
'''
|
2041
|
+
|
2042
|
+
executor_version_from_run_id = sgqlc.types.Field(sgqlc.types.non_null(ExecutorVersionInfo), graphql_name='executorVersionFromRunId', args=sgqlc.types.ArgDict((
|
2043
|
+
('run_id', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='runId', default=None)),
|
2044
|
+
))
|
2045
|
+
)
|
2046
|
+
'''Arguments:
|
2047
|
+
|
2048
|
+
* `run_id` (`String!`)None
|
2049
|
+
'''
|
2050
|
+
|
2051
|
+
experiment_from_id = sgqlc.types.Field(sgqlc.types.non_null(Experiment), graphql_name='experimentFromId', args=sgqlc.types.ArgDict((
|
2052
|
+
('experiment_id', sgqlc.types.Arg(sgqlc.types.non_null(Int), graphql_name='experimentId', default=None)),
|
2053
|
+
))
|
2054
|
+
)
|
2055
|
+
'''Arguments:
|
2056
|
+
|
2057
|
+
* `experiment_id` (`Int!`)None
|
2058
|
+
'''
|
2059
|
+
|
2060
|
+
experiment_from_name = sgqlc.types.Field(sgqlc.types.non_null(Experiment), graphql_name='experimentFromName', args=sgqlc.types.ArgDict((
|
2061
|
+
('name', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='name', default=None)),
|
2062
|
+
))
|
2063
|
+
)
|
2064
|
+
'''Arguments:
|
2065
|
+
|
2066
|
+
* `name` (`String!`)None
|
2067
|
+
'''
|
2068
|
+
|
2069
|
+
graph_node = sgqlc.types.Field(sgqlc.types.non_null(GraphNode), graphql_name='graphNode', args=sgqlc.types.ArgDict((
|
2070
|
+
('run_id', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='runId', default=None)),
|
2071
|
+
))
|
2072
|
+
)
|
2073
|
+
'''Arguments:
|
2074
|
+
|
2075
|
+
* `run_id` (`String!`)None
|
2076
|
+
'''
|
2077
|
+
|
2078
|
+
is_inference_model_ready = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='isInferenceModelReady', args=sgqlc.types.ArgDict((
|
2079
|
+
('model_version', sgqlc.types.Arg(sgqlc.types.non_null(ObjectVersionInput), graphql_name='modelVersion', default=None)),
|
2080
|
+
))
|
2081
|
+
)
|
2082
|
+
'''Arguments:
|
2083
|
+
|
2084
|
+
* `model_version` (`ObjectVersionInput!`)None
|
2085
|
+
'''
|
2086
|
+
|
2087
|
+
job_from_name = sgqlc.types.Field(sgqlc.types.non_null(ExecutionJob), graphql_name='jobFromName', args=sgqlc.types.ArgDict((
|
2088
|
+
('name', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='name', default=None)),
|
2089
|
+
))
|
2090
|
+
)
|
2091
|
+
'''Arguments:
|
2092
|
+
|
2093
|
+
* `name` (`String!`)None
|
2094
|
+
'''
|
2095
|
+
|
2096
|
+
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((
|
2097
|
+
('ids', sgqlc.types.Arg(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(Int))), graphql_name='ids', default=None)),
|
2098
|
+
))
|
2099
|
+
)
|
2100
|
+
'''Arguments:
|
2101
|
+
|
2102
|
+
* `ids` (`[Int!]!`)None
|
2103
|
+
'''
|
2104
|
+
|
2105
|
+
list_dataset_loader = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(DatasetLoaderInfo))), graphql_name='listDatasetLoader', args=sgqlc.types.ArgDict((
|
2106
|
+
('sorting', sgqlc.types.Arg(sgqlc.types.list_of(sgqlc.types.non_null(ObjectSortBySortingInput)), graphql_name='sorting', default=None)),
|
2107
|
+
))
|
2108
|
+
)
|
2109
|
+
'''Arguments:
|
2110
|
+
|
2111
|
+
* `sorting` (`[ObjectSortBySortingInput!]`)None (default: `null`)
|
2112
|
+
'''
|
2113
|
+
|
2114
|
+
list_executor = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(ExecutorInfo))), graphql_name='listExecutor', args=sgqlc.types.ArgDict((
|
2115
|
+
('sorting', sgqlc.types.Arg(sgqlc.types.list_of(sgqlc.types.non_null(ObjectSortBySortingInput)), graphql_name='sorting', default=None)),
|
2116
|
+
))
|
2117
|
+
)
|
2118
|
+
'''Arguments:
|
2119
|
+
|
2120
|
+
* `sorting` (`[ObjectSortBySortingInput!]`)None (default: `null`)
|
2121
|
+
'''
|
2122
|
+
|
2123
|
+
list_experiment = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(Experiment))), graphql_name='listExperiment')
|
2124
|
+
|
2125
|
+
list_graph_node = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(GraphNode))), graphql_name='listGraphNode')
|
2126
|
+
|
2127
|
+
list_initial_executor_version = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(ExecutorVersionInfo))), graphql_name='listInitialExecutorVersion')
|
2128
|
+
|
2129
|
+
list_initial_model_version = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(ModelVersionInfo))), graphql_name='listInitialModelVersion')
|
2130
|
+
|
2131
|
+
list_job = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(ExecutionJob))), graphql_name='listJob')
|
2132
|
+
|
2133
|
+
list_model = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(ModelInfo))), graphql_name='listModel', args=sgqlc.types.ArgDict((
|
2134
|
+
('sorting', sgqlc.types.Arg(sgqlc.types.list_of(sgqlc.types.non_null(ObjectSortBySortingInput)), graphql_name='sorting', default=None)),
|
2135
|
+
))
|
2136
|
+
)
|
2137
|
+
'''Arguments:
|
2138
|
+
|
2139
|
+
* `sorting` (`[ObjectSortBySortingInput!]`)None (default: `null`)
|
2140
|
+
'''
|
2141
|
+
|
2142
|
+
list_subtree_graph_node = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(GraphNode))), graphql_name='listSubtreeGraphNode', args=sgqlc.types.ArgDict((
|
2143
|
+
('root_run_id', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='rootRunId', default=None)),
|
2144
|
+
))
|
2145
|
+
)
|
2146
|
+
'''Arguments:
|
2147
|
+
|
2148
|
+
* `root_run_id` (`String!`)None
|
2149
|
+
'''
|
2150
|
+
|
2151
|
+
model_from_name = sgqlc.types.Field(sgqlc.types.non_null(ModelInfo), graphql_name='modelFromName', args=sgqlc.types.ArgDict((
|
2152
|
+
('name', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='name', default=None)),
|
2153
|
+
))
|
2154
|
+
)
|
2155
|
+
'''Arguments:
|
2156
|
+
|
2157
|
+
* `name` (`String!`)None
|
2158
|
+
'''
|
2159
|
+
|
2160
|
+
model_version_from_name_version = sgqlc.types.Field(sgqlc.types.non_null(ModelVersionInfo), graphql_name='modelVersionFromNameVersion', args=sgqlc.types.ArgDict((
|
2161
|
+
('model_version', sgqlc.types.Arg(sgqlc.types.non_null(ObjectVersionOptionalInput), graphql_name='modelVersion', default=None)),
|
2162
|
+
))
|
2163
|
+
)
|
2164
|
+
'''Arguments:
|
2165
|
+
|
2166
|
+
* `model_version` (`ObjectVersionOptionalInput!`)None
|
2167
|
+
'''
|
2168
|
+
|
2169
|
+
model_version_from_run_id = sgqlc.types.Field(sgqlc.types.non_null(ModelVersionInfo), graphql_name='modelVersionFromRunId', args=sgqlc.types.ArgDict((
|
2170
|
+
('run_id', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='runId', default=None)),
|
2171
|
+
))
|
2172
|
+
)
|
2173
|
+
'''Arguments:
|
2174
|
+
|
2175
|
+
* `run_id` (`String!`)None
|
2176
|
+
'''
|
2177
|
+
|
2178
|
+
pagination_dataset_loader = sgqlc.types.Field(sgqlc.types.non_null(DatasetLoaderPagination), graphql_name='paginationDatasetLoader', args=sgqlc.types.ArgDict((
|
2179
|
+
('filter_settings', sgqlc.types.Arg(ObjectFilterSettings, graphql_name='filterSettings', default=None)),
|
2180
|
+
('limit', sgqlc.types.Arg(Int, graphql_name='limit', default=None)),
|
2181
|
+
('offset', sgqlc.types.Arg(Int, graphql_name='offset', default=None)),
|
2182
|
+
('sorting', sgqlc.types.Arg(sgqlc.types.list_of(sgqlc.types.non_null(ObjectSortBySortingInput)), graphql_name='sorting', default=None)),
|
2183
|
+
))
|
2184
|
+
)
|
2185
|
+
'''Arguments:
|
2186
|
+
|
2187
|
+
* `filter_settings` (`ObjectFilterSettings`)None (default: `null`)
|
2188
|
+
* `limit` (`Int`)None (default: `null`)
|
2189
|
+
* `offset` (`Int`)None (default: `null`)
|
2190
|
+
* `sorting` (`[ObjectSortBySortingInput!]`)None (default: `null`)
|
2191
|
+
'''
|
2192
|
+
|
2193
|
+
pagination_executor = sgqlc.types.Field(sgqlc.types.non_null(ExecutorPagination), graphql_name='paginationExecutor', args=sgqlc.types.ArgDict((
|
2194
|
+
('filter_settings', sgqlc.types.Arg(ObjectFilterSettings, graphql_name='filterSettings', default=None)),
|
2195
|
+
('limit', sgqlc.types.Arg(Int, graphql_name='limit', default=None)),
|
2196
|
+
('offset', sgqlc.types.Arg(Int, graphql_name='offset', default=None)),
|
2197
|
+
('sorting', sgqlc.types.Arg(sgqlc.types.list_of(sgqlc.types.non_null(ObjectSortBySortingInput)), graphql_name='sorting', default=None)),
|
2198
|
+
))
|
2199
|
+
)
|
2200
|
+
'''Arguments:
|
2201
|
+
|
2202
|
+
* `filter_settings` (`ObjectFilterSettings`)None (default: `null`)
|
2203
|
+
* `limit` (`Int`)None (default: `null`)
|
2204
|
+
* `offset` (`Int`)None (default: `null`)
|
2205
|
+
* `sorting` (`[ObjectSortBySortingInput!]`)None (default: `null`)
|
2206
|
+
'''
|
2207
|
+
|
2208
|
+
pagination_experiment = sgqlc.types.Field(sgqlc.types.non_null(ExperimentPagination), graphql_name='paginationExperiment', args=sgqlc.types.ArgDict((
|
2209
|
+
('limit', sgqlc.types.Arg(Int, graphql_name='limit', default=None)),
|
2210
|
+
('offset', sgqlc.types.Arg(Int, graphql_name='offset', default=None)),
|
2211
|
+
))
|
2212
|
+
)
|
2213
|
+
'''Arguments:
|
2214
|
+
|
2215
|
+
* `limit` (`Int`)None (default: `null`)
|
2216
|
+
* `offset` (`Int`)None (default: `null`)
|
2217
|
+
'''
|
2218
|
+
|
2219
|
+
pagination_initial_executor_version = sgqlc.types.Field(sgqlc.types.non_null(ExecutorVersionPagination), graphql_name='paginationInitialExecutorVersion', args=sgqlc.types.ArgDict((
|
2220
|
+
('limit', sgqlc.types.Arg(Int, graphql_name='limit', default=None)),
|
2221
|
+
('offset', sgqlc.types.Arg(Int, graphql_name='offset', default=None)),
|
2222
|
+
))
|
2223
|
+
)
|
2224
|
+
'''Arguments:
|
2225
|
+
|
2226
|
+
* `limit` (`Int`)None (default: `null`)
|
2227
|
+
* `offset` (`Int`)None (default: `null`)
|
2228
|
+
'''
|
2229
|
+
|
2230
|
+
pagination_initial_model_version = sgqlc.types.Field(sgqlc.types.non_null(ModelVersionPagination), graphql_name='paginationInitialModelVersion', args=sgqlc.types.ArgDict((
|
2231
|
+
('limit', sgqlc.types.Arg(Int, graphql_name='limit', default=None)),
|
2232
|
+
('offset', sgqlc.types.Arg(Int, graphql_name='offset', default=None)),
|
2233
|
+
))
|
2234
|
+
)
|
2235
|
+
'''Arguments:
|
2236
|
+
|
2237
|
+
* `limit` (`Int`)None (default: `null`)
|
2238
|
+
* `offset` (`Int`)None (default: `null`)
|
2239
|
+
'''
|
2240
|
+
|
2241
|
+
pagination_job = sgqlc.types.Field(sgqlc.types.non_null(JobPagination), graphql_name='paginationJob', args=sgqlc.types.ArgDict((
|
2242
|
+
('filter_settings', sgqlc.types.Arg(JobFilterSettings, graphql_name='filterSettings', default=None)),
|
2243
|
+
('limit', sgqlc.types.Arg(Int, graphql_name='limit', default=None)),
|
2244
|
+
('offset', sgqlc.types.Arg(Int, graphql_name='offset', default=None)),
|
2245
|
+
('sorting', sgqlc.types.Arg(sgqlc.types.list_of(sgqlc.types.non_null(JobsSortBySortingInput)), graphql_name='sorting', default=None)),
|
2246
|
+
))
|
2247
|
+
)
|
2248
|
+
'''Arguments:
|
2249
|
+
|
2250
|
+
* `filter_settings` (`JobFilterSettings`)None (default: `null`)
|
2251
|
+
* `limit` (`Int`)None (default: `null`)
|
2252
|
+
* `offset` (`Int`)None (default: `null`)
|
2253
|
+
* `sorting` (`[JobsSortBySortingInput!]`)None (default: `null`)
|
2254
|
+
'''
|
2255
|
+
|
2256
|
+
pagination_model = sgqlc.types.Field(sgqlc.types.non_null(ModelPagination), graphql_name='paginationModel', args=sgqlc.types.ArgDict((
|
2257
|
+
('filter_settings', sgqlc.types.Arg(ObjectFilterSettings, graphql_name='filterSettings', default=None)),
|
2258
|
+
('limit', sgqlc.types.Arg(Int, graphql_name='limit', default=None)),
|
2259
|
+
('offset', sgqlc.types.Arg(Int, graphql_name='offset', default=None)),
|
2260
|
+
('sorting', sgqlc.types.Arg(sgqlc.types.list_of(sgqlc.types.non_null(ObjectSortBySortingInput)), graphql_name='sorting', default=None)),
|
2261
|
+
))
|
2262
|
+
)
|
2263
|
+
'''Arguments:
|
2264
|
+
|
2265
|
+
* `filter_settings` (`ObjectFilterSettings`)None (default: `null`)
|
2266
|
+
* `limit` (`Int`)None (default: `null`)
|
2267
|
+
* `offset` (`Int`)None (default: `null`)
|
2268
|
+
* `sorting` (`[ObjectSortBySortingInput!]`)None (default: `null`)
|
2269
|
+
'''
|
2270
|
+
|
2271
|
+
warning_delete_model_query = sgqlc.types.Field(sgqlc.types.non_null('WarningDeleteModel'), graphql_name='warningDeleteModelQuery', args=sgqlc.types.ArgDict((
|
2272
|
+
('name', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='name', default=None)),
|
2273
|
+
))
|
2274
|
+
)
|
2275
|
+
'''Arguments:
|
2276
|
+
|
2277
|
+
* `name` (`String!`)None
|
2278
|
+
'''
|
2279
|
+
|
2280
|
+
|
2281
|
+
|
2282
|
+
class RoleDataParams(sgqlc.types.Type):
|
2283
|
+
__schema__ = schema
|
2284
|
+
__field_names__ = ('data_params', 'role')
|
2285
|
+
data_params = sgqlc.types.Field(sgqlc.types.non_null(DataParams), graphql_name='dataParams')
|
2286
|
+
|
2287
|
+
role = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='role')
|
2288
|
+
|
2289
|
+
|
2290
|
+
|
2291
|
+
class RoleDatasetLoaderVersion(sgqlc.types.Type):
|
2292
|
+
__schema__ = schema
|
2293
|
+
__field_names__ = ('dataset_loader_version', 'role')
|
2294
|
+
dataset_loader_version = sgqlc.types.Field(sgqlc.types.non_null(DatasetLoaderVersionInfo), graphql_name='datasetLoaderVersion')
|
2295
|
+
|
2296
|
+
role = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='role')
|
2297
|
+
|
2298
|
+
|
2299
|
+
|
2300
|
+
class RoleMethodSchema(sgqlc.types.Type):
|
2301
|
+
__schema__ = schema
|
2302
|
+
__field_names__ = ('list_method_schemas', 'role')
|
2303
|
+
list_method_schemas = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(MethodSchema))), graphql_name='listMethodSchemas')
|
2304
|
+
|
2305
|
+
role = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='role')
|
2306
|
+
|
2307
|
+
|
2308
|
+
|
2309
|
+
class RoleModelParams(sgqlc.types.Type):
|
2310
|
+
__schema__ = schema
|
2311
|
+
__field_names__ = ('model_params', 'role')
|
2312
|
+
model_params = sgqlc.types.Field(sgqlc.types.non_null(ModelParams), graphql_name='modelParams')
|
2313
|
+
|
2314
|
+
role = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='role')
|
2315
|
+
|
2316
|
+
|
2317
|
+
|
2318
|
+
class RoleModelVersion(sgqlc.types.Type):
|
2319
|
+
__schema__ = schema
|
2320
|
+
__field_names__ = ('model_version', 'role')
|
2321
|
+
model_version = sgqlc.types.Field(sgqlc.types.non_null(ModelVersionInfo), graphql_name='modelVersion')
|
2322
|
+
|
2323
|
+
role = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='role')
|
2324
|
+
|
2325
|
+
|
2326
|
+
|
2327
|
+
class Subscription(sgqlc.types.Type):
|
2328
|
+
__schema__ = schema
|
2329
|
+
__field_names__ = ('build_job_status', 'job_status')
|
2330
|
+
build_job_status = sgqlc.types.Field(sgqlc.types.non_null(JobStatus), graphql_name='buildJobStatus', args=sgqlc.types.ArgDict((
|
2331
|
+
('name', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='name', default=None)),
|
2332
|
+
))
|
2333
|
+
)
|
2334
|
+
'''Arguments:
|
2335
|
+
|
2336
|
+
* `name` (`String!`)None
|
2337
|
+
'''
|
2338
|
+
|
2339
|
+
job_status = sgqlc.types.Field(sgqlc.types.non_null(JobStatus), graphql_name='jobStatus', args=sgqlc.types.ArgDict((
|
2340
|
+
('name', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='name', default=None)),
|
2341
|
+
))
|
2342
|
+
)
|
2343
|
+
'''Arguments:
|
2344
|
+
|
2345
|
+
* `name` (`String!`)None
|
2346
|
+
'''
|
2347
|
+
|
2348
|
+
|
2349
|
+
|
2350
|
+
class User(sgqlc.types.Type):
|
2351
|
+
__schema__ = schema
|
2352
|
+
__field_names__ = ('id',)
|
2353
|
+
id = sgqlc.types.Field(sgqlc.types.non_null(ID), graphql_name='id')
|
2354
|
+
|
2355
|
+
|
2356
|
+
|
2357
|
+
class WarningDeleteModel(sgqlc.types.Type):
|
2358
|
+
__schema__ = schema
|
2359
|
+
__field_names__ = ('delete_possible', 'list_model_version')
|
2360
|
+
delete_possible = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='deletePossible')
|
2361
|
+
|
2362
|
+
list_model_version = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(ModelVersionInfo))), graphql_name='listModelVersion')
|
2363
|
+
|
2364
|
+
|
2365
|
+
|
2366
|
+
|
2367
|
+
########################################################################
|
2368
|
+
# Unions
|
2369
|
+
########################################################################
|
2370
|
+
|
2371
|
+
########################################################################
|
2372
|
+
# Schema Entry Points
|
2373
|
+
########################################################################
|
2374
|
+
schema.query_type = Query
|
2375
|
+
schema.mutation_type = Mutation
|
2376
|
+
schema.subscription_type = Subscription
|
2377
|
+
|