ShuffleConfig¶
-
class
aws_cdk.aws_stepfunctions_tasks.
ShuffleConfig
(*, seed)¶ Bases:
object
(experimental) Configuration for a shuffle option for input data in a channel.
- Parameters
seed (
Union
[int
,float
]) – (experimental) Determines the shuffling order.- Stability
experimental
Attributes
-
seed
¶ (experimental) Determines the shuffling order.
- Stability
experimental
- Return type
Union
[int
,float
]