| Package | Description |
|---|---|
| com.amazonaws.services.personalize |
Amazon Personalize is a machine learning service that makes it easy to add individualized recommendations to
customers.
|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateCampaignResult> |
AmazonPersonalizeAsyncClient.createCampaignAsync(CreateCampaignRequest request,
AsyncHandler<CreateCampaignRequest,CreateCampaignResult> asyncHandler) |
Future<CreateCampaignResult> |
AbstractAmazonPersonalizeAsync.createCampaignAsync(CreateCampaignRequest request,
AsyncHandler<CreateCampaignRequest,CreateCampaignResult> asyncHandler) |
Future<CreateCampaignResult> |
AmazonPersonalizeAsync.createCampaignAsync(CreateCampaignRequest createCampaignRequest,
AsyncHandler<CreateCampaignRequest,CreateCampaignResult> asyncHandler)
Creates a campaign that deploys a solution version.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCampaignRequest |
CreateCampaignRequest.clone() |
CreateCampaignRequest |
CreateCampaignRequest.withCampaignConfig(CampaignConfig campaignConfig)
The configuration details of a campaign.
|
CreateCampaignRequest |
CreateCampaignRequest.withMinProvisionedTPS(Integer minProvisionedTPS)
Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize
will support.
|
CreateCampaignRequest |
CreateCampaignRequest.withName(String name)
A name for the new campaign.
|
CreateCampaignRequest |
CreateCampaignRequest.withSolutionVersionArn(String solutionVersionArn)
The Amazon Resource Name (ARN) of the solution version to deploy.
|
CreateCampaignRequest |
CreateCampaignRequest.withTags(Collection<Tag> tags)
A list of tags to apply
to the campaign.
|
CreateCampaignRequest |
CreateCampaignRequest.withTags(Tag... tags)
A list of tags to apply
to the campaign.
|
Copyright © 2023. All rights reserved.