File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7171MAX_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
7676random_state = 42
7777test_size = 0.3
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments