You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
change: make start time, end time and period configurable in sagemaker.analytics.TrainingJobAnalytics (#730)
* Make start time, end time and period configurable in analytics.TrainingJobAnalytics
Creating an TrainingJobAnalytics object fails if the training job has too many
data points in the specified metrics. Make start time, end time and period
configurable so the caller can get around this limit -
https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_GetMetricStatistics.html
Original issue:
#701
* Add analytics integ test to the TensorFlow script mode minist test
* Minor changes due to PR comments and to make flake8 happy
* More minor changes
* One more minor change
0 commit comments