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 7aa9ead commit 6945a04Copy full SHA for 6945a04
src/sagemaker/workflow/pipeline.py
@@ -383,7 +383,11 @@ def start(
383
)
384
385
def definition(self) -> str:
386
- """Converts a request structure to string representation for workflow service calls."""
+ """Converts a request structure to string representation for workflow service calls.
387
+
388
+ Returns:
389
+ A JSON formatted string of pipeline definition.
390
+ """
391
compiled_steps = StepsCompiler(
392
pipeline_name=self.name,
393
sagemaker_session=self.sagemaker_session,
0 commit comments