Module: AWSCDK::StepFunctionsTasks::BatchStrategy

Defined in:
step_functions_tasks/batch_strategy.rb

Overview

Specifies the number of records to include in a mini-batch for an HTTP inference request.

Constant Summary collapse

MULTI_RECORD =
Deprecated.
Note:

Default:

Fits multiple records in a mini-batch.

Jsii::Enum.new("aws-cdk-lib.aws_stepfunctions_tasks.BatchStrategy", "MULTI_RECORD")
SINGLE_RECORD =
Deprecated.
Note:

Default:

Use a single record when making an invocation request.

Jsii::Enum.new("aws-cdk-lib.aws_stepfunctions_tasks.BatchStrategy", "SINGLE_RECORD")