alibabacloud-ehpcinstant20230701 1.0.2__tar.gz → 1.0.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of alibabacloud-ehpcinstant20230701 might be problematic. Click here for more details.

Files changed (20) hide show
  1. alibabacloud_ehpcinstant20230701-1.0.4/ChangeLog.md +31 -0
  2. alibabacloud_ehpcinstant20230701-1.0.4/PKG-INFO +65 -0
  3. alibabacloud_ehpcinstant20230701-1.0.4/alibabacloud_ehpcinstant20230701/__init__.py +1 -0
  4. {alibabacloud_ehpcinstant20230701-1.0.2 → alibabacloud_ehpcinstant20230701-1.0.4}/alibabacloud_ehpcinstant20230701/client.py +4 -0
  5. {alibabacloud_ehpcinstant20230701-1.0.2 → alibabacloud_ehpcinstant20230701-1.0.4}/alibabacloud_ehpcinstant20230701/models.py +102 -0
  6. alibabacloud_ehpcinstant20230701-1.0.4/alibabacloud_ehpcinstant20230701.egg-info/PKG-INFO +65 -0
  7. {alibabacloud_ehpcinstant20230701-1.0.2 → alibabacloud_ehpcinstant20230701-1.0.4}/alibabacloud_ehpcinstant20230701.egg-info/requires.txt +3 -3
  8. {alibabacloud_ehpcinstant20230701-1.0.2 → alibabacloud_ehpcinstant20230701-1.0.4}/setup.py +3 -3
  9. alibabacloud_ehpcinstant20230701-1.0.2/ChangeLog.md +0 -7
  10. alibabacloud_ehpcinstant20230701-1.0.2/PKG-INFO +0 -64
  11. alibabacloud_ehpcinstant20230701-1.0.2/alibabacloud_ehpcinstant20230701/__init__.py +0 -1
  12. alibabacloud_ehpcinstant20230701-1.0.2/alibabacloud_ehpcinstant20230701.egg-info/PKG-INFO +0 -64
  13. {alibabacloud_ehpcinstant20230701-1.0.2 → alibabacloud_ehpcinstant20230701-1.0.4}/LICENSE +0 -0
  14. {alibabacloud_ehpcinstant20230701-1.0.2 → alibabacloud_ehpcinstant20230701-1.0.4}/MANIFEST.in +0 -0
  15. {alibabacloud_ehpcinstant20230701-1.0.2 → alibabacloud_ehpcinstant20230701-1.0.4}/README-CN.md +0 -0
  16. {alibabacloud_ehpcinstant20230701-1.0.2 → alibabacloud_ehpcinstant20230701-1.0.4}/README.md +0 -0
  17. {alibabacloud_ehpcinstant20230701-1.0.2 → alibabacloud_ehpcinstant20230701-1.0.4}/alibabacloud_ehpcinstant20230701.egg-info/SOURCES.txt +0 -0
  18. {alibabacloud_ehpcinstant20230701-1.0.2 → alibabacloud_ehpcinstant20230701-1.0.4}/alibabacloud_ehpcinstant20230701.egg-info/dependency_links.txt +0 -0
  19. {alibabacloud_ehpcinstant20230701-1.0.2 → alibabacloud_ehpcinstant20230701-1.0.4}/alibabacloud_ehpcinstant20230701.egg-info/top_level.txt +0 -0
  20. {alibabacloud_ehpcinstant20230701-1.0.2 → alibabacloud_ehpcinstant20230701-1.0.4}/setup.cfg +0 -0
