We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 990bdb8 commit c2eb8dfCopy full SHA for c2eb8df
src/sagemaker/estimator.py
@@ -381,7 +381,7 @@ def _prepare_collection_configs(self):
381
if self.debugger_hook_config is not None:
382
self.collection_configs.update(self.debugger_hook_config.collection_configs or [])
383
384
- def get_debugger_artifacts_path(self):
+ def latest_job_debugger_artifacts_path(self):
385
"""Gets the path to the DebuggerHookConfig output artifacts.
386
387
Returns:
@@ -399,7 +399,7 @@ def get_debugger_artifacts_path(self):
399
)
400
return None
401
402
- def get_tensorboard_artifacts_path(self):
+ def latest_job_tensorboard_artifacts_path(self):
403
"""Gets the path to the TensorBoardOutputConfig output artifacts.
404
405
0 commit comments