Python SDK to use Oracle AI Data Platform Workbench.
Project description
Oracle AI Data Platform
Oracle AI Data Platform Workbench simplifies cataloging, ingesting, and analyzing data for data professionals in an organization. The Oracle AI Data Platform Workbench service provides the platform and the framework to create data analytics pipelines.
Documentation
Oracle AI Data Platform Workbench documentation
Using SDK
The aidp-python-client SDK is the Python artifact for calling Oracle AI Data Platform public APIs from Python applications and automation.
Configure Auth
AIDP clients use OCI authentication. Configure an OCI profile before invoking the SDK.
oci setup config
For session-token authentication, authenticate with OCI CLI:
oci session authenticate \
--profile-name DEFAULT \
--region us-ashburn-1 \
--tenancy-name <tenancy_name>
For API-key authentication, create an OCI config profile once if you do not already have one. OCI CLI can create the file for you if it is installed. Existing OCI config profiles can be reused.
Use the SDK
client = WorkspaceClient(config, signer=signer)
response = client.list_workspaces(ai_data_platform_id, limit=10)
For more details, see Oracle AI Data Platform Python SDK documentation.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aidp_python_client-1.0.1-py3-none-any.whl.
File metadata
- Download URL: aidp_python_client-1.0.1-py3-none-any.whl
- Upload date:
- Size: 1.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab22170e81fdc309855b1d553945b10c6740421678f000b824a250c85ea05429
|
|
| MD5 |
5d04db8838dd76f5b15668fa0423ae38
|
|
| BLAKE2b-256 |
47f975669eec1329de9b7c9dd0d5f6b29003542ab5fd47a7dd9da25b26c09fad
|