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 0b58fba commit 9ad4d91Copy full SHA for 9ad4d91
src/sagemaker/lineage/artifact.py
@@ -81,6 +81,9 @@ class Artifact(_base_types.Record):
81
def save(self):
82
"""Save the state of this Artifact to SageMaker.
83
84
+ Note that this method must be run from a SageMaker context such as Studio or a training job
85
+ due to restrictions on the CreateArtifact API.
86
+
87
Returns:
88
Artifact: A SageMaker `Artifact` object.
89
"""
0 commit comments