| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchStrategy |
BatchStrategy.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
CreateTransformJobRequest |
CreateTransformJobRequest.withBatchStrategy(BatchStrategy batchStrategy)
Specifies the number of records to include in a mini-batch for an HTTP inference request.
|
TransformJobDefinition |
TransformJobDefinition.withBatchStrategy(BatchStrategy batchStrategy)
A string that determines the number of records included in a single mini-batch.
|
DescribeTransformJobResult |
DescribeTransformJobResult.withBatchStrategy(BatchStrategy batchStrategy)
Specifies the number of records to include in a mini-batch for an HTTP inference request.
|
Copyright © 2020. All rights reserved.