Parameter | Type | Description | Example |
---|---|---|---|
object | The provisioned instance configurations of the function. | ||
alwaysAllocateCPU | boolean | Specify whether to always allocate CPUs to function instances. | true |
alwaysAllocateGPU | boolean | Specify whether to always allocate GPUs to function instances. | true |
current | long | The actual number of provisioned instances. | 1 |
currentError | string | The error message returned if a provisioned instance fails to be created. | image not found |
functionArn | string | The Alibaba Cloud Resource Name (ARN) of the function. | acs:fc:cn-shanghai:124:functions/myFunction |
scheduledActions | array | The configurations of scheduled auto scaling. | |
ScheduledAction | The policy of scheduled auto scaling. | ||
target | long | The number of target provisioned instances. | 5 |
targetTrackingPolicies | array | The configurations of metric-based auto scaling. | |
TargetTrackingPolicy | The metric-based auto scaling policy. |