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 868894c commit b58d6e5Copy full SHA for b58d6e5
src/sagemaker/workflow/pipeline.py
@@ -382,7 +382,7 @@ def start(
382
sagemaker_session=self.sagemaker_session,
383
)
384
385
- def definition(self) -> str:
+ def definition(self) -> Dict[str, Any]:
386
"""Converts a request structure to string representation for workflow service calls."""
387
compiled_steps = StepsCompiler(
388
pipeline_name=self.name,
0 commit comments