You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pai-dsw-20220101/core/Models/CreateInstanceRequest.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -247,7 +247,7 @@ public class CreateInstanceRequestDatasets : TeaModel {
247
247
publicstringOptionType{get;set;}
248
248
249
249
/// <summary>
250
-
/// <para>The custom dataset mount options. Only OSS is supported. You cannot specify OptionType at the same time. For more information, see <a href="https://help.aliyun.com/zh/pai/user-guide/read-and-write-dataset-data">DSW mount configurations</a>.</para>
250
+
/// <para>The custom dataset mount options. Only OSS is supported. You cannot specify OptionType at the same time. For more information, see <a href="https://www.alibabacloud.com/help/en/pai/user-guide/read-and-write-dataset-data">DSW mount configurations</a>.</para>
/// <item><description>InternalError: an internal error. All errors, except for parameter validation errors, are classified as internal errors.</description></item>
16
+
/// <item><description>ValidationError: a parameter validation error.</description></item>
17
+
/// </list>
18
+
///
13
19
/// <b>Example:</b>
14
20
/// <para>null</para>
15
21
/// </summary>
16
22
[NameInMap("Code")]
17
23
[Validation(Required=false)]
18
24
publicstringCode{get;set;}
19
25
26
+
/// <summary>
27
+
/// <para>The specifications of the ECS instances returned on this page.</para>
Copy file name to clipboardExpand all lines: pai-dsw-20220101/core/Models/UpdateInstanceRequest.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -188,7 +188,7 @@ public class UpdateInstanceRequestDatasets : TeaModel {
188
188
publicstringOptionType{get;set;}
189
189
190
190
/// <summary>
191
-
/// <para>The custom dataset mount options. Only OSS is supported. You cannot specify OptionType at the same time. For more information, see <a href="https://help.aliyun.com/zh/pai/user-guide/read-and-write-dataset-data">DSW mount configurations</a>.</para>
191
+
/// <para>The custom dataset mount options. Only OSS is supported. You cannot specify OptionType at the same time. For more information, see <a href="https://www.alibabacloud.com/help/en/pai/user-guide/read-and-write-dataset-data">DSW mount configurations</a>.</para>
0 commit comments