| Package | Description |
|---|---|
| com.amazonaws.services.kendraranking.model |
| Modifier and Type | Method and Description |
|---|---|
RescoreExecutionPlanSummary |
RescoreExecutionPlanSummary.clone() |
RescoreExecutionPlanSummary |
RescoreExecutionPlanSummary.withCreatedAt(Date createdAt)
The Unix timestamp when the rescore execution plan was created.
|
RescoreExecutionPlanSummary |
RescoreExecutionPlanSummary.withId(String id)
The identifier of the rescore execution plan.
|
RescoreExecutionPlanSummary |
RescoreExecutionPlanSummary.withName(String name)
The name of the rescore execution plan.
|
RescoreExecutionPlanSummary |
RescoreExecutionPlanSummary.withStatus(RescoreExecutionPlanStatus status)
The current status of the rescore execution plan.
|
RescoreExecutionPlanSummary |
RescoreExecutionPlanSummary.withStatus(String status)
The current status of the rescore execution plan.
|
RescoreExecutionPlanSummary |
RescoreExecutionPlanSummary.withUpdatedAt(Date updatedAt)
The Unix timestamp when the rescore execution plan was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<RescoreExecutionPlanSummary> |
ListRescoreExecutionPlansResult.getSummaryItems()
An array of summary information for one or more rescore execution plans.
|
| Modifier and Type | Method and Description |
|---|---|
ListRescoreExecutionPlansResult |
ListRescoreExecutionPlansResult.withSummaryItems(RescoreExecutionPlanSummary... summaryItems)
An array of summary information for one or more rescore execution plans.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRescoreExecutionPlansResult.setSummaryItems(Collection<RescoreExecutionPlanSummary> summaryItems)
An array of summary information for one or more rescore execution plans.
|
ListRescoreExecutionPlansResult |
ListRescoreExecutionPlansResult.withSummaryItems(Collection<RescoreExecutionPlanSummary> summaryItems)
An array of summary information for one or more rescore execution plans.
|
Copyright © 2023. All rights reserved.