| Modifier and Type | Method and Description |
|---|---|
default BatchStrategy |
SageMakerCreateTransformJobProps.getBatchStrategy()
Number of records to include in a mini-batch for an HTTP inference request.
|
BatchStrategy |
SageMakerCreateTransformJobProps.Jsii$Proxy.getBatchStrategy() |
static BatchStrategy |
BatchStrategy.valueOf(String name)
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 Type | Method and Description |
|---|---|
SageMakerCreateTransformJob.Builder |
SageMakerCreateTransformJob.Builder.batchStrategy(BatchStrategy batchStrategy)
Number of records to include in a mini-batch for an HTTP inference request.
|
SageMakerCreateTransformJobProps.Builder |
SageMakerCreateTransformJobProps.Builder.batchStrategy(BatchStrategy batchStrategy)
Sets the value of
SageMakerCreateTransformJobProps.getBatchStrategy() |
Copyright © 2023. All rights reserved.