Show / Hide Table of Contents

Enum BatchStrategy

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

Namespace: Amazon.CDK.AWS.StepFunctions.Tasks
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum BatchStrategy
Syntax (vb)
Public Enum BatchStrategy

Synopsis

Fields

MULTI_RECORD

Fits multiple records in a mini-batch.

SINGLE_RECORD

Use a single record when making an invocation request.

Fields

Name Description
MULTI_RECORD

Fits multiple records in a mini-batch.

SINGLE_RECORD

Use a single record when making an invocation request.

Back to top Generated by DocFX