Skip to content

Commit c2eb8df

Browse files
committed
fix: rename get_debugger_artifacts to latest_job_debugger_artifacts (aws#294)
1 parent 990bdb8 commit c2eb8df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sagemaker/estimator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ def _prepare_collection_configs(self):
381381
if self.debugger_hook_config is not None:
382382
self.collection_configs.update(self.debugger_hook_config.collection_configs or [])
383383

384-
def get_debugger_artifacts_path(self):
384+
def latest_job_debugger_artifacts_path(self):
385385
"""Gets the path to the DebuggerHookConfig output artifacts.
386386
387387
Returns:
@@ -399,7 +399,7 @@ def get_debugger_artifacts_path(self):
399399
)
400400
return None
401401

402-
def get_tensorboard_artifacts_path(self):
402+
def latest_job_tensorboard_artifacts_path(self):
403403
"""Gets the path to the TensorBoardOutputConfig output artifacts.
404404
405405
Returns:

0 commit comments

Comments
 (0)