We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b055d6 commit c21cb86Copy full SHA for c21cb86
src/sagemaker/clarify.py
@@ -58,7 +58,7 @@ def __init__(
58
s3_data_distribution_type (str): Valid options are "FullyReplicated" or
59
"ShardedByS3Key".
60
s3_compression_type (str): Valid options are "None" or "Gzip".
61
- joinsource (str): the name or index of the column in the dataset that acts an
+ joinsource (str): The name or index of the column in the dataset that acts an
62
identifier column (for instance, while performing a join). This column is only
63
used as an identifier, and not used for any other computations. This is an
64
optional field in all cases except when the dataset contains more than one file,
0 commit comments