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 0a63eec commit ebd4889Copy full SHA for ebd4889
src/sagemaker/processing.py
@@ -1056,9 +1056,9 @@ def __init__(
1056
s3_data_distribution_type (str): Valid options are "FullyReplicated"
1057
or "ShardedByS3Key".
1058
s3_compression_type (str): Valid options are "None" or "Gzip".
1059
- s3_input (:class:`~sagemaker.dataset_definition.S3Input`)
+ s3_input (:class:`~sagemaker.dataset_definition.inputs.S3Input`)
1060
Metadata of data objects stored in S3
1061
- dataset_definition (:class:`~sagemaker.dataset_definition.DatasetDefinition`)
+ dataset_definition (:class:`~sagemaker.dataset_definition.inputs.DatasetDefinition`)
1062
DatasetDefinition input
1063
app_managed (bool): Whether the input are managed by SageMaker or application
1064
"""
0 commit comments