Skip to content

Commit ab3aea5

Browse files
authored
Merge pull request #23891 from dhrubpaul/patch-2
Update ai-core-data.md
2 parents 1bfee00 + 6e3ea44 commit ab3aea5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

tutorials/ai-core-data/ai-core-data.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,14 @@ print(response.__dict__)
537537
- The Resource Group must be `default`
538538
- The `Name` field is your choice of identifier for your secret within SAP AI Core.
539539
- Entries to the other fields are found in your AWS account.
540+
**Endpoint**
541+
- This is where you specify the host for your S3 service.
542+
- Use the endpoint URL associated with your AWS S3 bucket’s region.
543+
- Example for the EU Central region:**s3-eu-central-1.amazonaws.com**
544+
- If you are using the standard AWS global endpoint, you can use:
**s3.amazonaws.com**
545+
546+
**Note:** This value corresponds to the host element in the credentials you receive when creating the S3 Object Store in BTP. AWS may provide multiple URLs, endpoints, and URIs, so ensure you enter the one specific to your bucket’s region or your S3 service host.
547+
has context menu
540548

541549
> ### Why not put a complete path to train.csv as `pathPrefix`?
542550
> You might have noticed that previously you uploaded data to `example-dataset/house-price-toy/data/jan/train.csv` but here in object store secret the `pathPrefix` is you set the value `example-dataset/house-price-toy`. This is because the use of `pathPrefix` is to restrict access to particular directory of your cloud storage.

0 commit comments

Comments
 (0)