File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 """
You can’t perform that action at this time.
0 commit comments