| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
CampaignUpdateSummary |
CampaignUpdateSummary.clone() |
CampaignUpdateSummary |
Campaign.getLatestCampaignUpdate() |
CampaignUpdateSummary |
CampaignUpdateSummary.withCampaignConfig(CampaignConfig campaignConfig) |
CampaignUpdateSummary |
CampaignUpdateSummary.withCreationDateTime(Date creationDateTime)
The date and time (in Unix time) that the campaign update was created.
|
CampaignUpdateSummary |
CampaignUpdateSummary.withFailureReason(String failureReason)
If a campaign update fails, the reason behind the failure.
|
CampaignUpdateSummary |
CampaignUpdateSummary.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) that the campaign update was last updated.
|
CampaignUpdateSummary |
CampaignUpdateSummary.withMinProvisionedTPS(Integer minProvisionedTPS)
Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize
will support.
|
CampaignUpdateSummary |
CampaignUpdateSummary.withSolutionVersionArn(String solutionVersionArn)
The Amazon Resource Name (ARN) of the deployed solution version.
|
CampaignUpdateSummary |
CampaignUpdateSummary.withStatus(String status)
The status of the campaign update.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Campaign.setLatestCampaignUpdate(CampaignUpdateSummary latestCampaignUpdate) |
Campaign |
Campaign.withLatestCampaignUpdate(CampaignUpdateSummary latestCampaignUpdate) |
Copyright © 2022. All rights reserved.