| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
BatchSegmentJobSummary |
BatchSegmentJobSummary.clone() |
BatchSegmentJobSummary |
BatchSegmentJobSummary.withBatchSegmentJobArn(String batchSegmentJobArn)
The Amazon Resource Name (ARN) of the batch segment job.
|
BatchSegmentJobSummary |
BatchSegmentJobSummary.withCreationDateTime(Date creationDateTime)
The time at which the batch segment job was created.
|
BatchSegmentJobSummary |
BatchSegmentJobSummary.withFailureReason(String failureReason)
If the batch segment job failed, the reason for the failure.
|
BatchSegmentJobSummary |
BatchSegmentJobSummary.withJobName(String jobName)
The name of the batch segment job.
|
BatchSegmentJobSummary |
BatchSegmentJobSummary.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The time at which the batch segment job was last updated.
|
BatchSegmentJobSummary |
BatchSegmentJobSummary.withSolutionVersionArn(String solutionVersionArn)
The Amazon Resource Name (ARN) of the solution version used by the batch segment job to generate batch segments.
|
BatchSegmentJobSummary |
BatchSegmentJobSummary.withStatus(String status)
The status of the batch segment job.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchSegmentJobSummary> |
ListBatchSegmentJobsResult.getBatchSegmentJobs()
A list containing information on each job that is returned.
|
| Modifier and Type | Method and Description |
|---|---|
ListBatchSegmentJobsResult |
ListBatchSegmentJobsResult.withBatchSegmentJobs(BatchSegmentJobSummary... batchSegmentJobs)
A list containing information on each job that is returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListBatchSegmentJobsResult.setBatchSegmentJobs(Collection<BatchSegmentJobSummary> batchSegmentJobs)
A list containing information on each job that is returned.
|
ListBatchSegmentJobsResult |
ListBatchSegmentJobsResult.withBatchSegmentJobs(Collection<BatchSegmentJobSummary> batchSegmentJobs)
A list containing information on each job that is returned.
|
Copyright © 2023. All rights reserved.