| Package | Description |
|---|---|
| software.amazon.awssdk.services.evidently.model |
| Modifier and Type | Method and Description |
|---|---|
static ProjectDataDelivery.Builder |
ProjectDataDelivery.builder() |
ProjectDataDelivery.Builder |
ProjectDataDelivery.Builder.cloudWatchLogs(CloudWatchLogsDestination cloudWatchLogs)
If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.
|
default ProjectDataDelivery.Builder |
ProjectDataDelivery.Builder.cloudWatchLogs(Consumer<CloudWatchLogsDestination.Builder> cloudWatchLogs)
If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.
|
default ProjectDataDelivery.Builder |
ProjectDataDelivery.Builder.s3Destination(Consumer<S3Destination.Builder> s3Destination)
If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and
bucket prefix.
|
ProjectDataDelivery.Builder |
ProjectDataDelivery.Builder.s3Destination(S3Destination s3Destination)
If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and
bucket prefix.
|
ProjectDataDelivery.Builder |
ProjectDataDelivery.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ProjectDataDelivery.Builder> |
ProjectDataDelivery.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Project.Builder |
Project.Builder.dataDelivery(Consumer<ProjectDataDelivery.Builder> dataDelivery)
A structure that contains information about where Evidently is to store evaluation events for longer term
storage.
|
Copyright © 2023. All rights reserved.