sagemaker.serve.deployment_progress#

Classes

EndpointDeploymentProgress(endpoint_name)

Rich console progress interface matching ModelTrainer design

class sagemaker.serve.deployment_progress.EndpointDeploymentProgress(endpoint_name: str)[source]#

Bases: object

Rich console progress interface matching ModelTrainer design

log(message: str)[source]#

Log a message above the progress bar

update_status(status: str)[source]#

Update the deployment status