| Package | Description |
|---|---|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
EvaluationDatasetLocation |
EvaluationDatasetLocation.clone() |
EvaluationDatasetLocation |
EvaluationDataset.getDatasetLocation()
For custom prompt datasets, you must specify the location in Amazon S3 where the prompt dataset is saved.
|
EvaluationDatasetLocation |
EvaluationDatasetLocation.withS3Uri(String s3Uri)
The S3 URI of the S3 bucket specified in the job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EvaluationDataset.setDatasetLocation(EvaluationDatasetLocation datasetLocation)
For custom prompt datasets, you must specify the location in Amazon S3 where the prompt dataset is saved.
|
EvaluationDataset |
EvaluationDataset.withDatasetLocation(EvaluationDatasetLocation datasetLocation)
For custom prompt datasets, you must specify the location in Amazon S3 where the prompt dataset is saved.
|
Copyright © 2025. All rights reserved.