Skip to content

Commit

Permalink
Update error handling messages for AWS in Sagemaker orchestrator
Browse files Browse the repository at this point in the history
  • Loading branch information
htahir1 committed Dec 20, 2024
1 parent da8fd35 commit ab0c06d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ def prepare_or_run_pipeline(
TypeError: If the network_config passed is not compatible with the
AWS SageMaker NetworkConfig class.
KeyError: If required fields are missing from schedule_info.
ClientError: If there's an AWS API error
BotoCoreError: If there's an error in the AWS SDK
ClientError: If there's an AWS API error.
BotoCoreError: If there's an error in the AWS SDK.
Yields:
A dictionary of metadata related to the pipeline run.
Expand Down

0 comments on commit ab0c06d

Please sign in to comment.