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 54296f1 commit 39763e9Copy full SHA for 39763e9
ads/model/datascience_model.py
@@ -2424,8 +2424,7 @@ def get_custom_metadata_artifact(
2424
- If False (default), raises a `FileExistsError` if the file exists.
2425
Returns
2426
-------
2427
- BytesIO
2428
- custom metadata artifact content
+ None
2429
2430
"""
2431
file_content = self.dsc_model.get_custom_metadata_artifact(
@@ -2459,8 +2458,7 @@ def get_defined_metadata_artifact(
2459
2458
2460
2461
2462
2463
- Defined metadata artifact content
2464
2465
2466
file_content = self.dsc_model.get_defined_metadata_artifact(
0 commit comments