static GenerationSummary.Builder |
GenerationSummary.builder() |
|
GenerationSummary.Builder |
GenerationSummary.Builder.estimatedCompletionTime(String estimatedCompletionTime) |
Indicates the estimated time for when the recommendation generation will complete.
|
GenerationSummary.Builder |
GenerationSummary.Builder.generationCompletionTime(String generationCompletionTime) |
Indicates the completion time of the recommendation generation.
|
GenerationSummary.Builder |
GenerationSummary.Builder.generationStartedTime(String generationStartedTime) |
Indicates the start time of the recommendation generation.
|
GenerationSummary.Builder |
GenerationSummary.Builder.generationStatus(String generationStatus) |
Indicates whether the recommendation generation succeeded, is processing, or failed.
|
GenerationSummary.Builder |
GenerationSummary.Builder.generationStatus(GenerationStatus generationStatus) |
Indicates whether the recommendation generation succeeded, is processing, or failed.
|
GenerationSummary.Builder |
GenerationSummary.Builder.recommendationId(String recommendationId) |
Indicates the ID for this specific recommendation.
|
GenerationSummary.Builder |
GenerationSummary.toBuilder() |
|