We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For instance, in the following
{ "InputDataConfig": [ { "ChannelName": "training", "DataSource": { "S3DataSource": { "S3DataDistributionType": "FullyReplicated", "S3DataType": "S3Prefix", "S3Uri": "$.Payload.cloned_config" } } } ] }
where S3Uri is either ExecutionInput or StepInput should be replaced with S3Uri.$
ExecutionInput
StepInput
S3Uri.$
The text was updated successfully, but these errors were encountered:
Should be addressed by #142
Sorry, something went wrong.
#142 has been merged and will be included in the next released version (v2.2.0)
v2.2.0
No branches or pull requests
For instance, in the following
where S3Uri is either
ExecutionInput
orStepInput
should be replaced withS3Uri.$
The text was updated successfully, but these errors were encountered: