Uses of Enum
software.amazon.awscdk.services.stepfunctions.tasks.BatchStrategy
Packages that use BatchStrategy
Package
Description
Tasks for AWS Step Functions
-
Uses of BatchStrategy in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return BatchStrategyModifier and TypeMethodDescriptiondefault BatchStrategySageMakerCreateTransformJobJsonataProps.getBatchStrategy()Number of records to include in a mini-batch for an HTTP inference request.final BatchStrategySageMakerCreateTransformJobJsonataProps.Jsii$Proxy.getBatchStrategy()default BatchStrategySageMakerCreateTransformJobJsonPathProps.getBatchStrategy()Number of records to include in a mini-batch for an HTTP inference request.final BatchStrategySageMakerCreateTransformJobJsonPathProps.Jsii$Proxy.getBatchStrategy()default BatchStrategySageMakerCreateTransformJobProps.getBatchStrategy()Number of records to include in a mini-batch for an HTTP inference request.final BatchStrategySageMakerCreateTransformJobProps.Jsii$Proxy.getBatchStrategy()static BatchStrategyReturns the enum constant of this type with the specified name.static BatchStrategy[]BatchStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type BatchStrategyModifier and TypeMethodDescriptionSageMakerCreateTransformJob.Builder.batchStrategy(BatchStrategy batchStrategy) Number of records to include in a mini-batch for an HTTP inference request.SageMakerCreateTransformJobJsonataProps.Builder.batchStrategy(BatchStrategy batchStrategy) Sets the value ofSageMakerCreateTransformJobJsonataProps.getBatchStrategy()SageMakerCreateTransformJobJsonPathProps.Builder.batchStrategy(BatchStrategy batchStrategy) Sets the value ofSageMakerCreateTransformJobJsonPathProps.getBatchStrategy()SageMakerCreateTransformJobProps.Builder.batchStrategy(BatchStrategy batchStrategy) Sets the value ofSageMakerCreateTransformJobProps.getBatchStrategy()