Uses of Class
software.amazon.awssdk.services.bedrock.model.BatchDeleteEvaluationJobError
-
Packages that use BatchDeleteEvaluationJobError Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of BatchDeleteEvaluationJobError in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type BatchDeleteEvaluationJobError Modifier and Type Method Description List<BatchDeleteEvaluationJobError>BatchDeleteEvaluationJobResponse. errors()A JSON object containing the HTTP status codes and the ARNs of evaluation jobs that failed to be deleted.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type BatchDeleteEvaluationJobError Modifier and Type Method Description BatchDeleteEvaluationJobResponse.BuilderBatchDeleteEvaluationJobResponse.Builder. errors(BatchDeleteEvaluationJobError... errors)A JSON object containing the HTTP status codes and the ARNs of evaluation jobs that failed to be deleted.Method parameters in software.amazon.awssdk.services.bedrock.model with type arguments of type BatchDeleteEvaluationJobError Modifier and Type Method Description BatchDeleteEvaluationJobResponse.BuilderBatchDeleteEvaluationJobResponse.Builder. errors(Collection<BatchDeleteEvaluationJobError> errors)A JSON object containing the HTTP status codes and the ARNs of evaluation jobs that failed to be deleted.
-