Skip to content

Commit 212a777

Browse files
tuliocasagrandeahsan-z-khanshreyapandit
authored
documentation: Fix dataset_definition links (#2456)
Co-authored-by: Ahsan Khan <[email protected]> Co-authored-by: Shreya Pandit <[email protected]>
1 parent 8224f3a commit 212a777

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/sagemaker/dataset_definition/inputs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ class DatasetDefinition(ApiObject):
9999
Definition inputs to run a processing job. LocalPath is an absolute path to the input
100100
data. This is a required parameter when `AppManaged` is False (default).
101101
redshift_dataset_definition
102-
(:class:`~sagemaker.dataset_definition.RedshiftDatasetDefinition`): Redshift
102+
(:class:`~sagemaker.dataset_definition.inputs.RedshiftDatasetDefinition`): Redshift
103103
dataset definition.
104-
athena_dataset_definition (:class:`~sagemaker.dataset_definition.AthenaDatasetDefinition`):
104+
athena_dataset_definition (:class:`~sagemaker.dataset_definition.inputs.AthenaDatasetDefinition`):
105105
Configuration for Athena Dataset Definition input.
106106
"""
107107

src/sagemaker/processing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,9 +1065,9 @@ def __init__(
10651065
s3_data_distribution_type (str): Valid options are "FullyReplicated"
10661066
or "ShardedByS3Key".
10671067
s3_compression_type (str): Valid options are "None" or "Gzip".
1068-
s3_input (:class:`~sagemaker.dataset_definition.S3Input`)
1068+
s3_input (:class:`~sagemaker.dataset_definition.inputs.S3Input`)
10691069
Metadata of data objects stored in S3
1070-
dataset_definition (:class:`~sagemaker.dataset_definition.DatasetDefinition`)
1070+
dataset_definition (:class:`~sagemaker.dataset_definition.inputs.DatasetDefinition`)
10711071
DatasetDefinition input
10721072
app_managed (bool): Whether the input are managed by SageMaker or application
10731073
"""

0 commit comments

Comments
 (0)