static RescoreExecutionPlanSummary.Builder |
RescoreExecutionPlanSummary.builder() |
|
RescoreExecutionPlanSummary.Builder |
RescoreExecutionPlanSummary.Builder.createdAt(Instant createdAt) |
The Unix timestamp when the rescore execution plan was created.
|
RescoreExecutionPlanSummary.Builder |
RescoreExecutionPlanSummary.Builder.id(String id) |
The identifier of the rescore execution plan.
|
RescoreExecutionPlanSummary.Builder |
RescoreExecutionPlanSummary.Builder.name(String name) |
The name of the rescore execution plan.
|
RescoreExecutionPlanSummary.Builder |
RescoreExecutionPlanSummary.Builder.status(String status) |
The current status of the rescore execution plan.
|
RescoreExecutionPlanSummary.Builder |
RescoreExecutionPlanSummary.Builder.status(RescoreExecutionPlanStatus status) |
The current status of the rescore execution plan.
|
RescoreExecutionPlanSummary.Builder |
RescoreExecutionPlanSummary.toBuilder() |
|
RescoreExecutionPlanSummary.Builder |
RescoreExecutionPlanSummary.Builder.updatedAt(Instant updatedAt) |
The Unix timestamp when the rescore execution plan was last updated.
|