Uses of Interface
software.amazon.awssdk.services.sagemaker.model.ShuffleConfig.Builder
-
Packages that use ShuffleConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ShuffleConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ShuffleConfig.Builder Modifier and Type Method Description static ShuffleConfig.BuilderShuffleConfig. builder()ShuffleConfig.BuilderShuffleConfig.Builder. seed(Long seed)Determines the shuffling order inShuffleConfigvalue.ShuffleConfig.BuilderShuffleConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ShuffleConfig.Builder Modifier and Type Method Description static Class<? extends ShuffleConfig.Builder>ShuffleConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ShuffleConfig.Builder Modifier and Type Method Description default Channel.BuilderChannel.Builder. shuffleConfig(Consumer<ShuffleConfig.Builder> shuffleConfig)A configuration for a shuffle option for input data in a channel.
-