-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
UXcomponent: processingRelates to the SageMaker Processing PlatformRelates to the SageMaker Processing Platform
Description
| dataset_definition=None, |
The new ProcessingInput implementation now takes dataset_definition as a parameter, but fails when S3 Dataset Definition is used:
ParamValidationError: Parameter validation failed:
Unknown parameter in ProcessingInputs[1].DatasetDefinition: "Typename", must be one of: AthenaDatasetDefinition, RedshiftDatasetDefinition, LocalPath, DataDistributionType, InputMode
Unknown parameter in ProcessingInputs[1].DatasetDefinition: "Datasetsourcetype", must be one of: AthenaDatasetDefinition, RedshiftDatasetDefinition, LocalPath, DataDistributionType, InputMode
Unknown parameter in ProcessingInputs[1].DatasetDefinition: "Name", must be one of: AthenaDatasetDefinition, RedshiftDatasetDefinition, LocalPath, DataDistributionType, InputMode
Unknown parameter in ProcessingInputs[1].DatasetDefinition: "S3Executioncontext", must be one of: AthenaDatasetDefinition, RedshiftDatasetDefinition, LocalPath, DataDistributionType, InputMode
This is inconvenient to use, as it requires different implementation for S3 inputs. Not entirely sure why this is implemented as such.
Metadata
Metadata
Assignees
Labels
UXcomponent: processingRelates to the SageMaker Processing PlatformRelates to the SageMaker Processing Platform