public static interface GenerationSummary.Builder extends SdkPojo, CopyableBuilder<GenerationSummary.Builder,GenerationSummary>
| Modifier and Type | Method and Description |
|---|---|
GenerationSummary.Builder |
estimatedCompletionTime(String estimatedCompletionTime)
Indicates the estimated time for when the recommendation generation will complete.
|
GenerationSummary.Builder |
generationCompletionTime(String generationCompletionTime)
Indicates the completion time of the recommendation generation.
|
GenerationSummary.Builder |
generationStartedTime(String generationStartedTime)
Indicates the start time of the recommendation generation.
|
GenerationSummary.Builder |
generationStatus(GenerationStatus generationStatus)
Indicates whether the recommendation generation succeeded, is processing, or failed.
|
GenerationSummary.Builder |
generationStatus(String generationStatus)
Indicates whether the recommendation generation succeeded, is processing, or failed.
|
GenerationSummary.Builder |
recommendationId(String recommendationId)
Indicates the ID for this specific recommendation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGenerationSummary.Builder recommendationId(String recommendationId)
Indicates the ID for this specific recommendation.
recommendationId - Indicates the ID for this specific recommendation.GenerationSummary.Builder generationStatus(String generationStatus)
Indicates whether the recommendation generation succeeded, is processing, or failed.
generationStatus - Indicates whether the recommendation generation succeeded, is processing, or failed.GenerationStatus,
GenerationStatusGenerationSummary.Builder generationStatus(GenerationStatus generationStatus)
Indicates whether the recommendation generation succeeded, is processing, or failed.
generationStatus - Indicates whether the recommendation generation succeeded, is processing, or failed.GenerationStatus,
GenerationStatusGenerationSummary.Builder generationStartedTime(String generationStartedTime)
Indicates the start time of the recommendation generation.
generationStartedTime - Indicates the start time of the recommendation generation.GenerationSummary.Builder generationCompletionTime(String generationCompletionTime)
Indicates the completion time of the recommendation generation.
generationCompletionTime - Indicates the completion time of the recommendation generation.GenerationSummary.Builder estimatedCompletionTime(String estimatedCompletionTime)
Indicates the estimated time for when the recommendation generation will complete.
estimatedCompletionTime - Indicates the estimated time for when the recommendation generation will complete.Copyright © 2023. All rights reserved.