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 9b17284 commit cec856bCopy full SHA for cec856b
ads/model/service/oci_datascience_model.py
@@ -624,7 +624,7 @@ def get_metadata_content(
624
self,
625
artifact_path_or_content: Union[str, bytes],
626
path_type: MetadataArtifactPathType,
627
- ):
+ ) -> bytes:
628
"""
629
returns the content of the metadata artifact
630
@@ -639,7 +639,8 @@ def get_metadata_content(
639
640
Returns
641
-------
642
- metadata artifact content
+ bytes
643
+ metadata artifact content in bytes
644
645
646
if path_type == MetadataArtifactPathType.CONTENT:
0 commit comments