| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
BatchInferenceJobSummary |
BatchInferenceJobSummary.clone() |
BatchInferenceJobSummary |
BatchInferenceJobSummary.withBatchInferenceJobArn(String batchInferenceJobArn)
The Amazon Resource Name (ARN) of the batch inference job.
|
BatchInferenceJobSummary |
BatchInferenceJobSummary.withCreationDateTime(Date creationDateTime)
The time at which the batch inference job was created.
|
BatchInferenceJobSummary |
BatchInferenceJobSummary.withFailureReason(String failureReason)
If the batch inference job failed, the reason for the failure.
|
BatchInferenceJobSummary |
BatchInferenceJobSummary.withJobName(String jobName)
The name of the batch inference job.
|
BatchInferenceJobSummary |
BatchInferenceJobSummary.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The time at which the batch inference job was last updated.
|
BatchInferenceJobSummary |
BatchInferenceJobSummary.withSolutionVersionArn(String solutionVersionArn)
The ARN of the solution version used by the batch inference job.
|
BatchInferenceJobSummary |
BatchInferenceJobSummary.withStatus(String status)
The status of the batch inference job.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchInferenceJobSummary> |
ListBatchInferenceJobsResult.getBatchInferenceJobs()
A list containing information on each job that is returned.
|
| Modifier and Type | Method and Description |
|---|---|
ListBatchInferenceJobsResult |
ListBatchInferenceJobsResult.withBatchInferenceJobs(BatchInferenceJobSummary... batchInferenceJobs)
A list containing information on each job that is returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListBatchInferenceJobsResult.setBatchInferenceJobs(Collection<BatchInferenceJobSummary> batchInferenceJobs)
A list containing information on each job that is returned.
|
ListBatchInferenceJobsResult |
ListBatchInferenceJobsResult.withBatchInferenceJobs(Collection<BatchInferenceJobSummary> batchInferenceJobs)
A list containing information on each job that is returned.
|
Copyright © 2021. All rights reserved.