@@ -48,8 +48,8 @@ def __init__(
48
48
The name of the Redshift database used in Redshift query execution.
49
49
db_user (str, default=None): The database user name used in Redshift query execution.
50
50
query_string (str, default=None): The SQL query statements to be executed.
51
- cluster_role_arn (str, default=None): The IAM role attached to your Redshift cluster that
52
- Amazon SageMaker uses to generate datasets.
51
+ cluster_role_arn (str, default=None): The IAM role attached to your Redshift cluster
52
+ that Amazon SageMaker uses to generate datasets.
53
53
output_s3_uri (str, default=None): The location in Amazon S3 where the Redshift query
54
54
results are stored.
55
55
kms_key_id (str, default=None): The AWS Key Management Service (AWS KMS) key that Amazon
@@ -92,8 +92,10 @@ def __init__(
92
92
"""Initialize AthenaDatasetDefinition.
93
93
94
94
Args:
95
- catalog (str, default=None): The name of the data catalog used in Athena query execution.
96
- database (str, default=None): The name of the database used in the Athena query execution.
95
+ catalog (str, default=None): The name of the data catalog used in Athena query
96
+ execution.
97
+ database (str, default=None): The name of the database used in the Athena query
98
+ execution.
97
99
query_string (str, default=None): The SQL query statements, to be executed.
98
100
output_s3_uri (str, default=None):
99
101
The location in Amazon S3 where Athena query results are stored.
@@ -147,13 +149,15 @@ def __init__(
147
149
source directly to your algorithm without using the EBS volume.
148
150
local_path (str, default=None):
149
151
The local path where you want Amazon SageMaker to download the Dataset
150
- Definition inputs to run a processing job. LocalPath is an absolute path to the input
151
- data. This is a required parameter when `AppManaged` is False (default).
152
+ Definition inputs to run a processing job. LocalPath is an absolute path to the
153
+ input data. This is a required parameter when `AppManaged` is False (default).
152
154
redshift_dataset_definition
153
- (:class:`~sagemaker.dataset_definition.inputs.RedshiftDatasetDefinition`,default=None):
155
+ (:class:`~sagemaker.dataset_definition.inputs.RedshiftDatasetDefinition`,
156
+ default=None):
154
157
Configuration for Redshift Dataset Definition input.
155
158
athena_dataset_definition
156
- (:class:`~sagemaker.dataset_definition.inputs.AthenaDatasetDefinition`, default=None):
159
+ (:class:`~sagemaker.dataset_definition.inputs.AthenaDatasetDefinition`,
160
+ default=None):
157
161
Configuration for Athena Dataset Definition input.
158
162
"""
159
163
super (DatasetDefinition , self ).__init__ (
0 commit comments