ShuffleConfig
- class aws_cdk.aws_stepfunctions_tasks.ShuffleConfig(*, seed)
Bases:
objectConfiguration for a shuffle option for input data in a channel.
- Parameters:
seed (
Union[int,float]) – Determines the shuffling order.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_stepfunctions_tasks as stepfunctions_tasks shuffle_config = stepfunctions_tasks.ShuffleConfig( seed=123 )
Attributes
- seed
Determines the shuffling order.