We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19ddce1 commit 3d935bbCopy full SHA for 3d935bb
ads/aqua/shaperecommend/recommend.py
@@ -239,6 +239,7 @@ def valid_compute_shapes(
239
"A compartment OCID is required to list available shapes. "
240
"Please provide it as a parameter or set the 'NB_SESSION_COMPARTMENT_OCID' "
241
"or 'PROJECT_COMPARTMENT_OCID' environment variable."
242
+ "cli command: export NB_SESSION_COMPARTMENT_OCID=<NB_SESSION_COMPARTMENT_OCID>"
243
)
244
245
oci_shapes = OCIDataScienceModelDeployment.shapes(compartment_id=compartment_id)
0 commit comments