Skip to main content

Tool to easily inspect Amazon SageMaker resources.

Project description

Sage-Inspector

PyPI GitHub

A tool to inspect SageMaker resources more easily.

CLI

Sage-Inspector provides an si command to quickly access resources such as logs.

Example:

$ si logs tail -n 20 arn:aws:sagemaker:us-west-2:123456789012:training-job/my-job

Authentication

When using si, the tool searches ~/.aws/config for the account-id of the provided arn.

For example, the below section would match for the arn used above, and thus si would use boto3.Session(profilen_name="my_account") internally.

[profile my-account]
account = 123456789012

If it can't find account information, sage-inspector falls back to a default session.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sageinspector-0.0.2.tar.gz (19.5 kB view hashes)

Uploaded Source

Built Distribution

sageinspector-0.0.2-py3-none-any.whl (25.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page