Uses of Interface
software.amazon.awssdk.services.bedrock.model.EvaluationOutputDataConfig.Builder
-
Packages that use EvaluationOutputDataConfig.Builder Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of EvaluationOutputDataConfig.Builder in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return EvaluationOutputDataConfig.Builder Modifier and Type Method Description static EvaluationOutputDataConfig.BuilderEvaluationOutputDataConfig. builder()EvaluationOutputDataConfig.BuilderEvaluationOutputDataConfig.Builder. s3Uri(String s3Uri)The Amazon S3 URI where the results of the evaluation job are saved.EvaluationOutputDataConfig.BuilderEvaluationOutputDataConfig. toBuilder()Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type EvaluationOutputDataConfig.Builder Modifier and Type Method Description static Class<? extends EvaluationOutputDataConfig.Builder>EvaluationOutputDataConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrock.model with type arguments of type EvaluationOutputDataConfig.Builder Modifier and Type Method Description default CreateEvaluationJobRequest.BuilderCreateEvaluationJobRequest.Builder. outputDataConfig(Consumer<EvaluationOutputDataConfig.Builder> outputDataConfig)Contains the configuration details of the Amazon S3 bucket for storing the results of the evaluation job.default GetEvaluationJobResponse.BuilderGetEvaluationJobResponse.Builder. outputDataConfig(Consumer<EvaluationOutputDataConfig.Builder> outputDataConfig)Contains the configuration details of the Amazon S3 bucket for storing the results of the evaluation job.
-