ShuffleConfig
- class aws_cdk.aws_stepfunctions_tasks.ShuffleConfig(*, seed)
Bases:
object
Configuration 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. from aws_cdk import aws_stepfunctions_tasks as stepfunctions_tasks shuffle_config = stepfunctions_tasks.ShuffleConfig( seed=123 )
Attributes
- seed
Determines the shuffling order.