| Package | Description |
|---|---|
| software.amazon.awssdk.services.evidently.model |
| Modifier and Type | Method and Description |
|---|---|
static Event.Builder |
Event.builder() |
Event.Builder |
Event.Builder.data(String data)
The event data.
|
Event.Builder |
Event.Builder.timestamp(Instant timestamp)
The timestamp of the event.
|
Event.Builder |
Event.toBuilder() |
Event.Builder |
Event.Builder.type(EventType type)
aws.evidently.evaluation specifies an evaluation event, which determines which feature variation
that a user sees. |
Event.Builder |
Event.Builder.type(String type)
aws.evidently.evaluation specifies an evaluation event, which determines which feature variation
that a user sees. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Event.Builder> |
Event.serializableBuilderClass() |
Copyright © 2023. All rights reserved.