Uses of Interface
software.amazon.awssdk.services.personalize.model.BatchInferenceJobOutput.Builder
-
Packages that use BatchInferenceJobOutput.Builder Package Description software.amazon.awssdk.services.personalize.model -
-
Uses of BatchInferenceJobOutput.Builder in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return BatchInferenceJobOutput.Builder Modifier and Type Method Description static BatchInferenceJobOutput.BuilderBatchInferenceJobOutput. builder()default BatchInferenceJobOutput.BuilderBatchInferenceJobOutput.Builder. s3DataDestination(Consumer<S3DataConfig.Builder> s3DataDestination)Information on the Amazon S3 bucket in which the batch inference job's output is stored.BatchInferenceJobOutput.BuilderBatchInferenceJobOutput.Builder. s3DataDestination(S3DataConfig s3DataDestination)Information on the Amazon S3 bucket in which the batch inference job's output is stored.BatchInferenceJobOutput.BuilderBatchInferenceJobOutput. toBuilder()Methods in software.amazon.awssdk.services.personalize.model that return types with arguments of type BatchInferenceJobOutput.Builder Modifier and Type Method Description static Class<? extends BatchInferenceJobOutput.Builder>BatchInferenceJobOutput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.personalize.model with type arguments of type BatchInferenceJobOutput.Builder Modifier and Type Method Description default BatchInferenceJob.BuilderBatchInferenceJob.Builder. jobOutput(Consumer<BatchInferenceJobOutput.Builder> jobOutput)The Amazon S3 bucket that contains the output data generated by the batch inference job.default CreateBatchInferenceJobRequest.BuilderCreateBatchInferenceJobRequest.Builder. jobOutput(Consumer<BatchInferenceJobOutput.Builder> jobOutput)The path to the Amazon S3 bucket where the job's output will be stored.
-