| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
BatchSegmentJobOutput |
BatchSegmentJobOutput.clone() |
BatchSegmentJobOutput |
BatchSegmentJob.getJobOutput()
The Amazon S3 bucket that contains the output data generated by the batch segment job.
|
BatchSegmentJobOutput |
CreateBatchSegmentJobRequest.getJobOutput()
The Amazon S3 path for the bucket where the job's output will be stored.
|
BatchSegmentJobOutput |
BatchSegmentJobOutput.withS3DataDestination(S3DataConfig s3DataDestination) |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchSegmentJob.setJobOutput(BatchSegmentJobOutput jobOutput)
The Amazon S3 bucket that contains the output data generated by the batch segment job.
|
void |
CreateBatchSegmentJobRequest.setJobOutput(BatchSegmentJobOutput jobOutput)
The Amazon S3 path for the bucket where the job's output will be stored.
|
BatchSegmentJob |
BatchSegmentJob.withJobOutput(BatchSegmentJobOutput jobOutput)
The Amazon S3 bucket that contains the output data generated by the batch segment job.
|
CreateBatchSegmentJobRequest |
CreateBatchSegmentJobRequest.withJobOutput(BatchSegmentJobOutput jobOutput)
The Amazon S3 path for the bucket where the job's output will be stored.
|
Copyright © 2022. All rights reserved.