| Modifier and Type | Method and Description |
|---|---|
BatchStrategy |
SagemakerTransformProps.getBatchStrategy()
Number of records to include in a mini-batch for an HTTP inference request.
|
BatchStrategy |
SagemakerTransformProps.Jsii$Proxy.getBatchStrategy()
Number of records to include in a mini-batch for an HTTP inference request.
|
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 |
|---|---|
SagemakerTransformProps.Builder |
SagemakerTransformProps.Builder.withBatchStrategy(BatchStrategy value)
Sets the value of BatchStrategy
|
Copyright © 2019. All rights reserved.