Uses of Enum
software.amazon.awscdk.services.stepfunctions.tasks.BatchStrategy
Package
Description
Tasks for AWS Step Functions
-
Uses of BatchStrategy in software.amazon.awscdk.services.stepfunctions.tasks
Modifier and TypeMethodDescriptiondefault BatchStrategy
SageMakerCreateTransformJobProps.getBatchStrategy()
Number of records to include in a mini-batch for an HTTP inference request.final BatchStrategy
SageMakerCreateTransformJobProps.Jsii$Proxy.getBatchStrategy()
static BatchStrategy
Returns 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.Modifier and TypeMethodDescriptionSageMakerCreateTransformJob.Builder.batchStrategy
(BatchStrategy batchStrategy) Number of records to include in a mini-batch for an HTTP inference request.SageMakerCreateTransformJobProps.Builder.batchStrategy
(BatchStrategy batchStrategy) Sets the value ofSageMakerCreateTransformJobProps.getBatchStrategy()