| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
BatchStrategy |
CreateTransformJobRequest.batchStrategy()
Specifies the number of records to include in a mini-batch for an HTTP inference request.
|
BatchStrategy |
TransformJob.batchStrategy()
Specifies the number of records to include in a mini-batch for an HTTP inference request.
|
BatchStrategy |
TransformJobDefinition.batchStrategy()
A string that determines the number of records included in a single mini-batch.
|
BatchStrategy |
DescribeTransformJobResponse.batchStrategy()
Specifies the number of records to include in a mini-batch for an HTTP inference request.
|
static BatchStrategy |
BatchStrategy.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<BatchStrategy> |
BatchStrategy.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateTransformJobRequest.Builder |
CreateTransformJobRequest.Builder.batchStrategy(BatchStrategy batchStrategy)
Specifies the number of records to include in a mini-batch for an HTTP inference request.
|
TransformJob.Builder |
TransformJob.Builder.batchStrategy(BatchStrategy batchStrategy)
Specifies the number of records to include in a mini-batch for an HTTP inference request.
|
TransformJobDefinition.Builder |
TransformJobDefinition.Builder.batchStrategy(BatchStrategy batchStrategy)
A string that determines the number of records included in a single mini-batch.
|
DescribeTransformJobResponse.Builder |
DescribeTransformJobResponse.Builder.batchStrategy(BatchStrategy batchStrategy)
Specifies the number of records to include in a mini-batch for an HTTP inference request.
|
Copyright © 2020. All rights reserved.