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 71
71
MAX_DISPLAY_VALUES = 10
72
72
73
73
# 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"
75
75
76
76
random_state = 42
77
77
test_size = 0.3
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ def _get_index_json_through_bucket(
111
111
bucketname: str
112
112
The Object Storage bucketname.
113
113
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
115
115
default, use the `ads.common.auth.api_keys` or `ads.common.auth.resource_principal` to create appropriate
116
116
authentication signer and kwargs required to instantiate IdentityClient object.
117
117
@@ -147,7 +147,7 @@ def get_service_packs(
147
147
bucketname: str
148
148
bucketname of the service pack.
149
149
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
151
151
default, use the `ads.common.auth.api_keys` or `ads.common.auth.resource_principal` to create appropriate
152
152
authentication signer and kwargs required to instantiate IdentityClient object.
153
153
You can’t perform that action at this time.
0 commit comments