@@ -74,7 +74,7 @@ def __init__(
74
74
base_job_name (str): Prefix for processing job name. If not specified,
75
75
the processor generates a default job name, based on the
76
76
processing image name and current timestamp.
77
- sagemaker_session (:class:`~sagemaker.session.Session)` :
77
+ sagemaker_session (:class:`~sagemaker.session.Session`) :
78
78
Session object which manages interactions with Amazon SageMaker and
79
79
any other AWS services needed. If not specified, the processor creates
80
80
one using the default AWS configuration chain.
@@ -315,7 +315,7 @@ def __init__(
315
315
base_job_name (str): Prefix for processing name. If not specified,
316
316
the processor generates a default job name, based on the
317
317
processing image name and current timestamp.
318
- sagemaker_session (:class:`~sagemaker.session.Session)` :
318
+ sagemaker_session (:class:`~sagemaker.session.Session`) :
319
319
Session object which manages interactions with Amazon SageMaker and
320
320
any other AWS services needed. If not specified, the processor creates
321
321
one using the default AWS configuration chain.
@@ -525,7 +525,7 @@ def __init__(self, sagemaker_session, job_name, inputs, outputs, output_kms_key=
525
525
"""Initializes a Processing job.
526
526
527
527
Args:
528
- sagemaker_session (:class:`~sagemaker.session.Session)` :
528
+ sagemaker_session (:class:`~sagemaker.session.Session`) :
529
529
Session object which manages interactions with Amazon SageMaker and
530
530
any other AWS services needed. If not specified, the processor creates
531
531
one using the default AWS configuration chain.
@@ -635,7 +635,7 @@ def from_processing_name(cls, sagemaker_session, processing_job_name):
635
635
636
636
Args:
637
637
processing_job_name (str): Name of the processing job.
638
- sagemaker_session (:class:`~sagemaker.session.Session)` :
638
+ sagemaker_session (:class:`~sagemaker.session.Session`) :
639
639
Session object which manages interactions with Amazon SageMaker and
640
640
any other AWS services needed. If not specified, the processor creates
641
641
one using the default AWS configuration chain.
@@ -683,7 +683,7 @@ def from_processing_arn(cls, sagemaker_session, processing_job_arn):
683
683
684
684
Args:
685
685
processing_job_arn (str): ARN of the processing job.
686
- sagemaker_session (:class:`~sagemaker.session.Session)` :
686
+ sagemaker_session (:class:`~sagemaker.session.Session`) :
687
687
Session object which manages interactions with Amazon SageMaker and
688
688
any other AWS services needed. If not specified, the processor creates
689
689
one using the default AWS configuration chain.
0 commit comments