Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.BatchEvaluationSummary
Packages that use BatchEvaluationSummary
Package
Description
-
Uses of BatchEvaluationSummary in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type BatchEvaluationSummaryModifier and TypeMethodDescriptionfinal List<BatchEvaluationSummary>ListBatchEvaluationsResponse.batchEvaluations()The list of batch evaluation summaries.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type BatchEvaluationSummaryModifier and TypeMethodDescriptionListBatchEvaluationsResponse.Builder.batchEvaluations(BatchEvaluationSummary... batchEvaluations) The list of batch evaluation summaries.Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type BatchEvaluationSummaryModifier and TypeMethodDescriptionListBatchEvaluationsResponse.Builder.batchEvaluations(Collection<BatchEvaluationSummary> batchEvaluations) The list of batch evaluation summaries. -
Uses of BatchEvaluationSummary in software.amazon.awssdk.services.bedrockagentcore.paginators
Methods in software.amazon.awssdk.services.bedrockagentcore.paginators that return types with arguments of type BatchEvaluationSummaryModifier and TypeMethodDescriptionListBatchEvaluationsIterable.batchEvaluations()Returns an iterable to iterate through the paginatedListBatchEvaluationsResponse.batchEvaluations()member.ListBatchEvaluationsPublisher.batchEvaluations()Returns a publisher that can be used to get a stream of data.