Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.Metadata.Builder
Packages that use Metadata.Builder
-
Uses of Metadata.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return Metadata.BuilderModifier and TypeMethodDescriptionstatic Metadata.BuilderMetadata.builder()Metadata.Builder.clientRequestId(String clientRequestId) A unique identifier associated with the downstream invocation.In the final response,endTimeis the end time of the agent invocation operation.Metadata.Builder.operationTotalTimeMs(Long operationTotalTimeMs) The total time it took for the agent to complete execution.In the final response,startTimeis the start time of the agent invocation operation.Metadata.toBuilder()Metadata.Builder.totalTimeMs(Long totalTimeMs) The total execution time for the specific invocation being processed (model, knowledge base, guardrail, agent collaborator, or code interpreter).default Metadata.BuilderMetadata.Builder.usage(Consumer<Usage.Builder> usage) Specific to model invocation and contains details about the usage of a foundation model.Specific to model invocation and contains details about the usage of a foundation model.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type Metadata.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Metadata.Builder>Metadata.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type Metadata.BuilderModifier and TypeMethodDescriptionActionGroupInvocationOutput.Builder.metadata(Consumer<Metadata.Builder> metadata) Contains information about the action group output.AgentCollaboratorInvocationOutput.Builder.metadata(Consumer<Metadata.Builder> metadata) Contains information about the output from the agent collaborator.CodeInterpreterInvocationOutput.Builder.metadata(Consumer<Metadata.Builder> metadata) Contains information about the output from the code interpreter.default FailureTrace.BuilderFailureTrace.Builder.metadata(Consumer<Metadata.Builder> metadata) Information about the failure that occurred.default FinalResponse.BuilderFinalResponse.Builder.metadata(Consumer<Metadata.Builder> metadata) Contains information about the invoke agent operation.default GuardrailTrace.BuilderGuardrailTrace.Builder.metadata(Consumer<Metadata.Builder> metadata) Contains information about the Guardrail output.KnowledgeBaseLookupOutput.Builder.metadata(Consumer<Metadata.Builder> metadata) Contains information about the knowledge base output.OrchestrationModelInvocationOutput.Builder.metadata(Consumer<Metadata.Builder> metadata) Contains information about the foundation model output from the orchestration step.PostProcessingModelInvocationOutput.Builder.metadata(Consumer<Metadata.Builder> metadata) Contains information about the foundation model output from the post-processing step.PreProcessingModelInvocationOutput.Builder.metadata(Consumer<Metadata.Builder> metadata) Contains information about the foundation model output from the pre-processing step.RoutingClassifierModelInvocationOutput.Builder.metadata(Consumer<Metadata.Builder> metadata) The invocation's metadata.