huaweicloudsdkoctopus 3.1.154__py2.py3-none-any.whl → 3.1.156__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. huaweicloudsdkoctopus/v2/__init__.py +72 -0
  2. huaweicloudsdkoctopus/v2/model/__init__.py +72 -0
  3. huaweicloudsdkoctopus/v2/model/alg_image_create_srlz.py +350 -0
  4. huaweicloudsdkoctopus/v2/model/alg_image_list_srlz.py +266 -0
  5. huaweicloudsdkoctopus/v2/model/algorithm_create_srlz.py +399 -0
  6. huaweicloudsdkoctopus/v2/model/algorithm_list_srlz.py +266 -0
  7. huaweicloudsdkoctopus/v2/model/batch_config_abc_info_srlz.py +142 -0
  8. huaweicloudsdkoctopus/v2/model/batch_config_evaluation_info_srlz.py +142 -0
  9. huaweicloudsdkoctopus/v2/model/batch_config_image_info_srlz.py +198 -0
  10. huaweicloudsdkoctopus/v2/model/batch_config_msg_notify_srlz.py +115 -0
  11. huaweicloudsdkoctopus/v2/model/batch_config_scenario_srlz.py +173 -0
  12. huaweicloudsdkoctopus/v2/model/batch_config_srlz.py +806 -0
  13. huaweicloudsdkoctopus/v2/model/batch_srlz.py +604 -0
  14. huaweicloudsdkoctopus/v2/model/build_create_srlz.py +115 -0
  15. huaweicloudsdkoctopus/v2/model/build_update_srlz.py +143 -0
  16. huaweicloudsdkoctopus/v2/model/category_f62_enum.py +89 -0
  17. huaweicloudsdkoctopus/v2/model/compilation_create_srlz.py +255 -0
  18. huaweicloudsdkoctopus/v2/model/compilation_update_srlz.py +311 -0
  19. huaweicloudsdkoctopus/v2/model/create_sim_algorithm_images_request.py +111 -0
  20. huaweicloudsdkoctopus/v2/model/create_sim_algorithm_images_response.py +361 -0
  21. huaweicloudsdkoctopus/v2/model/create_sim_algorithms_request.py +111 -0
  22. huaweicloudsdkoctopus/v2/model/create_sim_algorithms_response.py +404 -0
  23. huaweicloudsdkoctopus/v2/model/create_sim_batch_configs_request.py +111 -0
  24. huaweicloudsdkoctopus/v2/model/create_sim_batch_configs_response.py +819 -0
  25. huaweicloudsdkoctopus/v2/model/create_sim_extensions_request.py +111 -0
  26. huaweicloudsdkoctopus/v2/model/create_sim_extensions_response.py +314 -0
  27. huaweicloudsdkoctopus/v2/model/delete_sim_algorithm_images_request.py +114 -0
  28. huaweicloudsdkoctopus/v2/model/delete_sim_algorithm_images_response.py +85 -0
  29. huaweicloudsdkoctopus/v2/model/delete_sim_algorithms_request.py +114 -0
  30. huaweicloudsdkoctopus/v2/model/delete_sim_algorithms_response.py +85 -0
  31. huaweicloudsdkoctopus/v2/model/delete_sim_batch_configs_request.py +114 -0
  32. huaweicloudsdkoctopus/v2/model/delete_sim_batch_configs_response.py +85 -0
  33. huaweicloudsdkoctopus/v2/model/delete_sim_batches_request.py +114 -0
  34. huaweicloudsdkoctopus/v2/model/delete_sim_batches_response.py +85 -0
  35. huaweicloudsdkoctopus/v2/model/delete_sim_extensions_request.py +114 -0
  36. huaweicloudsdkoctopus/v2/model/delete_sim_extensions_response.py +85 -0
  37. huaweicloudsdkoctopus/v2/model/extension_srlz.py +353 -0
  38. huaweicloudsdkoctopus/v2/model/extensions_create_srlz.py +306 -0
  39. huaweicloudsdkoctopus/v2/model/extensions_list_srlz.py +291 -0
  40. huaweicloudsdkoctopus/v2/model/file_nested_srlz.py +279 -0
  41. huaweicloudsdkoctopus/v2/model/file_retrieve_srlz.py +310 -0
  42. huaweicloudsdkoctopus/v2/model/list_sim_algorithm_images_request.py +339 -0
  43. huaweicloudsdkoctopus/v2/model/list_sim_algorithm_images_response.py +185 -0
  44. huaweicloudsdkoctopus/v2/model/list_sim_algorithms_request.py +281 -0
  45. huaweicloudsdkoctopus/v2/model/list_sim_algorithms_response.py +185 -0
  46. huaweicloudsdkoctopus/v2/model/list_sim_batch_configs_request.py +625 -0
  47. huaweicloudsdkoctopus/v2/model/list_sim_batch_configs_response.py +185 -0
  48. huaweicloudsdkoctopus/v2/model/list_sim_batches_request.py +426 -0
  49. huaweicloudsdkoctopus/v2/model/list_sim_batches_response.py +185 -0
  50. huaweicloudsdkoctopus/v2/model/list_sim_extensions_request.py +202 -0
  51. huaweicloudsdkoctopus/v2/model/list_sim_extensions_response.py +185 -0
  52. huaweicloudsdkoctopus/v2/model/patched_alg_image_update_srlz.py +302 -0
  53. huaweicloudsdkoctopus/v2/model/patched_algorithm_update_srlz.py +796 -0
  54. huaweicloudsdkoctopus/v2/model/record_mode_enum.py +88 -0
  55. huaweicloudsdkoctopus/v2/model/run_image_status_enum.py +91 -0
  56. huaweicloudsdkoctopus/v2/model/run_srlz.py +254 -0
  57. huaweicloudsdkoctopus/v2/model/show_sim_algorithm_image_request.py +114 -0
  58. huaweicloudsdkoctopus/v2/model/show_sim_algorithm_image_response.py +361 -0
  59. huaweicloudsdkoctopus/v2/model/show_sim_algorithm_request.py +114 -0
  60. huaweicloudsdkoctopus/v2/model/show_sim_algorithm_response.py +377 -0
  61. huaweicloudsdkoctopus/v2/model/show_sim_batch_config_request.py +114 -0
  62. huaweicloudsdkoctopus/v2/model/show_sim_batch_config_response.py +819 -0
  63. huaweicloudsdkoctopus/v2/model/show_sim_extension_request.py +110 -0
  64. huaweicloudsdkoctopus/v2/model/show_sim_extension_response.py +353 -0
  65. huaweicloudsdkoctopus/v2/model/status6a7_enum.py +106 -0
  66. huaweicloudsdkoctopus/v2/model/type87e_enum.py +88 -0
  67. huaweicloudsdkoctopus/v2/model/update_sim_algorithm_images_request.py +139 -0
  68. huaweicloudsdkoctopus/v2/model/update_sim_algorithm_images_response.py +303 -0
  69. huaweicloudsdkoctopus/v2/model/update_sim_algorithms_request.py +139 -0
  70. huaweicloudsdkoctopus/v2/model/update_sim_algorithms_response.py +431 -0
  71. huaweicloudsdkoctopus/v2/model/update_sim_batch_configs_extensions_request.py +138 -0
  72. huaweicloudsdkoctopus/v2/model/update_sim_batch_configs_extensions_response.py +85 -0
  73. huaweicloudsdkoctopus/v2/model/update_sim_extensions_request.py +139 -0
  74. huaweicloudsdkoctopus/v2/model/update_sim_extensions_response.py +356 -0
  75. huaweicloudsdkoctopus/v2/octopus_async_client.py +1679 -150
  76. huaweicloudsdkoctopus/v2/octopus_client.py +1679 -150
  77. {huaweicloudsdkoctopus-3.1.154.dist-info → huaweicloudsdkoctopus-3.1.156.dist-info}/METADATA +2 -2
  78. huaweicloudsdkoctopus-3.1.156.dist-info/RECORD +126 -0
  79. huaweicloudsdkoctopus-3.1.154.dist-info/RECORD +0 -54
  80. {huaweicloudsdkoctopus-3.1.154.dist-info → huaweicloudsdkoctopus-3.1.156.dist-info}/LICENSE +0 -0
  81. {huaweicloudsdkoctopus-3.1.154.dist-info → huaweicloudsdkoctopus-3.1.156.dist-info}/WHEEL +0 -0
  82. {huaweicloudsdkoctopus-3.1.154.dist-info → huaweicloudsdkoctopus-3.1.156.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,88 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class RecordModeEnum:
9
+ """
10
+ allowed enum values
11
+ """
12
+ _0 = "0"
13
+ _1 = "1"
14
+ """
15
+ Attributes:
16
+ openapi_types (dict): The key is attribute name
17
+ and the value is attribute type.
18
+ attribute_map (dict): The key is attribute name
19
+ and the value is json key in definition.
20
+ """
21
+ sensitive_list = []
22
+
23
+ openapi_types = {
24
+ }
25
+
26
+ attribute_map = {
27
+ }
28
+
29
+ def __init__(self):
30
+ r"""RecordModeEnum
31
+
32
+ The model defined in huaweicloud sdk
33
+
34
+ """
35
+
36
+
37
+ self.discriminator = None
38
+
39
+ def to_dict(self):
40
+ """Returns the model properties as a dict"""
41
+ result = {}
42
+
43
+ for attr, _ in six.iteritems(self.openapi_types):
44
+ value = getattr(self, attr)
45
+ if isinstance(value, list):
46
+ result[attr] = list(map(
47
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
48
+ value
49
+ ))
50
+ elif hasattr(value, "to_dict"):
51
+ result[attr] = value.to_dict()
52
+ elif isinstance(value, dict):
53
+ result[attr] = dict(map(
54
+ lambda item: (item[0], item[1].to_dict())
55
+ if hasattr(item[1], "to_dict") else item,
56
+ value.items()
57
+ ))
58
+ else:
59
+ if attr in self.sensitive_list:
60
+ result[attr] = "****"
61
+ else:
62
+ result[attr] = value
63
+
64
+ return result
65
+
66
+ def to_str(self):
67
+ """Returns the string representation of the model"""
68
+ import simplejson as json
69
+ if six.PY2:
70
+ import sys
71
+ reload(sys)
72
+ sys.setdefaultencoding("utf-8")
73
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
74
+
75
+ def __repr__(self):
76
+ """For `print`"""
77
+ return self.to_str()
78
+
79
+ def __eq__(self, other):
80
+ """Returns true if both objects are equal"""
81
+ if not isinstance(other, RecordModeEnum):
82
+ return False
83
+
84
+ return self.__dict__ == other.__dict__
85
+
86
+ def __ne__(self, other):
87
+ """Returns true if both objects are not equal"""
88
+ return not self == other
@@ -0,0 +1,91 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class RunImageStatusEnum:
9
+ """
10
+ allowed enum values
11
+ """
12
+ _0 = "0"
13
+ _100 = "100"
14
+ _101 = "101"
15
+ _200 = "200"
16
+ _201 = "201"
17
+ """
18
+ Attributes:
19
+ openapi_types (dict): The key is attribute name
20
+ and the value is attribute type.
21
+ attribute_map (dict): The key is attribute name
22
+ and the value is json key in definition.
23
+ """
24
+ sensitive_list = []
25
+
26
+ openapi_types = {
27
+ }
28
+
29
+ attribute_map = {
30
+ }
31
+
32
+ def __init__(self):
33
+ r"""RunImageStatusEnum
34
+
35
+ The model defined in huaweicloud sdk
36
+
37
+ """
38
+
39
+
40
+ self.discriminator = None
41
+
42
+ def to_dict(self):
43
+ """Returns the model properties as a dict"""
44
+ result = {}
45
+
46
+ for attr, _ in six.iteritems(self.openapi_types):
47
+ value = getattr(self, attr)
48
+ if isinstance(value, list):
49
+ result[attr] = list(map(
50
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
51
+ value
52
+ ))
53
+ elif hasattr(value, "to_dict"):
54
+ result[attr] = value.to_dict()
55
+ elif isinstance(value, dict):
56
+ result[attr] = dict(map(
57
+ lambda item: (item[0], item[1].to_dict())
58
+ if hasattr(item[1], "to_dict") else item,
59
+ value.items()
60
+ ))
61
+ else:
62
+ if attr in self.sensitive_list:
63
+ result[attr] = "****"
64
+ else:
65
+ result[attr] = value
66
+
67
+ return result
68
+
69
+ def to_str(self):
70
+ """Returns the string representation of the model"""
71
+ import simplejson as json
72
+ if six.PY2:
73
+ import sys
74
+ reload(sys)
75
+ sys.setdefaultencoding("utf-8")
76
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
77
+
78
+ def __repr__(self):
79
+ """For `print`"""
80
+ return self.to_str()
81
+
82
+ def __eq__(self, other):
83
+ """Returns true if both objects are equal"""
84
+ if not isinstance(other, RunImageStatusEnum):
85
+ return False
86
+
87
+ return self.__dict__ == other.__dict__
88
+
89
+ def __ne__(self, other):
90
+ """Returns true if both objects are not equal"""
91
+ return not self == other
@@ -0,0 +1,254 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class RunSrlz:
9
+
10
+ """
11
+ Attributes:
12
+ openapi_types (dict): The key is attribute name
13
+ and the value is attribute type.
14
+ attribute_map (dict): The key is attribute name
15
+ and the value is json key in definition.
16
+ """
17
+ sensitive_list = []
18
+
19
+ openapi_types = {
20
+ 'command': 'str',
21
+ 'keyword': 'str',
22
+ 'cpu': 'float',
23
+ 'memory': 'int',
24
+ 'gpu': 'int',
25
+ 'pkg_log_dir': 'str'
26
+ }
27
+
28
+ attribute_map = {
29
+ 'command': 'command',
30
+ 'keyword': 'keyword',
31
+ 'cpu': 'cpu',
32
+ 'memory': 'memory',
33
+ 'gpu': 'gpu',
34
+ 'pkg_log_dir': 'pkg_log_dir'
35
+ }
36
+
37
+ def __init__(self, command=None, keyword=None, cpu=None, memory=None, gpu=None, pkg_log_dir=None):
38
+ r"""RunSrlz
39
+
40
+ The model defined in huaweicloud sdk
41
+
42
+ :param command: 运行命令
43
+ :type command: str
44
+ :param keyword: 算法关键字
45
+ :type keyword: str
46
+ :param cpu: cpu配额
47
+ :type cpu: float
48
+ :param memory: 内存配额
49
+ :type memory: int
50
+ :param gpu: gpu配额
51
+ :type gpu: int
52
+ :param pkg_log_dir: 日志目录打包路径
53
+ :type pkg_log_dir: str
54
+ """
55
+
56
+
57
+
58
+ self._command = None
59
+ self._keyword = None
60
+ self._cpu = None
61
+ self._memory = None
62
+ self._gpu = None
63
+ self._pkg_log_dir = None
64
+ self.discriminator = None
65
+
66
+ self.command = command
67
+ self.keyword = keyword
68
+ self.cpu = cpu
69
+ self.memory = memory
70
+ self.gpu = gpu
71
+ self.pkg_log_dir = pkg_log_dir
72
+
73
+ @property
74
+ def command(self):
75
+ r"""Gets the command of this RunSrlz.
76
+
77
+ 运行命令
78
+
79
+ :return: The command of this RunSrlz.
80
+ :rtype: str
81
+ """
82
+ return self._command
83
+
84
+ @command.setter
85
+ def command(self, command):
86
+ r"""Sets the command of this RunSrlz.
87
+
88
+ 运行命令
89
+
90
+ :param command: The command of this RunSrlz.
91
+ :type command: str
92
+ """
93
+ self._command = command
94
+
95
+ @property
96
+ def keyword(self):
97
+ r"""Gets the keyword of this RunSrlz.
98
+
99
+ 算法关键字
100
+
101
+ :return: The keyword of this RunSrlz.
102
+ :rtype: str
103
+ """
104
+ return self._keyword
105
+
106
+ @keyword.setter
107
+ def keyword(self, keyword):
108
+ r"""Sets the keyword of this RunSrlz.
109
+
110
+ 算法关键字
111
+
112
+ :param keyword: The keyword of this RunSrlz.
113
+ :type keyword: str
114
+ """
115
+ self._keyword = keyword
116
+
117
+ @property
118
+ def cpu(self):
119
+ r"""Gets the cpu of this RunSrlz.
120
+
121
+ cpu配额
122
+
123
+ :return: The cpu of this RunSrlz.
124
+ :rtype: float
125
+ """
126
+ return self._cpu
127
+
128
+ @cpu.setter
129
+ def cpu(self, cpu):
130
+ r"""Sets the cpu of this RunSrlz.
131
+
132
+ cpu配额
133
+
134
+ :param cpu: The cpu of this RunSrlz.
135
+ :type cpu: float
136
+ """
137
+ self._cpu = cpu
138
+
139
+ @property
140
+ def memory(self):
141
+ r"""Gets the memory of this RunSrlz.
142
+
143
+ 内存配额
144
+
145
+ :return: The memory of this RunSrlz.
146
+ :rtype: int
147
+ """
148
+ return self._memory
149
+
150
+ @memory.setter
151
+ def memory(self, memory):
152
+ r"""Sets the memory of this RunSrlz.
153
+
154
+ 内存配额
155
+
156
+ :param memory: The memory of this RunSrlz.
157
+ :type memory: int
158
+ """
159
+ self._memory = memory
160
+
161
+ @property
162
+ def gpu(self):
163
+ r"""Gets the gpu of this RunSrlz.
164
+
165
+ gpu配额
166
+
167
+ :return: The gpu of this RunSrlz.
168
+ :rtype: int
169
+ """
170
+ return self._gpu
171
+
172
+ @gpu.setter
173
+ def gpu(self, gpu):
174
+ r"""Sets the gpu of this RunSrlz.
175
+
176
+ gpu配额
177
+
178
+ :param gpu: The gpu of this RunSrlz.
179
+ :type gpu: int
180
+ """
181
+ self._gpu = gpu
182
+
183
+ @property
184
+ def pkg_log_dir(self):
185
+ r"""Gets the pkg_log_dir of this RunSrlz.
186
+
187
+ 日志目录打包路径
188
+
189
+ :return: The pkg_log_dir of this RunSrlz.
190
+ :rtype: str
191
+ """
192
+ return self._pkg_log_dir
193
+
194
+ @pkg_log_dir.setter
195
+ def pkg_log_dir(self, pkg_log_dir):
196
+ r"""Sets the pkg_log_dir of this RunSrlz.
197
+
198
+ 日志目录打包路径
199
+
200
+ :param pkg_log_dir: The pkg_log_dir of this RunSrlz.
201
+ :type pkg_log_dir: str
202
+ """
203
+ self._pkg_log_dir = pkg_log_dir
204
+
205
+ def to_dict(self):
206
+ """Returns the model properties as a dict"""
207
+ result = {}
208
+
209
+ for attr, _ in six.iteritems(self.openapi_types):
210
+ value = getattr(self, attr)
211
+ if isinstance(value, list):
212
+ result[attr] = list(map(
213
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
214
+ value
215
+ ))
216
+ elif hasattr(value, "to_dict"):
217
+ result[attr] = value.to_dict()
218
+ elif isinstance(value, dict):
219
+ result[attr] = dict(map(
220
+ lambda item: (item[0], item[1].to_dict())
221
+ if hasattr(item[1], "to_dict") else item,
222
+ value.items()
223
+ ))
224
+ else:
225
+ if attr in self.sensitive_list:
226
+ result[attr] = "****"
227
+ else:
228
+ result[attr] = value
229
+
230
+ return result
231
+
232
+ def to_str(self):
233
+ """Returns the string representation of the model"""
234
+ import simplejson as json
235
+ if six.PY2:
236
+ import sys
237
+ reload(sys)
238
+ sys.setdefaultencoding("utf-8")
239
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
240
+
241
+ def __repr__(self):
242
+ """For `print`"""
243
+ return self.to_str()
244
+
245
+ def __eq__(self, other):
246
+ """Returns true if both objects are equal"""
247
+ if not isinstance(other, RunSrlz):
248
+ return False
249
+
250
+ return self.__dict__ == other.__dict__
251
+
252
+ def __ne__(self, other):
253
+ """Returns true if both objects are not equal"""
254
+ return not self == other
@@ -0,0 +1,114 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class ShowSimAlgorithmImageRequest:
9
+
10
+ """
11
+ Attributes:
12
+ openapi_types (dict): The key is attribute name
13
+ and the value is attribute type.
14
+ attribute_map (dict): The key is attribute name
15
+ and the value is json key in definition.
16
+ """
17
+ sensitive_list = []
18
+
19
+ openapi_types = {
20
+ 'id': 'int'
21
+ }
22
+
23
+ attribute_map = {
24
+ 'id': 'id'
25
+ }
26
+
27
+ def __init__(self, id=None):
28
+ r"""ShowSimAlgorithmImageRequest
29
+
30
+ The model defined in huaweicloud sdk
31
+
32
+ :param id: A unique integer value identifying this alg image.
33
+ :type id: int
34
+ """
35
+
36
+
37
+
38
+ self._id = None
39
+ self.discriminator = None
40
+
41
+ self.id = id
42
+
43
+ @property
44
+ def id(self):
45
+ r"""Gets the id of this ShowSimAlgorithmImageRequest.
46
+
47
+ A unique integer value identifying this alg image.
48
+
49
+ :return: The id of this ShowSimAlgorithmImageRequest.
50
+ :rtype: int
51
+ """
52
+ return self._id
53
+
54
+ @id.setter
55
+ def id(self, id):
56
+ r"""Sets the id of this ShowSimAlgorithmImageRequest.
57
+
58
+ A unique integer value identifying this alg image.
59
+
60
+ :param id: The id of this ShowSimAlgorithmImageRequest.
61
+ :type id: int
62
+ """
63
+ self._id = id
64
+
65
+ def to_dict(self):
66
+ """Returns the model properties as a dict"""
67
+ result = {}
68
+
69
+ for attr, _ in six.iteritems(self.openapi_types):
70
+ value = getattr(self, attr)
71
+ if isinstance(value, list):
72
+ result[attr] = list(map(
73
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
74
+ value
75
+ ))
76
+ elif hasattr(value, "to_dict"):
77
+ result[attr] = value.to_dict()
78
+ elif isinstance(value, dict):
79
+ result[attr] = dict(map(
80
+ lambda item: (item[0], item[1].to_dict())
81
+ if hasattr(item[1], "to_dict") else item,
82
+ value.items()
83
+ ))
84
+ else:
85
+ if attr in self.sensitive_list:
86
+ result[attr] = "****"
87
+ else:
88
+ result[attr] = value
89
+
90
+ return result
91
+
92
+ def to_str(self):
93
+ """Returns the string representation of the model"""
94
+ import simplejson as json
95
+ if six.PY2:
96
+ import sys
97
+ reload(sys)
98
+ sys.setdefaultencoding("utf-8")
99
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
100
+
101
+ def __repr__(self):
102
+ """For `print`"""
103
+ return self.to_str()
104
+
105
+ def __eq__(self, other):
106
+ """Returns true if both objects are equal"""
107
+ if not isinstance(other, ShowSimAlgorithmImageRequest):
108
+ return False
109
+
110
+ return self.__dict__ == other.__dict__
111
+
112
+ def __ne__(self, other):
113
+ """Returns true if both objects are not equal"""
114
+ return not self == other