ModelPackageTransformJobDefinition

data class ModelPackageTransformJobDefinition(val batchStrategy: ModelPackageTransformJobDefinitionBatchStrategy? = null, val environment: ModelPackageEnvironment? = null, val maxConcurrentTransforms: Int? = null, val maxPayloadInMb: Int? = null, val transformInput: ModelPackageTransformInput, val transformOutput: ModelPackageTransformOutput, val transformResources: ModelPackageTransformResources)

Defines the input needed to run a transform job using the inference specification specified in the algorithm.

Constructors

Link copied to clipboard
fun ModelPackageTransformJobDefinition(batchStrategy: ModelPackageTransformJobDefinitionBatchStrategy? = null, environment: ModelPackageEnvironment? = null, maxConcurrentTransforms: Int? = null, maxPayloadInMb: Int? = null, transformInput: ModelPackageTransformInput, transformOutput: ModelPackageTransformOutput, transformResources: ModelPackageTransformResources)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A string that determines the number of records included in a single mini-batch.

Link copied to clipboard
Link copied to clipboard

The maximum number of parallel requests that can be sent to each instance in a transform job. The default value is 1.

Link copied to clipboard
val maxPayloadInMb: Int? = null

The maximum payload size allowed, in MB. A payload is the data portion of a record (without metadata).