| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchInferenceJobMode |
BatchInferenceJobMode.fromValue(String value)
Use this in place of valueOf.
|
static BatchInferenceJobMode |
BatchInferenceJobMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchInferenceJobMode[] |
BatchInferenceJobMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BatchInferenceJobSummary |
BatchInferenceJobSummary.withBatchInferenceJobMode(BatchInferenceJobMode batchInferenceJobMode)
The job's mode.
|
BatchInferenceJob |
BatchInferenceJob.withBatchInferenceJobMode(BatchInferenceJobMode batchInferenceJobMode)
The job's mode.
|
CreateBatchInferenceJobRequest |
CreateBatchInferenceJobRequest.withBatchInferenceJobMode(BatchInferenceJobMode batchInferenceJobMode)
The mode of the batch inference job.
|
Copyright © 2024. All rights reserved.