Uses of Class
software.amazon.awssdk.services.bedrock.model.EvaluationOutputDataConfig
-
Packages that use EvaluationOutputDataConfig Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of EvaluationOutputDataConfig in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return EvaluationOutputDataConfig Modifier and Type Method Description EvaluationOutputDataConfigCreateEvaluationJobRequest. outputDataConfig()Contains the configuration details of the Amazon S3 bucket for storing the results of the evaluation job.EvaluationOutputDataConfigGetEvaluationJobResponse. outputDataConfig()Contains the configuration details of the Amazon S3 bucket for storing the results of the evaluation job.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type EvaluationOutputDataConfig Modifier and Type Method Description CreateEvaluationJobRequest.BuilderCreateEvaluationJobRequest.Builder. outputDataConfig(EvaluationOutputDataConfig outputDataConfig)Contains the configuration details of the Amazon S3 bucket for storing the results of the evaluation job.GetEvaluationJobResponse.BuilderGetEvaluationJobResponse.Builder. outputDataConfig(EvaluationOutputDataConfig outputDataConfig)Contains the configuration details of the Amazon S3 bucket for storing the results of the evaluation job.
-