Uses of Class
software.amazon.awssdk.services.personalizeevents.model.PutActionsRequest
-
Packages that use PutActionsRequest Package Description software.amazon.awssdk.services.personalizeevents Amazon Personalize can consume real-time user event data, such as stream or click data, and use it for model training either alone or combined with historical data.software.amazon.awssdk.services.personalizeevents.transform -
-
Uses of PutActionsRequest in software.amazon.awssdk.services.personalizeevents
Methods in software.amazon.awssdk.services.personalizeevents with parameters of type PutActionsRequest Modifier and Type Method Description default CompletableFuture<PutActionsResponse>PersonalizeEventsAsyncClient. putActions(PutActionsRequest putActionsRequest)Adds one or more actions to an Actions dataset.default PutActionsResponsePersonalizeEventsClient. putActions(PutActionsRequest putActionsRequest)Adds one or more actions to an Actions dataset. -
Uses of PutActionsRequest in software.amazon.awssdk.services.personalizeevents.transform
Methods in software.amazon.awssdk.services.personalizeevents.transform with parameters of type PutActionsRequest Modifier and Type Method Description SdkHttpFullRequestPutActionsRequestMarshaller. marshall(PutActionsRequest putActionsRequest)
-