View source on GitHub |
Represents the type of auto-sharding we enable.
Please see the DistributeOptions.auto_shard_policy documentation for more information on each type of autosharding.
Class Variables | |
---|---|
AUTO |
<AutoShardPolicy.AUTO: 0>
|
DATA |
<AutoShardPolicy.DATA: 2>
|
FILE |
<AutoShardPolicy.FILE: 1>
|
OFF |
<AutoShardPolicy.OFF: -1>
|