@@ -0,0 +1,31 @@
1
+ 2024-07-31 Version: 1.0.3
2
+ - Update API CreateJob: add param JobScheduler.
3
+ - Update API CreateJob: update param Tasks.
4
+ - Update API CreateJob: update response param.
5
+ - Update API GetImage: add param ImageCategory.
6
+ - Update API GetImage: add param ImageType.
7
+ - Update API GetImage: update response param.
8
+ - Update API GetJob: update response param.
9
+ - Update API ListImages: add param ImageCategory.
10
+ - Update API ListImages: add param ImageType.
11
+ - Update API ListImages: update response param.
12
+
13
+
14
+ 2024-05-15 Version: 1.0.2
15
+ - Update API CreateJob: update param Tasks.
16
+ - Update API CreateJob: update response param.
17
+ - Update API GetImage: add param ImageCategory.
18
+ - Update API GetImage: add param ImageType.
19
+ - Update API GetImage: update response param.
20
+ - Update API ListImages: add param ImageCategory.
21
+ - Update API ListImages: add param ImageType.
22
+ - Update API ListImages: update response param.
23
+
24
+
25
+ 2024-05-11 Version: 1.0.1
26
+ - Update API CreateJob: update response param.
27
+
28
+
29
+ 2024-04-24 Version: 1.0.0
30
+ - Generated python 2023-07-01 for EhpcInstant.
31
+
@@ -0,0 +1,65 @@
1
+ Metadata-Version: 2.1
2
+ Name: alibabacloud_ehpcinstant20230701
3
+ Version: 1.0.4
4
+ Summary: Alibaba Cloud EhpcInstant (20230701) SDK Library for Python
5
+ Home-page: https://github.com/aliyun/alibabacloud-python-sdk
6
+ Author: Alibaba Cloud SDK
7
+ Author-email: sdk-team@alibabacloud.com
8
+ License: Apache License 2.0
9
+ Keywords: alibabacloud,ehpcinstant20230701
10
+ Platform: any
11
+ Classifier: Development Status :: 4 - Beta
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: License :: OSI Approved :: Apache Software License
14
+ Classifier: Programming Language :: Python
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Programming Language :: Python :: 3.6
17
+ Classifier: Programming Language :: Python :: 3.7
18
+ Classifier: Programming Language :: Python :: 3.8
19
+ Classifier: Programming Language :: Python :: 3.9
20
+ Classifier: Topic :: Software Development
21
+ Requires-Python: >=3.6
22
+ Description-Content-Type: text/markdown
23
+ License-File: LICENSE
24
+
25
+ English | [简体中文](README-CN.md)
26
+ ![](https://aliyunsdk-pages.alicdn.com/icons/AlibabaCloud.svg)
27
+
28
+ ## Alibaba Cloud EhpcInstant SDK for Python
29
+
30
+ ## Requirements
31
+
32
+ - Python >= 3.6
33
+
34
+ ## Installation
35
+
36
+ - **Install with pip**
37
+
38
+ Python SDK uses a common package management tool named `pip`. If pip is not installed, see the [pip user guide](https://pip.pypa.io/en/stable/installing/ "pip User Guide") to install pip.
39
+
40
+ ```bash
41
+ # Install the alibabacloud_ehpcinstant20230701
42
+ pip install alibabacloud_ehpcinstant20230701
43
+ ```
44
+
45
+ ## Issues
46
+
47
+ [Opening an Issue](https://github.com/aliyun/alibabacloud-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.
48
+
49
+ ## Usage
50
+
51
+ [Quick Examples](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/docs/0-Usage-EN.md#quick-examples)
52
+
53
+ ## Changelog
54
+
55
+ Detailed changes for each release are documented in the [release notes](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/ehpcinstant-20230701/ChangeLog.md).
56
+
57
+ ## References
58
+
59
+ - [Latest Release](https://github.com/aliyun/alibabacloud-sdk/tree/master/python)
60
+
61
+ ## License
62
+
63
+ [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
64
+
65
+ Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
@@ -191,6 +191,8 @@ class Client(OpenApiClient):
191
191
  query['JobDescription'] = request.job_description
192
192
  if not UtilClient.is_unset(request.job_name):
193
193
  query['JobName'] = request.job_name
194
+ if not UtilClient.is_unset(request.job_scheduler):
195
+ query['JobScheduler'] = request.job_scheduler
194
196
  if not UtilClient.is_unset(request.tasks_shrink):
195
197
  query['Tasks'] = request.tasks_shrink
196
198
  req = open_api_models.OpenApiRequest(
@@ -238,6 +240,8 @@ class Client(OpenApiClient):
238
240
  query['JobDescription'] = request.job_description
239
241
  if not UtilClient.is_unset(request.job_name):
240
242
  query['JobName'] = request.job_name
243
+ if not UtilClient.is_unset(request.job_scheduler):
244
+ query['JobScheduler'] = request.job_scheduler
241
245
  if not UtilClient.is_unset(request.tasks_shrink):
242
246
  query['Tasks'] = request.tasks_shrink
243
247
  req = open_api_models.OpenApiRequest(
@@ -860,12 +860,14 @@ class CreateJobRequest(TeaModel):
860
860
  deployment_policy: CreateJobRequestDeploymentPolicy = None,
861
861
  job_description: str = None,
862
862
  job_name: str = None,
863
+ job_scheduler: str = None,
863
864
  tasks: List[CreateJobRequestTasks] = None,
864
865
  ):
865
866
  self.deployment_policy = deployment_policy
866
867
  self.job_description = job_description
867
868
  # This parameter is required.
868
869
  self.job_name = job_name
870
+ self.job_scheduler = job_scheduler
869
871
  # This parameter is required.
870
872
  self.tasks = tasks
871
873
 
@@ -889,6 +891,8 @@ class CreateJobRequest(TeaModel):
889
891
  result['JobDescription'] = self.job_description
890
892
  if self.job_name is not None:
891
893
  result['JobName'] = self.job_name
894
+ if self.job_scheduler is not None:
895
+ result['JobScheduler'] = self.job_scheduler
892
896
  result['Tasks'] = []
893
897
  if self.tasks is not None:
894
898
  for k in self.tasks:
@@ -904,6 +908,8 @@ class CreateJobRequest(TeaModel):
904
908
  self.job_description = m.get('JobDescription')
905
909
  if m.get('JobName') is not None:
906
910
  self.job_name = m.get('JobName')
911
+ if m.get('JobScheduler') is not None:
912
+ self.job_scheduler = m.get('JobScheduler')
907
913
  self.tasks = []
908
914
  if m.get('Tasks') is not None:
909
915
  for k in m.get('Tasks'):
@@ -918,12 +924,14 @@ class CreateJobShrinkRequest(TeaModel):
918
924
  deployment_policy_shrink: str = None,
919
925
  job_description: str = None,
920
926
  job_name: str = None,
927
+ job_scheduler: str = None,
921
928
  tasks_shrink: str = None,
922
929
  ):
923
930
  self.deployment_policy_shrink = deployment_policy_shrink
924
931
  self.job_description = job_description
925
932
  # This parameter is required.
926
933
  self.job_name = job_name
934
+ self.job_scheduler = job_scheduler
927
935
  # This parameter is required.
928
936
  self.tasks_shrink = tasks_shrink
929
937
 
@@ -942,6 +950,8 @@ class CreateJobShrinkRequest(TeaModel):
942
950
  result['JobDescription'] = self.job_description
943
951
  if self.job_name is not None:
944
952
  result['JobName'] = self.job_name
953
+ if self.job_scheduler is not None:
954
+ result['JobScheduler'] = self.job_scheduler
945
955
  if self.tasks_shrink is not None:
946
956
  result['Tasks'] = self.tasks_shrink
947
957
  return result
@@ -954,6 +964,8 @@ class CreateJobShrinkRequest(TeaModel):
954
964
  self.job_description = m.get('JobDescription')
955
965
  if m.get('JobName') is not None:
956
966
  self.job_name = m.get('JobName')
967
+ if m.get('JobScheduler') is not None:
968
+ self.job_scheduler = m.get('JobScheduler')
957
969
  if m.get('Tasks') is not None:
958
970
  self.tasks_shrink = m.get('Tasks')
959
971
  return self
@@ -2497,6 +2509,7 @@ class GetJobResponseBodyJobInfo(TeaModel):
2497
2509
  job_description: str = None,
2498
2510
  job_id: str = None,
2499
2511
  job_name: str = None,
2512
+ job_scheduler: str = None,
2500
2513
  start_time: str = None,
2501
2514
  status: str = None,
2502
2515
  tasks: List[GetJobResponseBodyJobInfoTasks] = None,
@@ -2507,6 +2520,7 @@ class GetJobResponseBodyJobInfo(TeaModel):
2507
2520
  self.job_description = job_description
2508
2521
  self.job_id = job_id
2509
2522
  self.job_name = job_name
2523
+ self.job_scheduler = job_scheduler
2510
2524
  self.start_time = start_time
2511
2525
  self.status = status
2512
2526
  self.tasks = tasks
@@ -2537,6 +2551,8 @@ class GetJobResponseBodyJobInfo(TeaModel):
2537
2551
  result['JobId'] = self.job_id
2538
2552
  if self.job_name is not None:
2539
2553
  result['JobName'] = self.job_name
2554
+ if self.job_scheduler is not None:
2555
+ result['JobScheduler'] = self.job_scheduler
2540
2556
  if self.start_time is not None:
2541
2557
  result['StartTime'] = self.start_time
2542
2558
  if self.status is not None:
@@ -2562,6 +2578,8 @@ class GetJobResponseBodyJobInfo(TeaModel):
2562
2578
  self.job_id = m.get('JobId')
2563
2579
  if m.get('JobName') is not None:
2564
2580
  self.job_name = m.get('JobName')
2581
+ if m.get('JobScheduler') is not None:
2582
+ self.job_scheduler = m.get('JobScheduler')
2565
2583
  if m.get('StartTime') is not None:
2566
2584
  self.start_time = m.get('StartTime')
2567
2585
  if m.get('Status') is not None:
@@ -2789,6 +2807,7 @@ class ListExecutorsResponseBodyExecutors(TeaModel):
2789
2807
  end_time: str = None,
2790
2808
  executor_id: str = None,
2791
2809
  host_name: List[str] = None,
2810
+ image: str = None,
2792
2811
  ip_address: List[str] = None,
2793
2812
  job_id: str = None,
2794
2813
  job_name: str = None,
@@ -2801,6 +2820,7 @@ class ListExecutorsResponseBodyExecutors(TeaModel):
2801
2820
  self.end_time = end_time
2802
2821
  self.executor_id = executor_id
2803
2822
  self.host_name = host_name
2823
+ self.image = image
2804
2824
  self.ip_address = ip_address
2805
2825
  self.job_id = job_id
2806
2826
  self.job_name = job_name
@@ -2827,6 +2847,8 @@ class ListExecutorsResponseBodyExecutors(TeaModel):
2827
2847
  result['ExecutorId'] = self.executor_id
2828
2848
  if self.host_name is not None:
2829
2849
  result['HostName'] = self.host_name
2850
+ if self.image is not None:
2851
+ result['Image'] = self.image
2830
2852
  if self.ip_address is not None:
2831
2853
  result['IpAddress'] = self.ip_address
2832
2854
  if self.job_id is not None:
@@ -2853,6 +2875,8 @@ class ListExecutorsResponseBodyExecutors(TeaModel):
2853
2875
  self.executor_id = m.get('ExecutorId')
2854
2876
  if m.get('HostName') is not None:
2855
2877
  self.host_name = m.get('HostName')
2878
+ if m.get('Image') is not None:
2879
+ self.image = m.get('Image')
2856
2880
  if m.get('IpAddress') is not None:
2857
2881
  self.ip_address = m.get('IpAddress')
2858
2882
  if m.get('JobId') is not None:
@@ -3299,12 +3323,76 @@ class ListJobExecutorsRequest(TeaModel):
3299
3323
  return self
3300
3324
 
3301
3325
 
3326
+ class ListJobExecutorsResponseBodyExecutorStatus(TeaModel):
3327
+ def __init__(
3328
+ self,
3329
+ deleted: int = None,
3330
+ exception: int = None,
3331
+ failed: int = None,
3332
+ initing: int = None,
3333
+ pending: int = None,
3334
+ running: int = None,
3335
+ succeeded: int = None,
3336
+ ):
3337
+ self.deleted = deleted
3338
+ self.exception = exception
3339
+ self.failed = failed
3340
+ self.initing = initing
3341
+ self.pending = pending
3342
+ self.running = running
3343
+ self.succeeded = succeeded
3344
+
3345
+ def validate(self):
3346
+ pass
3347
+
3348
+ def to_map(self):
3349
+ _map = super().to_map()
3350
+ if _map is not None:
3351
+ return _map
3352
+
3353
+ result = dict()
3354
+ if self.deleted is not None:
3355
+ result['Deleted'] = self.deleted
3356
+ if self.exception is not None:
3357
+ result['Exception'] = self.exception
3358
+ if self.failed is not None:
3359
+ result['Failed'] = self.failed
3360
+ if self.initing is not None:
3361
+ result['Initing'] = self.initing
3362
+ if self.pending is not None:
3363
+ result['Pending'] = self.pending
3364
+ if self.running is not None:
3365
+ result['Running'] = self.running
3366
+ if self.succeeded is not None:
3367
+ result['Succeeded'] = self.succeeded
3368
+ return result
3369
+
3370
+ def from_map(self, m: dict = None):
3371
+ m = m or dict()
3372
+ if m.get('Deleted') is not None:
3373
+ self.deleted = m.get('Deleted')
3374
+ if m.get('Exception') is not None:
3375
+ self.exception = m.get('Exception')
3376
+ if m.get('Failed') is not None:
3377
+ self.failed = m.get('Failed')
3378
+ if m.get('Initing') is not None:
3379
+ self.initing = m.get('Initing')
3380
+ if m.get('Pending') is not None:
3381
+ self.pending = m.get('Pending')
3382
+ if m.get('Running') is not None:
3383
+ self.running = m.get('Running')
3384
+ if m.get('Succeeded') is not None:
3385
+ self.succeeded = m.get('Succeeded')
3386
+ return self
3387
+
3388
+
3302
3389
  class ListJobExecutorsResponseBodyExecutors(TeaModel):
3303
3390
  def __init__(
3304
3391
  self,
3305
3392
  array_index: int = None,
3306
3393
  create_time: str = None,
3307
3394
  end_time: str = None,
3395
+ executor_id: str = None,
3308
3396
  host_name: List[str] = None,
3309
3397
  ip_address: List[str] = None,
3310
3398
  status: str = None,
@@ -3313,6 +3401,7 @@ class ListJobExecutorsResponseBodyExecutors(TeaModel):
3313
3401
  self.array_index = array_index
3314
3402
  self.create_time = create_time
3315
3403
  self.end_time = end_time
3404
+ self.executor_id = executor_id
3316
3405
  self.host_name = host_name
3317
3406
  self.ip_address = ip_address
3318
3407
  self.status = status
@@ -3333,6 +3422,8 @@ class ListJobExecutorsResponseBodyExecutors(TeaModel):
3333
3422
  result['CreateTime'] = self.create_time
3334
3423
  if self.end_time is not None:
3335
3424
  result['EndTime'] = self.end_time
3425
+ if self.executor_id is not None:
3426
+ result['ExecutorId'] = self.executor_id
3336
3427
  if self.host_name is not None:
3337
3428
  result['HostName'] = self.host_name
3338
3429
  if self.ip_address is not None:
@@ -3351,6 +3442,8 @@ class ListJobExecutorsResponseBodyExecutors(TeaModel):
3351
3442
  self.create_time = m.get('CreateTime')
3352
3443
  if m.get('EndTime') is not None:
3353
3444
  self.end_time = m.get('EndTime')
3445
+ if m.get('ExecutorId') is not None:
3446
+ self.executor_id = m.get('ExecutorId')
3354
3447
  if m.get('HostName') is not None:
3355
3448
  self.host_name = m.get('HostName')
3356
3449
  if m.get('IpAddress') is not None:
@@ -3365,6 +3458,7 @@ class ListJobExecutorsResponseBodyExecutors(TeaModel):
3365
3458
  class ListJobExecutorsResponseBody(TeaModel):
3366
3459
  def __init__(
3367
3460
  self,
3461
+ executor_status: ListJobExecutorsResponseBodyExecutorStatus = None,
3368
3462
  executors: List[ListJobExecutorsResponseBodyExecutors] = None,
3369
3463
  job_id: str = None,
3370
3464
  page_number: str = None,
@@ -3373,6 +3467,7 @@ class ListJobExecutorsResponseBody(TeaModel):
3373
3467
  task_name: str = None,
3374
3468
  total_count: str = None,
3375
3469
  ):
3470
+ self.executor_status = executor_status
3376
3471
  self.executors = executors
3377
3472
  self.job_id = job_id
3378
3473
  self.page_number = page_number
@@ -3382,6 +3477,8 @@ class ListJobExecutorsResponseBody(TeaModel):
3382
3477
  self.total_count = total_count
3383
3478
 
3384
3479
  def validate(self):
3480
+ if self.executor_status:
3481
+ self.executor_status.validate()
3385
3482
  if self.executors:
3386
3483
  for k in self.executors:
3387
3484
  if k:
@@ -3393,6 +3490,8 @@ class ListJobExecutorsResponseBody(TeaModel):
3393
3490
  return _map
3394
3491
 
3395
3492
  result = dict()
3493
+ if self.executor_status is not None:
3494
+ result['ExecutorStatus'] = self.executor_status.to_map()
3396
3495
  result['Executors'] = []
3397
3496
  if self.executors is not None:
3398
3497
  for k in self.executors:
@@ -3413,6 +3512,9 @@ class ListJobExecutorsResponseBody(TeaModel):
3413
3512
 
3414
3513
  def from_map(self, m: dict = None):
3415
3514
  m = m or dict()
3515
+ if m.get('ExecutorStatus') is not None:
3516
+ temp_model = ListJobExecutorsResponseBodyExecutorStatus()
3517
+ self.executor_status = temp_model.from_map(m['ExecutorStatus'])
3416
3518
  self.executors = []
3417
3519
  if m.get('Executors') is not None:
3418
3520
  for k in m.get('Executors'):
@@ -0,0 +1,65 @@
1
+ Metadata-Version: 2.1
2
+ Name: alibabacloud-ehpcinstant20230701
3
+ Version: 1.0.4
4
+ Summary: Alibaba Cloud EhpcInstant (20230701) SDK Library for Python
5
+ Home-page: https://github.com/aliyun/alibabacloud-python-sdk
6
+ Author: Alibaba Cloud SDK
7
+ Author-email: sdk-team@alibabacloud.com
8
+ License: Apache License 2.0
9
+ Keywords: alibabacloud,ehpcinstant20230701
10
+ Platform: any
11
+ Classifier: Development Status :: 4 - Beta
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: License :: OSI Approved :: Apache Software License
14
+ Classifier: Programming Language :: Python
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Programming Language :: Python :: 3.6
17
+ Classifier: Programming Language :: Python :: 3.7
18
+ Classifier: Programming Language :: Python :: 3.8
19
+ Classifier: Programming Language :: Python :: 3.9
20
+ Classifier: Topic :: Software Development
21
+ Requires-Python: >=3.6
22
+ Description-Content-Type: text/markdown
23
+ License-File: LICENSE
24
+
25
+ English | [简体中文](README-CN.md)
26
+ ![](https://aliyunsdk-pages.alicdn.com/icons/AlibabaCloud.svg)
27
+
28
+ ## Alibaba Cloud EhpcInstant SDK for Python
29
+
30
+ ## Requirements
31
+
32
+ - Python >= 3.6
33
+
34
+ ## Installation
35
+
36
+ - **Install with pip**
37
+
38
+ Python SDK uses a common package management tool named `pip`. If pip is not installed, see the [pip user guide](https://pip.pypa.io/en/stable/installing/ "pip User Guide") to install pip.
39
+
40
+ ```bash
41
+ # Install the alibabacloud_ehpcinstant20230701
42
+ pip install alibabacloud_ehpcinstant20230701
43
+ ```
44
+
45
+ ## Issues
46
+
47
+ [Opening an Issue](https://github.com/aliyun/alibabacloud-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.
48
+
49
+ ## Usage
50
+
51
+ [Quick Examples](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/docs/0-Usage-EN.md#quick-examples)
52
+
53
+ ## Changelog
54
+
55
+ Detailed changes for each release are documented in the [release notes](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/ehpcinstant-20230701/ChangeLog.md).
56
+
57
+ ## References
58
+
59
+ - [Latest Release](https://github.com/aliyun/alibabacloud-sdk/tree/master/python)
60
+
61
+ ## License
62
+
63
+ [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
64
+
65
+ Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
@@ -1,4 +1,4 @@
1
- alibabacloud_tea_util<1.0.0,>=0.3.12
2
- alibabacloud_tea_openapi<1.0.0,>=0.3.9
3
- alibabacloud_openapi_util<1.0.0,>=0.2.1
4
1
  alibabacloud_endpoint_util<1.0.0,>=0.0.3
2
+ alibabacloud_openapi_util<1.0.0,>=0.2.1
3
+ alibabacloud_tea_openapi<1.0.0,>=0.3.11
4
+ alibabacloud_tea_util<1.0.0,>=0.3.13
@@ -24,7 +24,7 @@ from setuptools import setup, find_packages
24
24
  """
25
25
  setup module for alibabacloud_ehpcinstant20230701.
26
26
 
27
- Created on 14/05/2024
27
+ Created on 14/08/2024
28
28
 
29
29
  @author: Alibaba Cloud SDK
30
30
  """
@@ -37,8 +37,8 @@ AUTHOR_EMAIL = "sdk-team@alibabacloud.com"
37
37
  URL = "https://github.com/aliyun/alibabacloud-python-sdk"
38
38
  VERSION = __import__(PACKAGE).__version__
39
39
  REQUIRES = [
40
- "alibabacloud_tea_util>=0.3.12, <1.0.0",
41
- "alibabacloud_tea_openapi>=0.3.9, <1.0.0",
40
+ "alibabacloud_tea_util>=0.3.13, <1.0.0",
41
+ "alibabacloud_tea_openapi>=0.3.11, <1.0.0",
42
42
  "alibabacloud_openapi_util>=0.2.1, <1.0.0",
43
43
  "alibabacloud_endpoint_util>=0.0.3, <1.0.0"
44
44
  ]
@@ -1,7 +0,0 @@
1
- 2024-05-11 Version: 1.0.1
2
- - Update API CreateJob: update response param.
3
-
4
-
5
- 2024-04-24 Version: 1.0.0
6
- - Generated python 2023-07-01 for EhpcInstant.
7
-
@@ -1,64 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: alibabacloud_ehpcinstant20230701
3
- Version: 1.0.2
4
- Summary: Alibaba Cloud EhpcInstant (20230701) SDK Library for Python
5
- Home-page: https://github.com/aliyun/alibabacloud-python-sdk
6
- Author: Alibaba Cloud SDK
7
- Author-email: sdk-team@alibabacloud.com
8
- License: Apache License 2.0
9
- Description: English | [简体中文](README-CN.md)
10
- ![](https://aliyunsdk-pages.alicdn.com/icons/AlibabaCloud.svg)
11
-
12
- ## Alibaba Cloud EhpcInstant SDK for Python
13
-
14
- ## Requirements
15
-
16
- - Python >= 3.6
17
-
18
- ## Installation
19
-
20
- - **Install with pip**
21
-
22
- Python SDK uses a common package management tool named `pip`. If pip is not installed, see the [pip user guide](https://pip.pypa.io/en/stable/installing/ "pip User Guide") to install pip.
23
-
24
- ```bash
25
- # Install the alibabacloud_ehpcinstant20230701
26
- pip install alibabacloud_ehpcinstant20230701
27
- ```
28
-
29
- ## Issues
30
-
31
- [Opening an Issue](https://github.com/aliyun/alibabacloud-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.
32
-
33
- ## Usage
34
-
35
- [Quick Examples](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/docs/0-Usage-EN.md#quick-examples)
36
-
37
- ## Changelog
38
-
39
- Detailed changes for each release are documented in the [release notes](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/ehpcinstant-20230701/ChangeLog.md).
40
-
41
- ## References
42
-
43
- - [Latest Release](https://github.com/aliyun/alibabacloud-sdk/tree/master/python)
44
-
45
- ## License
46
-
47
- [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
48
-
49
- Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
50
-
51
- Keywords: alibabacloud,ehpcinstant20230701
52
- Platform: any
53
- Classifier: Development Status :: 4 - Beta
54
- Classifier: Intended Audience :: Developers
55
- Classifier: License :: OSI Approved :: Apache Software License
56
- Classifier: Programming Language :: Python
57
- Classifier: Programming Language :: Python :: 3
58
- Classifier: Programming Language :: Python :: 3.6
59
- Classifier: Programming Language :: Python :: 3.7
60
- Classifier: Programming Language :: Python :: 3.8
61
- Classifier: Programming Language :: Python :: 3.9
62
- Classifier: Topic :: Software Development
63
- Requires-Python: >=3.6
64
- Description-Content-Type: text/markdown
@@ -1,64 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: alibabacloud-ehpcinstant20230701
3
- Version: 1.0.2
4
- Summary: Alibaba Cloud EhpcInstant (20230701) SDK Library for Python
5
- Home-page: https://github.com/aliyun/alibabacloud-python-sdk
6
- Author: Alibaba Cloud SDK
7
- Author-email: sdk-team@alibabacloud.com
8
- License: Apache License 2.0
9
- Description: English | [简体中文](README-CN.md)
10
- ![](https://aliyunsdk-pages.alicdn.com/icons/AlibabaCloud.svg)
11
-
12
- ## Alibaba Cloud EhpcInstant SDK for Python
13
-
14
- ## Requirements
15
-
16
- - Python >= 3.6
17
-
18
- ## Installation
19
-
20
- - **Install with pip**
21
-
22
- Python SDK uses a common package management tool named `pip`. If pip is not installed, see the [pip user guide](https://pip.pypa.io/en/stable/installing/ "pip User Guide") to install pip.
23
-
24
- ```bash
25
- # Install the alibabacloud_ehpcinstant20230701
26
- pip install alibabacloud_ehpcinstant20230701
27
- ```
28
-
29
- ## Issues
30
-
31
- [Opening an Issue](https://github.com/aliyun/alibabacloud-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.
32
-
33
- ## Usage
34
-
35
- [Quick Examples](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/docs/0-Usage-EN.md#quick-examples)
36
-
37
- ## Changelog
38
-
39
- Detailed changes for each release are documented in the [release notes](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/ehpcinstant-20230701/ChangeLog.md).
40
-
41
- ## References
42
-
43
- - [Latest Release](https://github.com/aliyun/alibabacloud-sdk/tree/master/python)
44
-
45
- ## License
46
-
47
- [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
48
-
49
- Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
50
-
51
- Keywords: alibabacloud,ehpcinstant20230701
52
- Platform: any
53
- Classifier: Development Status :: 4 - Beta
54
- Classifier: Intended Audience :: Developers
55
- Classifier: License :: OSI Approved :: Apache Software License
56
- Classifier: Programming Language :: Python
57
- Classifier: Programming Language :: Python :: 3
58
- Classifier: Programming Language :: Python :: 3.6
59
- Classifier: Programming Language :: Python :: 3.7
60
- Classifier: Programming Language :: Python :: 3.8
61
- Classifier: Programming Language :: Python :: 3.9
62
- Classifier: Topic :: Software Development
63
- Requires-Python: >=3.6
64
- Description-Content-Type: text/markdown