| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectDataDelivery |
ProjectDataDelivery.clone() |
ProjectDataDelivery |
Project.getDataDelivery()
A structure that contains information about where Evidently is to store evaluation events for longer term
storage.
|
ProjectDataDelivery |
ProjectDataDelivery.withCloudWatchLogs(CloudWatchLogsDestination cloudWatchLogs)
If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.
|
ProjectDataDelivery |
ProjectDataDelivery.withS3Destination(S3Destination s3Destination)
If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket
prefix.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Project.setDataDelivery(ProjectDataDelivery dataDelivery)
A structure that contains information about where Evidently is to store evaluation events for longer term
storage.
|
Project |
Project.withDataDelivery(ProjectDataDelivery dataDelivery)
A structure that contains information about where Evidently is to store evaluation events for longer term
storage.
|
Copyright © 2023. All rights reserved.