| Package | Description |
|---|---|
| software.amazon.awssdk.services.evidently.model |
| Modifier and Type | Method and Description |
|---|---|
S3DestinationConfig |
UpdateProjectDataDeliveryRequest.s3Destination()
A structure containing the S3 bucket name and bucket prefix where you want to store evaluation events.
|
S3DestinationConfig |
ProjectDataDeliveryConfig.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 |
|---|---|
UpdateProjectDataDeliveryRequest.Builder |
UpdateProjectDataDeliveryRequest.Builder.s3Destination(S3DestinationConfig s3Destination)
A structure containing the S3 bucket name and bucket prefix where you want to store evaluation events.
|
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.
|
Copyright © 2023. All rights reserved.