| Package | Description |
|---|---|
| software.amazon.awssdk.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
BatchSegmentJob.Builder |
BatchSegmentJob.Builder.batchSegmentJobArn(String batchSegmentJobArn)
The Amazon Resource Name (ARN) of the batch segment job.
|
static BatchSegmentJob.Builder |
BatchSegmentJob.builder() |
BatchSegmentJob.Builder |
BatchSegmentJob.Builder.creationDateTime(Instant creationDateTime)
The time at which the batch segment job was created.
|
BatchSegmentJob.Builder |
BatchSegmentJob.Builder.failureReason(String failureReason)
If the batch segment job failed, the reason for the failure.
|
BatchSegmentJob.Builder |
BatchSegmentJob.Builder.filterArn(String filterArn)
The ARN of the filter used on the batch segment job.
|
BatchSegmentJob.Builder |
BatchSegmentJob.Builder.jobInput(BatchSegmentJobInput jobInput)
The Amazon S3 path that leads to the input data used to generate the batch segment job.
|
default BatchSegmentJob.Builder |
BatchSegmentJob.Builder.jobInput(Consumer<BatchSegmentJobInput.Builder> jobInput)
The Amazon S3 path that leads to the input data used to generate the batch segment job.
|
BatchSegmentJob.Builder |
BatchSegmentJob.Builder.jobName(String jobName)
The name of the batch segment job.
|
BatchSegmentJob.Builder |
BatchSegmentJob.Builder.jobOutput(BatchSegmentJobOutput jobOutput)
The Amazon S3 bucket that contains the output data generated by the batch segment job.
|
default BatchSegmentJob.Builder |
BatchSegmentJob.Builder.jobOutput(Consumer<BatchSegmentJobOutput.Builder> jobOutput)
The Amazon S3 bucket that contains the output data generated by the batch segment job.
|
BatchSegmentJob.Builder |
BatchSegmentJob.Builder.lastUpdatedDateTime(Instant lastUpdatedDateTime)
The time at which the batch segment job last updated.
|
BatchSegmentJob.Builder |
BatchSegmentJob.Builder.numResults(Integer numResults)
The number of predicted users generated by the batch segment job for each line of input data.
|
BatchSegmentJob.Builder |
BatchSegmentJob.Builder.roleArn(String roleArn)
The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch segment job.
|
BatchSegmentJob.Builder |
BatchSegmentJob.Builder.solutionVersionArn(String solutionVersionArn)
The Amazon Resource Name (ARN) of the solution version used by the batch segment job to generate batch
segments.
|
BatchSegmentJob.Builder |
BatchSegmentJob.Builder.status(String status)
The status of the batch segment job.
|
BatchSegmentJob.Builder |
BatchSegmentJob.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchSegmentJob.Builder> |
BatchSegmentJob.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeBatchSegmentJobResponse.Builder |
DescribeBatchSegmentJobResponse.Builder.batchSegmentJob(Consumer<BatchSegmentJob.Builder> batchSegmentJob)
Information on the specified batch segment job.
|
Copyright © 2022. All rights reserved.