Sagemaker-python-sdk: Retrieve Sagemaker instance metrics from cloudwatch via CLI or API

Created on 11 Dec 2019  路  2Comments  路  Source: aws/sagemaker-python-sdk

Not sure if this is the right place, but I'll try:

I've got a training job running on Sagemaker. I would like to retrieve instance metrics like MemoryUtilization etc by CLI or boto3 client.

Obviously I can see them in the console. However, I cannot see them in the CLI/API. For example, when running:

aws cloudwatch list-metrics --namespace "AWS/SageMaker"

I can see only metrics regarding endpoint invocation but not any training job related metrics.

Any idea?

Thanks!

question

Most helpful comment

Hi @adiell, thanks for your question. I'd recommend opening an issue on the AWS CLI repository (https://github.com/aws/aws-cli) for questions related to CLI functionality.

As far as the sagemaker-python-sdk is concerned, you may want to take a look at these pages for information on training job metrics:

All 2 comments

Hi @adiell, thanks for your question. I'd recommend opening an issue on the AWS CLI repository (https://github.com/aws/aws-cli) for questions related to CLI functionality.

As far as the sagemaker-python-sdk is concerned, you may want to take a look at these pages for information on training job metrics:

closing due to lack of activity.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

meownoid picture meownoid  路  5Comments

nkconnor picture nkconnor  路  5Comments

jaipreet-s picture jaipreet-s  路  3Comments

cgarciae picture cgarciae  路  5Comments

velociraptor111 picture velociraptor111  路  3Comments