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
* <p> You can call this operation only for AnalyticDB for PostgreSQL V6.0 instances in elastic storage mode whose minor version is V6.6.1.0 or later.</p>
* <p> You can call this operation only for AnalyticDB for PostgreSQL V6.0 instances in elastic storage mode whose minor version is V6.6.1.0 or later.</p>
@@ -2530,6 +2548,24 @@ public CompletableFuture<GetAccountResponse> getAccount(GetAccountRequest reques
2530
2548
}
2531
2549
}
2532
2550
2551
+
/**
2552
+
* @param request the request parameters of GetGraphRAGJob GetGraphRAGJobRequest
Copy file name to clipboardExpand all lines: gpdb-20160503/src/main/java/com/aliyun/sdk/service/gpdb20160503/models/CreateDocumentCollectionRequest.java
+117Lines changed: 117 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,14 @@ public class CreateDocumentCollectionRequest extends Request {
* <p>Specifies whether to use the memory mapping technology to create HNSW indexes. Valid values: 0 and 1. Default value: 0. We recommend that you set the value to 1 in scenarios that require upload speed but not data deletion.</p>
393
482
* <blockquote>
@@ -454,6 +543,24 @@ public Builder hnswM(Integer hnswM) {
454
543
returnthis;
455
544
}
456
545
546
+
/**
547
+
* LLMModel.
548
+
*/
549
+
publicBuilderLLMModel(StringLLMModel) {
550
+
this.putQueryParameter("LLMModel", LLMModel);
551
+
this.LLMModel = LLMModel;
552
+
returnthis;
553
+
}
554
+
555
+
/**
556
+
* Language.
557
+
*/
558
+
publicBuilderlanguage(Stringlanguage) {
559
+
this.putQueryParameter("Language", language);
560
+
this.language = language;
561
+
returnthis;
562
+
}
563
+
457
564
/**
458
565
* <p>The name of the manager account that has the rds_superuser permission.</p>
459
566
* <blockquote>
@@ -597,6 +704,16 @@ public Builder regionId(String regionId) {
Copy file name to clipboardExpand all lines: gpdb-20160503/src/main/java/com/aliyun/sdk/service/gpdb20160503/models/DescribeDBInstanceAttributeResponseBody.java
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -314,6 +314,9 @@ public static class DBInstanceAttribute extends TeaModel {
0 commit comments