| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectDataDeliveryConfig |
ProjectDataDeliveryConfig.clone() |
ProjectDataDeliveryConfig |
CreateProjectRequest.getDataDelivery()
A structure that contains information about where Evidently is to store evaluation events for longer term
storage, if you choose to do so.
|
ProjectDataDeliveryConfig |
ProjectDataDeliveryConfig.withCloudWatchLogs(CloudWatchLogsDestinationConfig cloudWatchLogs)
If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.
|
ProjectDataDeliveryConfig |
ProjectDataDeliveryConfig.withS3Destination(S3DestinationConfig 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 |
CreateProjectRequest.setDataDelivery(ProjectDataDeliveryConfig dataDelivery)
A structure that contains information about where Evidently is to store evaluation events for longer term
storage, if you choose to do so.
|
CreateProjectRequest |
CreateProjectRequest.withDataDelivery(ProjectDataDeliveryConfig 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.