Uses of Class
software.amazon.awssdk.services.personalize.model.UpdateCampaignRequest
-
Packages that use UpdateCampaignRequest Package Description software.amazon.awssdk.services.personalize Amazon Personalize is a machine learning service that makes it easy to add individualized recommendations to customers.software.amazon.awssdk.services.personalize.transform -
-
Uses of UpdateCampaignRequest in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize with parameters of type UpdateCampaignRequest Modifier and Type Method Description default CompletableFuture<UpdateCampaignResponse>PersonalizeAsyncClient. updateCampaign(UpdateCampaignRequest updateCampaignRequest)Updates a campaign to deploy a retrained solution version with an existing campaign, change your campaign'sminProvisionedTPS, or modify your campaign's configuration, such as the exploration configuration.default UpdateCampaignResponsePersonalizeClient. updateCampaign(UpdateCampaignRequest updateCampaignRequest)Updates a campaign to deploy a retrained solution version with an existing campaign, change your campaign'sminProvisionedTPS, or modify your campaign's configuration, such as the exploration configuration. -
Uses of UpdateCampaignRequest in software.amazon.awssdk.services.personalize.transform
Methods in software.amazon.awssdk.services.personalize.transform with parameters of type UpdateCampaignRequest Modifier and Type Method Description SdkHttpFullRequestUpdateCampaignRequestMarshaller. marshall(UpdateCampaignRequest updateCampaignRequest)
-