Skip to content

Commit fbc3677

Browse files
authored
ODSC-49489: Fix service conda environments PAR link. (#405)
2 parents 942a5f0 + b214afb commit fbc3677

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ads/common/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
MAX_DISPLAY_VALUES = 10
7272

7373
# par link of the index json file.
74-
PAR_LINK = "https://objectstorage.us-ashburn-1.oraclecloud.com/p/Ri7zFc_h91sxMdgnza9Qnqw3Ina8hf8wzDvEpAnUXMDOnUR1U1fpsaBUjUfgPgIq/n/ociodscdev/b/service-conda-packs/o/service_pack/index.json"
74+
PAR_LINK = "https://objectstorage.us-ashburn-1.oraclecloud.com/p/WyjtfVIG0uda-P3-2FmAfwaLlXYQZbvPZmfX1qg0-sbkwEQO6jpwabGr2hMDBmBp/n/ociodscdev/b/service-conda-packs/o/service_pack/index.json"
7575

7676
random_state = 42
7777
test_size = 0.3

ads/model/runtime/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def _get_index_json_through_bucket(
111111
bucketname: str
112112
The Object Storage bucketname.
113113
auth: (Dict, optional). Defaults to None.
114-
The default authetication is set using `ads.set_auth` API. If you need to override the
114+
The default authentication is set using `ads.set_auth` API. If you need to override the
115115
default, use the `ads.common.auth.api_keys` or `ads.common.auth.resource_principal` to create appropriate
116116
authentication signer and kwargs required to instantiate IdentityClient object.
117117
@@ -147,7 +147,7 @@ def get_service_packs(
147147
bucketname: str
148148
bucketname of the service pack.
149149
auth: (Dict, optional). Defaults to None.
150-
The default authetication is set using `ads.set_auth` API. If you need to override the
150+
The default authentication is set using `ads.set_auth` API. If you need to override the
151151
default, use the `ads.common.auth.api_keys` or `ads.common.auth.resource_principal` to create appropriate
152152
authentication signer and kwargs required to instantiate IdentityClient object.
153153

0 commit comments

Comments
 (0)