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()An object that defines where the results of model evaluation job will be saved in Amazon S3.EvaluationOutputDataConfigGetEvaluationJobResponse. outputDataConfig()Amazon S3 location for where output data is saved.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type EvaluationOutputDataConfig Modifier and Type Method Description CreateEvaluationJobRequest.BuilderCreateEvaluationJobRequest.Builder. outputDataConfig(EvaluationOutputDataConfig outputDataConfig)An object that defines where the results of model evaluation job will be saved in Amazon S3.GetEvaluationJobResponse.BuilderGetEvaluationJobResponse.Builder. outputDataConfig(EvaluationOutputDataConfig outputDataConfig)Amazon S3 location for where output data is saved.
-