File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed
src/main/java/com/aliyuncs/eci/model/v20180808 Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1+ 2024-11-20 Version 1.5.6
2+ 1、BatchCreateContainerGroups support gpuDriverVersion
3+
142024-09-11 Version 1.5.5
251、Api support: TagResources、UntagResources、ListTagResources
36
Original file line number Diff line number Diff line change 33 <groupId >com.aliyun</groupId >
44 <artifactId >aliyun-java-sdk-eci</artifactId >
55 <packaging >jar</packaging >
6- <version >1.5.5 </version >
6+ <version >1.5.6 </version >
77 <name >aliyun-java-sdk-eci</name >
88 <url >http://www.aliyun.com</url >
99 <description >Aliyun Open API SDK for Java
Original file line number Diff line number Diff line change @@ -139,6 +139,8 @@ public BatchCreateContainerGroupsRequest() {
139139
140140 private Boolean dataCacheBurstingEnabled ;
141141
142+ private String gpuDriverVersion ;
143+
142144 public String getDataCacheBucket () {
143145 return dataCacheBucket ;
144146 }
@@ -183,6 +185,17 @@ public void setDataCacheBurstingEnabled(Boolean dataCacheBurstingEnabled) {
183185 }
184186 }
185187
188+ public String getGpuDriverVersion () {
189+ return gpuDriverVersion ;
190+ }
191+
192+ public void setGpuDriverVersion (String gpuDriverVersion ) {
193+ this .gpuDriverVersion = gpuDriverVersion ;
194+ if (gpuDriverVersion != null ) {
195+ putQueryParameter ("GpuDriverVersion" , gpuDriverVersion );
196+ }
197+ }
198+
186199 public Long getResourceOwnerId () {
187200 return this .resourceOwnerId ;
188201 }
You can’t perform that action at this time.
0 commit comments