Skip to content

Commit 5328f0c

Browse files
committed
fix formatting
1 parent 7e78bb1 commit 5328f0c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/sagemaker/processing.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def __init__(
7474
base_job_name (str): Prefix for processing job name. If not specified,
7575
the processor generates a default job name, based on the
7676
processing image name and current timestamp.
77-
sagemaker_session (:class:`~sagemaker.session.Session)`:
77+
sagemaker_session (:class:`~sagemaker.session.Session`):
7878
Session object which manages interactions with Amazon SageMaker and
7979
any other AWS services needed. If not specified, the processor creates
8080
one using the default AWS configuration chain.
@@ -315,7 +315,7 @@ def __init__(
315315
base_job_name (str): Prefix for processing name. If not specified,
316316
the processor generates a default job name, based on the
317317
processing image name and current timestamp.
318-
sagemaker_session (:class:`~sagemaker.session.Session)`:
318+
sagemaker_session (:class:`~sagemaker.session.Session`):
319319
Session object which manages interactions with Amazon SageMaker and
320320
any other AWS services needed. If not specified, the processor creates
321321
one using the default AWS configuration chain.
@@ -525,7 +525,7 @@ def __init__(self, sagemaker_session, job_name, inputs, outputs, output_kms_key=
525525
"""Initializes a Processing job.
526526
527527
Args:
528-
sagemaker_session (:class:`~sagemaker.session.Session)`:
528+
sagemaker_session (:class:`~sagemaker.session.Session`):
529529
Session object which manages interactions with Amazon SageMaker and
530530
any other AWS services needed. If not specified, the processor creates
531531
one using the default AWS configuration chain.
@@ -635,7 +635,7 @@ def from_processing_name(cls, sagemaker_session, processing_job_name):
635635
636636
Args:
637637
processing_job_name (str): Name of the processing job.
638-
sagemaker_session (:class:`~sagemaker.session.Session)`:
638+
sagemaker_session (:class:`~sagemaker.session.Session`):
639639
Session object which manages interactions with Amazon SageMaker and
640640
any other AWS services needed. If not specified, the processor creates
641641
one using the default AWS configuration chain.
@@ -683,7 +683,7 @@ def from_processing_arn(cls, sagemaker_session, processing_job_arn):
683683
684684
Args:
685685
processing_job_arn (str): ARN of the processing job.
686-
sagemaker_session (:class:`~sagemaker.session.Session)`:
686+
sagemaker_session (:class:`~sagemaker.session.Session`):
687687
Session object which manages interactions with Amazon SageMaker and
688688
any other AWS services needed. If not specified, the processor creates
689689
one using the default AWS configuration chain.

0 commit comments

Comments
 (0)