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
* StatefulAsyncInvocation indicates whether the asynchronous task feature is enabled. If the value of StatefulAsyncInvocation is true, the asynchronous task feature is enabled. All asynchronous invocations change to asynchronous task mode.
* StatefulAsyncInvocation: asynchronous task. Asynchronous tasks allow you to manage the states on the basis of common asynchronous invocations, which is more suitable for task scenarios.
84
+
* The version or alias of the service to which the asynchronous task belongs.
* StatefulAsyncInvocation indicates whether the asynchronous task feature is enabled. If StatefulAsyncInvocation is set to true, the asynchronous task is enabled. All asynchronous invocations to the function corresponding to this configuration change to asynchronous task mode.
* The ListInstances operation allows you to query the available instances of a function.
113
-
* Available instances are instances that are processing requests or can be scheduled to process requests. Available instances queried by the ListInstances operation are the same as those that can be used when you call the InvokeFunction operation with the same values specified for the `serviceName`, `functionName`, and `qualifier` parameters.
104
+
* The maximum number of resources to return. Valid values: \\[0,1000].
105
+
* The number of returned resources is less than or equal to the specified number.
* StatefulAsyncInvocation: asynchronous task. Asynchronous tasks allow you to manage the states on the basis of common asynchronous invocations, which is more suitable for task scenarios.
125
+
* The metadata of the service and function to which the asynchronous task belongs.
* StatefulAsyncInvocation: asynchronous task. Asynchronous tasks allow you to manage the states on the basis of common asynchronous invocations, which is more suitable for task scenarios.
131
+
* The name of the service to which the asynchronous task belongs.
* StatefulAsyncInvocation specifies the configurations of the asynchronous task. Asynchronous tasks allow you to manage the states on the basis of common asynchronous invocations, which is more suitable for task scenarios.
Copy file name to clipboardExpand all lines: fc-open-20210406/src/main/java/com/aliyun/sdk/service/fc_open20210406/DefaultAsyncClient.java
+6-14Lines changed: 6 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -383,10 +383,6 @@ public CompletableFuture<GetFunctionResponse> getFunction(GetFunctionRequest req
383
383
}
384
384
}
385
385
386
-
/**
387
-
* StatefulAsyncInvocation indicates whether the asynchronous task feature is enabled. If the value of StatefulAsyncInvocation is true, the asynchronous task feature is enabled. All asynchronous invocations change to asynchronous task mode.
@@ -486,7 +482,7 @@ public CompletableFuture<GetServiceResponse> getService(GetServiceRequest reques
486
482
}
487
483
488
484
/**
489
-
* StatefulAsyncInvocation: asynchronous task. Asynchronous tasks allow you to manage the states on the basis of common asynchronous invocations, which is more suitable for task scenarios.
485
+
* The version or alias of the service to which the asynchronous task belongs.
490
486
*
491
487
*/
492
488
@Override
@@ -573,10 +569,6 @@ public CompletableFuture<ListEventSourcesResponse> listEventSources(ListEventSou
573
569
}
574
570
}
575
571
576
-
/**
577
-
* StatefulAsyncInvocation indicates whether the asynchronous task feature is enabled. If StatefulAsyncInvocation is set to true, the asynchronous task is enabled. All asynchronous invocations to the function corresponding to this configuration change to asynchronous task mode.
@@ -606,8 +598,8 @@ public CompletableFuture<ListFunctionsResponse> listFunctions(ListFunctionsReque
606
598
}
607
599
608
600
/**
609
-
* The ListInstances operation allows you to query the available instances of a function.
610
-
* Available instances are instances that are processing requests or can be scheduled to process requests. Available instances queried by the ListInstances operation are the same as those that can be used when you call the InvokeFunction operation with the same values specified for the `serviceName`, `functionName`, and `qualifier` parameters.
601
+
* The maximum number of resources to return. Valid values: \\[0,1000].
602
+
* The number of returned resources is less than or equal to the specified number.
611
603
*
612
604
*/
613
605
@Override
@@ -723,7 +715,7 @@ public CompletableFuture<ListServicesResponse> listServices(ListServicesRequest
723
715
}
724
716
725
717
/**
726
-
* StatefulAsyncInvocation: asynchronous task. Asynchronous tasks allow you to manage the states on the basis of common asynchronous invocations, which is more suitable for task scenarios.
718
+
* The metadata of the service and function to which the asynchronous task belongs.
727
719
*
728
720
*/
729
721
@Override
@@ -741,7 +733,7 @@ public CompletableFuture<ListStatefulAsyncInvocationFunctionsResponse> listState
741
733
}
742
734
743
735
/**
744
-
* StatefulAsyncInvocation: asynchronous task. Asynchronous tasks allow you to manage the states on the basis of common asynchronous invocations, which is more suitable for task scenarios.
736
+
* The name of the service to which the asynchronous task belongs.
745
737
*
746
738
*/
747
739
@Override
@@ -815,7 +807,7 @@ public CompletableFuture<PublishServiceVersionResponse> publishServiceVersion(Pu
815
807
}
816
808
817
809
/**
818
-
* StatefulAsyncInvocation specifies the configurations of the asynchronous task. Asynchronous tasks allow you to manage the states on the basis of common asynchronous invocations, which is more suitable for task scenarios.
Copy file name to clipboardExpand all lines: fc-open-20210406/src/main/java/com/aliyun/sdk/service/fc_open20210406/models/CreateAliasRequest.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -219,10 +219,10 @@ public Builder xFcTraceId(String xFcTraceId) {
219
219
}
220
220
221
221
/**
222
-
* The canary release version to which the alias points and the weight of the canary release version.
222
+
* The additional version to which the alias points and the weight of the additional version.
223
223
* <p>
224
224
*
225
-
* * The canary release version takes effect only when the function is invoked.
225
+
* * The additional version takes effect only when the function is invoked.
226
226
* * The value consists of a version number and a specific weight. For example, 2:0.05 indicates that when a function is invoked, Version 2 is the canary release version, 5% of the traffic is distributed to the canary release version, and 95% of the traffic is distributed to the major version.
* The name of the alias. The name contains only letters, digits, hyphens (-), and underscores (\_). The name must be 1 to 128 characters in length and cannot start with a digit or hyphen (-). The name cannot be **LATEST**.
235
+
* The name of the alias. The name can contain letters, digits, underscores (\_), and hyphens (-) only. The name cannot start with a digit or a hyphen (-). The name must be 1 to 128 characters in length. The name cannot be set to **LATEST**
Copy file name to clipboardExpand all lines: fc-open-20210406/src/main/java/com/aliyun/sdk/service/fc_open20210406/models/CreateAliasResponseBody.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -98,10 +98,10 @@ public static final class Builder {
98
98
privateStringversionId;
99
99
100
100
/**
101
-
* The canary release version to which the alias points and the weight of the canary release version.
101
+
* The additional version to which the alias points and the weight of the additional version.
102
102
* <p>
103
103
*
104
-
* * The canary release version takes effect only when the function is invoked.
104
+
* * The additional version takes effect only when the function is invoked.
105
105
* * The value consists of a version number and a specific weight. For example, 2:0.05 indicates that when a function is invoked, Version 2 is the canary release version, 5% of the traffic is distributed to the canary release version, and 95% of the traffic is distributed to the major version.
0 commit comments