Uses of Record Class
org.springframework.ai.bedrock.api.AbstractBedrockApi.AmazonBedrockInvocationMetrics
Packages that use AbstractBedrockApi.AmazonBedrockInvocationMetrics
-
Uses of AbstractBedrockApi.AmazonBedrockInvocationMetrics in org.springframework.ai.bedrock.cohere.api
Methods in org.springframework.ai.bedrock.cohere.api that return AbstractBedrockApi.AmazonBedrockInvocationMetricsModifier and TypeMethodDescriptionCohereEmbeddingBedrockApi.CohereEmbeddingResponse.amazonBedrockInvocationMetrics()Returns the value of theamazonBedrockInvocationMetricsrecord component.Constructors in org.springframework.ai.bedrock.cohere.api with parameters of type AbstractBedrockApi.AmazonBedrockInvocationMetricsModifierConstructorDescriptionCohereEmbeddingResponse(String id, List<float[]> embeddings, List<String> texts, String responseType, AbstractBedrockApi.AmazonBedrockInvocationMetrics amazonBedrockInvocationMetrics) Creates an instance of aCohereEmbeddingResponserecord class.