Uses of Class
software.amazon.awssdk.services.personalize.model.BatchSegmentJobOutput
-
Packages that use BatchSegmentJobOutput Package Description software.amazon.awssdk.services.personalize.model -
-
Uses of BatchSegmentJobOutput in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return BatchSegmentJobOutput Modifier and Type Method Description BatchSegmentJobOutputBatchSegmentJob. jobOutput()The Amazon S3 bucket that contains the output data generated by the batch segment job.BatchSegmentJobOutputCreateBatchSegmentJobRequest. jobOutput()The Amazon S3 path for the bucket where the job's output will be stored.Methods in software.amazon.awssdk.services.personalize.model with parameters of type BatchSegmentJobOutput Modifier and Type Method Description BatchSegmentJob.BuilderBatchSegmentJob.Builder. jobOutput(BatchSegmentJobOutput jobOutput)The Amazon S3 bucket that contains the output data generated by the batch segment job.CreateBatchSegmentJobRequest.BuilderCreateBatchSegmentJobRequest.Builder. jobOutput(BatchSegmentJobOutput jobOutput)The Amazon S3 path for the bucket where the job's output will be stored.
-