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