BatchStrategy
- class aws_cdk.aws_stepfunctions_tasks.BatchStrategy(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)
Bases:
Enum
Specifies the number of records to include in a mini-batch for an HTTP inference request.
Attributes
- MULTI_RECORD
Fits multiple records in a mini-batch.
- SINGLE_RECORD
Use a single record when making an invocation request.