Skip to content

Commit 89ace6f

Browse files
Apply suggestions from code review
Co-authored-by: Jessica <113192637+jcirinosclwy@users.noreply.github.com>
1 parent 566aba5 commit 89ace6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/generative-apis/how-to/use-batch-processing.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ dates:
99
import Requirements from '@macros/iam/requirements.mdx'
1010

1111
Batch processing allows you to submit large volumes of requests to Generative APIs asynchronously, at a discounted price.
12-
Instead of sending requests one by one, you upload an input file to Object Storage and create a batch job. The service processes the requests in the background and writes the results to an output file.
12+
Instead of sending individual requests, you upload an input file to Object Storage and create a batch job. The service processes the requests in the background and writes the results to an output file.
1313

1414
<Requirements />
1515

1616
- A Scaleway account logged into the [console](https://console.scaleway.com)
1717
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization. These IAM permissions are `GenerativeApisFullAccess`, `ObjectStorageObjectsRead`,`ObjectStorageObjectsWrite`.
1818
- A valid [API key](/iam/how-to/create-api-keys/) for API authentication
19-
- You have an [Object Storage bucket](/object-storage/how-to/create-a-bucket/) bucket in the same Project in you which you want to run the batch job
19+
- An [Object Storage bucket](/object-storage/how-to/create-a-bucket/) bucket in the same Project in which you want to run the batch job
2020
- Python 3.7+ installed on your system
2121
- If bucket policies exists in the bucket storing your `.jsonl` file, the following bucket policies actions `s3:GetObject` and `s3:PutObject` for `scw-managed-genapi-batch` IAM application. This application is auto-generated by Scaleway after your first batch creation.
2222

0 commit comments

Comments
 (0)