Skip to content

Commit e4ee88c

Browse files
authored
bring in uncommitted changes from @beckykd (#3955)
In #3798, Becky made suggestions that did not get applied (because auto-merge was turned on). Applying her edits.
1 parent 62ecea3 commit e4ee88c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/guides/access-instances-platform-apis.mdx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ Some relevant pages:
1818
- [Update a resource instance](https://cloud.ibm.com/apidocs/resource-controller/resource-controller#update-resource-instance)
1919
- [Get a resource instance](https://cloud.ibm.com/apidocs/resource-controller/resource-controller#get-resource-instance)
2020
- [Get a list of all resource instances](https://cloud.ibm.com/apidocs/resource-controller/resource-controller#list-resource-instances)
21-
- When getting a list of all resource instances, note that you can filter to only Qiskit Runtime instances with `resource_id = "b6049020-80f4-11eb-a0f7-e35ec9b4054f"`
21+
22+
When getting a list of all resource instances, note that you can filter to only Qiskit Runtime instances with `resource_id = "b6049020-80f4-11eb-a0f7-e35ec9b4054f"`
2223

2324
</Admonition>
2425

@@ -29,15 +30,15 @@ In the body when provisioning an instance:
2930

3031
- **instance_limit_seconds** (string or null, `^[0-9]+$`): The limit to set on the instance. For Open Plan: if omitted, this defaults to 10 minutes.
3132
.
32-
- **usage_allocation_seconds** (string or null, `^[0-9]+$`): Allotted time for the instance, used by the fair-share scheduler to determine the priority in the queue, based on usage of all QPUs. (This does not apply to Pay-As-You-Go.)
33-
- **backends** (Array of list of backends (strings or null) or array with "ANY")): the allow-list of names of backends that are available to this instance. Default: `["ANY"]`, means all backends available on this plan. `[]` means no backends.
33+
- **usage_allocation_seconds** (string or null, `^[0-9]+$`): Allotted time for the instance, used by the fair-share scheduler to determine the priority in the queue, based on usage of all QPUs. (This does not apply to Pay-As-You-Go instances.)
34+
- **backends** (Array of lists of backends (strings or null) or array with "ANY")): the allow-list of names of backends that are available to this instance. Default: `["ANY"]`, means all backends available on this plan. `[]` means no backends.
3435

3536
## `extensions`
3637

3738
In the response when provisioning or when getting the details of an instance:
3839

39-
> Additional instance properties contributed by the service that are represented as key-value pairs. These properties persist with the instance under the extensions property.
40+
Additional instance properties contributed by the service that are represented as key-value pairs. These properties persist with the instance under the extensions property.
4041

41-
- **instance_limit_seconds** (integer or null, `>= 0`): The limit to set on the instance.
42+
- **instance_limit_seconds** (integer or null, `>= 0`): The time limit to set on the instance.
4243
- **usage_allocation_seconds** (integer or null, `>= 0`): Allotted time for the instance, used by the fair-share scheduler to determine the priority in the queue, based on usage of all QPUs.
43-
- **backends** (Required; array of list of backends (strings) or array with "ANY" (strings)): the allow-list of names of backends that are available to this instance. Default: `["ANY"]`, means all backends available on this plan. `[]` means no backends.
44+
- **backends** (Required; array of lists of backends (strings) or array with "ANY" (strings)): The allow-list of names of backends that are available to this instance. Default: `["ANY"]`, means all backends are available on this plan. `[]` means no backends.

0 commit comments

Comments
 (0)