Uses of Class
software.amazon.awssdk.services.personalize.model.BatchInferenceJobOutput
-
Packages that use BatchInferenceJobOutput Package Description software.amazon.awssdk.services.personalize.model -
-
Uses of BatchInferenceJobOutput in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return BatchInferenceJobOutput Modifier and Type Method Description BatchInferenceJobOutputBatchInferenceJob. jobOutput()The Amazon S3 bucket that contains the output data generated by the batch inference job.BatchInferenceJobOutputCreateBatchInferenceJobRequest. jobOutput()The path to the Amazon S3 bucket where the job's output will be stored.Methods in software.amazon.awssdk.services.personalize.model with parameters of type BatchInferenceJobOutput Modifier and Type Method Description BatchInferenceJob.BuilderBatchInferenceJob.Builder. jobOutput(BatchInferenceJobOutput jobOutput)The Amazon S3 bucket that contains the output data generated by the batch inference job.CreateBatchInferenceJobRequest.BuilderCreateBatchInferenceJobRequest.Builder. jobOutput(BatchInferenceJobOutput jobOutput)The path to the Amazon S3 bucket where the job's output will be stored.
-