Uses of Class
software.amazon.awssdk.services.personalize.model.BatchInferenceJobMode
-
Packages that use BatchInferenceJobMode Package Description software.amazon.awssdk.services.personalize.model -
-
Uses of BatchInferenceJobMode in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return BatchInferenceJobMode Modifier and Type Method Description BatchInferenceJobModeBatchInferenceJob. batchInferenceJobMode()The job's mode.BatchInferenceJobModeBatchInferenceJobSummary. batchInferenceJobMode()The job's mode.BatchInferenceJobModeCreateBatchInferenceJobRequest. batchInferenceJobMode()The mode of the batch inference job.static BatchInferenceJobModeBatchInferenceJobMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static BatchInferenceJobModeBatchInferenceJobMode. 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.Methods in software.amazon.awssdk.services.personalize.model that return types with arguments of type BatchInferenceJobMode Modifier and Type Method Description static Set<BatchInferenceJobMode>BatchInferenceJobMode. knownValues()Methods in software.amazon.awssdk.services.personalize.model with parameters of type BatchInferenceJobMode Modifier and Type Method Description BatchInferenceJob.BuilderBatchInferenceJob.Builder. batchInferenceJobMode(BatchInferenceJobMode batchInferenceJobMode)The job's mode.BatchInferenceJobSummary.BuilderBatchInferenceJobSummary.Builder. batchInferenceJobMode(BatchInferenceJobMode batchInferenceJobMode)The job's mode.CreateBatchInferenceJobRequest.BuilderCreateBatchInferenceJobRequest.Builder. batchInferenceJobMode(BatchInferenceJobMode batchInferenceJobMode)The mode of the batch inference job.
-