Uses of Class
software.amazon.awssdk.services.bedrock.model.EvaluationDatasetLocation
-
Packages that use EvaluationDatasetLocation Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of EvaluationDatasetLocation in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return EvaluationDatasetLocation Modifier and Type Method Description EvaluationDatasetLocationEvaluationDataset. datasetLocation()For custom prompt datasets, you must specify the location in Amazon S3 where the prompt dataset is saved.static EvaluationDatasetLocationEvaluationDatasetLocation. fromS3Uri(String s3Uri)Create an instance of this class withs3Uri()initialized to the given value.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type EvaluationDatasetLocation Modifier and Type Method Description EvaluationDataset.BuilderEvaluationDataset.Builder. datasetLocation(EvaluationDatasetLocation datasetLocation)For custom prompt datasets, you must specify the location in Amazon S3 where the prompt dataset is saved.
-